Uses of Class
heronarts.lx.midi.MidiControlChange
Packages that use MidiControlChange
Package
Description
Integration with MIDI devices.
-
Uses of MidiControlChange in heronarts.lx.midi
Methods in heronarts.lx.midi with parameters of type MidiControlChangeModifier and TypeMethodDescriptionvoid
LXAbstractMidiListener.controlChangeReceived
(MidiControlChange cc) default void
LXMidiListener.controlChangeReceived
(MidiControlChange cc) -
Uses of MidiControlChange in heronarts.lx.midi.surface
Methods in heronarts.lx.midi.surface with parameters of type MidiControlChangeModifier and TypeMethodDescriptionvoid
APC40.controlChangeReceived
(MidiControlChange cc) void
APC40Mk2.controlChangeReceived
(MidiControlChange cc) void
APCmini.controlChangeReceived
(MidiControlChange cc) void
DJM900nxs2.controlChangeReceived
(MidiControlChange cc) void
DJMA9.controlChangeReceived
(MidiControlChange cc) void
DJMV10.controlChangeReceived
(MidiControlChange cc) void
LXMidiSurface.controlChangeReceived
(MidiControlChange cc) void
MidiFighterTwister.controlChangeReceived
(MidiControlChange cc) -
Uses of MidiControlChange in heronarts.lx.script
Methods in heronarts.lx.script with parameters of type MidiControlChangeModifier and TypeMethodDescriptionvoid
ScriptEffect.controlChangeReceived
(MidiControlChange cc) void
ScriptPattern.controlChangeReceived
(MidiControlChange cc)