Module Duplex.UIPitchBend
UIPitchBend is able to receive pitch bend messages from MIDI devices
Changes
0.98
- First release
Functions
__init (app, map) | Initialize the UIPitchBend class |
add_listeners () |
Add event listener
|
remove_listeners () | Remove previously attached event listener |
Functions
- __init (app, map)
-
Initialize the UIPitchBend class
Parameters:
- app (Duplex.Application)
- map [opt] (table) mapping properties
- add_listeners ()
-
Add event listener
DEVICE_EVENT.PITCH_CHANGED
See also:
- remove_listeners ()
-
Remove previously attached event listener
See also: