Uses of Class
heronarts.lx.midi.MidiNote
Packages that use MidiNote
Package
Description
Integration with MIDI devices.
Utility abstraction for values that vary over time.
-
Uses of MidiNote in heronarts.lx.clip
Fields in heronarts.lx.clip declared as MidiNoteMethods in heronarts.lx.clip with parameters of type MidiNote -
Uses of MidiNote in heronarts.lx.effect.midi
Methods in heronarts.lx.effect.midi with parameters of type MidiNote -
Uses of MidiNote in heronarts.lx.midi
Subclasses of MidiNote in heronarts.lx.midiMethods in heronarts.lx.midi with parameters of type MidiNoteModifier and TypeMethodDescriptionvoid
LXAbstractMidiListener.noteOffReceived
(MidiNote note) default void
LXMidiListener.noteOffReceived
(MidiNote note) -
Uses of MidiNote in heronarts.lx.midi.surface
Methods in heronarts.lx.midi.surface with parameters of type MidiNoteModifier and TypeMethodDescriptionvoid
APC40.noteOffReceived
(MidiNote note) void
APC40Mk2.noteOffReceived
(MidiNote note) void
APCmini.noteOffReceived
(MidiNote note) void
DJM900nxs2.noteOffReceived
(MidiNote note) void
DJMA9.noteOffReceived
(MidiNote note) void
DJMV10.noteOffReceived
(MidiNote note) void
LXMidiSurface.noteOffReceived
(MidiNote note) void
MidiFighterTwister.noteOffReceived
(MidiNote note) -
Uses of MidiNote in heronarts.lx.modulator
Methods in heronarts.lx.modulator with parameters of type MidiNoteModifier and TypeMethodDescriptionvoid
Damper.noteOffReceived
(MidiNote note) void
MidiNoteTrigger.noteOffReceived
(MidiNote note) void
MultiModeEnvelope.noteOffReceived
(MidiNote note) -
Uses of MidiNote in heronarts.lx.script
Methods in heronarts.lx.script with parameters of type MidiNoteModifier and TypeMethodDescriptionvoid
ScriptEffect.noteOffReceived
(MidiNote note) void
ScriptPattern.noteOffReceived
(MidiNote note)