zmidimap/example.mim
zawz 8d3d8f8ceb v1.2
+Added support for new easier map file format
+Added version print
+Added map output options
*Reorganized options
*Internal fixes on quotes
2019-08-17 01:35:49 +02:00

49 lines
1,012 B
Text

Device "Launch Control"
//display value 0:127 for knobs 21-28
Command controller
id=21:28
shell=echo "Knob #$id ch$channel:$value"
//display value 0:127 for knob 41 from any channel
Command controller
id=41
channel=*
shell=echo "Knob #$id ch$channel:$value"
//display value -100:100 for knob 42 on channel 0
Command controller
id=42
channel=0
remap=-100:100
shell=echo "Knob #$id ch0:$value r:$rawvalue"
//display value 0:1:0 for knob 42 on channel 1 (first half)
Command controller
id=42
channel=1
range=0:63
remap=0:1
float=true
shell=echo "Knob #$id ch1:$value r:$rawvalue"
//display value 0:1:0 for knob 42 on channel 1 (second half)
Command controller
id=42
channel=1
range=64:127
remap=1:0
float=true
shell=echo "Knob #$id ch1:$value r:$rawvalue"
Device "Launchpad S"
Command note
shell=echo "Note $id on velocity:$velocity"
Command note
trigger=0
shell=echo "Note $id off"