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 MidiNoteClipLaneMidiNoteClipEvent.lanefinal MidiNoteClipLaneLXAbstractChannelClip.midiNoteLaneMethods 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.clipLaneConstructors 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 MidiNoteClipLaneModifierConstructorDescriptionprotectedUIMidiClipEnvelope(UI ui, UIClipEditor clipEditor, MidiNoteClipLane lane)