Module Duplex.UIKeyPressure
UIKeyPressure is a UIComponent that respond to MIDI channel-pressure events.
Changes
0.98
- First release
Functions
__init (app, map) | Initialize the UIKeyPressure class |
add_listeners () |
Add event listener
|
remove_listeners () | Remove previously attached event listener |
Functions
- __init (app, map)
-
Initialize the UIKeyPressure class
Parameters:
- app (Duplex.Application)
- map [opt] (table) mapping properties
- add_listeners ()
-
Add event listener
DEVICE_EVENT.CHANNEL_PRESSURE
See also:
- remove_listeners ()
-
Remove previously attached event listener
See also: