Uses of Class
heronarts.lx.clip.MidiNoteClipLane
Packages that use MidiNoteClipLane
-
Uses of MidiNoteClipLane in heronarts.lx.clip
Fields in heronarts.lx.clip declared as MidiNoteClipLaneModifier and TypeFieldDescriptionfinal MidiNoteClipLane
MidiNoteClipEvent.lane
final MidiNoteClipLane
LXAbstractChannelClip.midiNoteLane
Methods in heronarts.lx.clip that return MidiNoteClipLane -
Uses of MidiNoteClipLane in heronarts.lx.command
Fields in heronarts.lx.command with type parameters of type MidiNoteClipLaneModifier and TypeFieldDescriptionprotected final LXCommand.ComponentReference
<MidiNoteClipLane> LXCommand.Clip.Event.Midi.EditNote.clipLane
Constructors in heronarts.lx.command with parameters of type MidiNoteClipLaneModifierConstructorDescriptionEditNote
(MidiNoteClipLane clipLane, int pitch, int velocity, Cursor start, Cursor end) EditNote
(MidiNoteClipLane clipLane, MidiNoteClipEvent noteOn) InsertNote
(MidiNoteClipLane clipLane, int pitch, int velocity, Cursor start, Cursor end) RemoveNote
(MidiNoteClipLane clipLane, MidiNoteClipEvent midiNote) SetChannel
(MidiNoteClipLane clipLane, MidiNoteClipEvent midiNote) SetVelocity
(MidiNoteClipLane clipLane, MidiNoteClipEvent midiNote) -
Uses of MidiNoteClipLane in heronarts.lx.studio.ui.clip
Constructors in heronarts.lx.studio.ui.clip with parameters of type MidiNoteClipLaneModifierConstructorDescriptionprotected
UIMidiClipEnvelope
(UI ui, UIClipEditor clipEditor, MidiNoteClipLane lane)