Thank you for your quick response. Unfortunately I only understand part of the scripts.
Do I need to extend the MIDI-shortcut::controller directive in denemo.scm in order to query for other MIDI CC messages? That is add code to check for other values of type? I tried to write a script to just show MIDI events in a dialog, using pieces from the scripts you provided, but it didn't work. Probably I have misunderstood something. My try was (set! midi (d-GetMidi)) (d-InfoDialog ( midi )) Do I have to attach the script somehow? If the above works, I can extend it to some shortcuts. For example, I want to use the trigger pads to set the note duration. To this end, I have to check MIDI channel and pitch, and call the built-in function (which I guess to be (d-Append1) etc.). Do I also have to prevent the MIDI event to be further processed, so that no note is inserted in the score? How can I get MMC (MIDI Machine Control) events? A very comfortable way would be to be able to assign MIDI events in the command center similar to PC keyboard shortcuts. Andreas _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
