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 that return MidiNoteModifier and TypeMethodDescriptionstatic MidiNoteMidiNote.constructMutable(int command, int channel, int pitch, int velocity) MidiNote.mutableCopy()Methods in heronarts.lx.midi with parameters of type MidiNoteModifier and TypeMethodDescriptiondefault voidLXMidiListener.noteOffReceived(MidiNote note) voidMidiNote.Stack.onMidiNote(MidiNote note) -
Uses of MidiNote in heronarts.lx.midi.surface
Methods in heronarts.lx.midi.surface with parameters of type MidiNoteModifier and TypeMethodDescriptionvoidAPC40.noteOffReceived(MidiNote note) voidAPC40Mk2.noteOffReceived(MidiNote note) voidAPCminiSurface.noteOffReceived(MidiNote note) voidDJM900nxs2.noteOffReceived(MidiNote note) voidDJMA9.noteOffReceived(MidiNote note) voidDJMV10.noteOffReceived(MidiNote note) voidLXMidiSurface.noteOffReceived(MidiNote note) voidMidiFighterTwister.noteOffReceived(MidiNote note) -
Uses of MidiNote in heronarts.lx.midi.template
Methods in heronarts.lx.midi.template with parameters of type MidiNoteModifier and TypeMethodDescriptionvoidAkaiMPD218.noteOffReceived(MidiNote note) voidDJTTMidiFighterTwister.noteOffReceived(MidiNote note) voidNovationLaunchkeyMk337.noteOffReceived(MidiNote note) -
Uses of MidiNote in heronarts.lx.modulator
Methods in heronarts.lx.modulator with parameters of type MidiNoteModifier and TypeMethodDescriptionvoidDamper.noteOffReceived(MidiNote note) voidMacroTriggers.noteOffReceived(MidiNote note) voidMidiNoteTrigger.noteOffReceived(MidiNote note) voidMultiModeEnvelope.noteOffReceived(MidiNote note) -
Uses of MidiNote in heronarts.lx.script
Methods in heronarts.lx.script with parameters of type MidiNoteModifier and TypeMethodDescriptionvoidScriptEffect.noteOffReceived(MidiNote note) voidScriptPattern.noteOffReceived(MidiNote note)