rmidimap/test/vmpk.yml
2023-08-07 21:50:22 +02:00

20 lines
617 B
YAML

devices:
- name: 'VMPK Output:out'
multiconnect: false
connect:
- args: [ "sh", "-c", "echo Hello world!" ]
disconnect:
- args: [ "sh", "-c", "echo Bye!" ]
events:
- type: Controller
run:
- args: [ "sh", "-c", "echo [$channel] Controller $id $value" ]
- type: NoteOff
run:
- args: [ "sh", "-c", "echo [$channel] NoteOff $id" ]
- type: NoteOn
run:
- args: [ "sh", "-c", "echo [$channel] NoteOn $id $value" ]
- type: PitchBend
run:
- args: [ "sh", "-c", "echo [$channel] PitchBend $value" ]