[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] MIDI events for shortcuts
From: |
Andreas Schneider |
Subject: |
Re: [Denemo-devel] MIDI events for shortcuts |
Date: |
Thu, 25 Sep 2014 22:19:22 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 |
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] MIDI events for shortcuts, Andreas Schneider, 2014/09/25
- Re: [Denemo-devel] MIDI events for shortcuts, Richard Shann, 2014/09/25
- Re: [Denemo-devel] MIDI events for shortcuts,
Andreas Schneider <=
- Re: [Denemo-devel] MIDI events for shortcuts, Richard Shann, 2014/09/26
- Re: [Denemo-devel] MIDI events for shortcuts, Richard Shann, 2014/09/26
- Re: [Denemo-devel] MIDI events for shortcuts, Andreas Schneider, 2014/09/30
- Re: [Denemo-devel] MIDI events for shortcuts, Richard Shann, 2014/09/30
- Re: [Denemo-devel] MIDI events for shortcuts, Andreas Schneider, 2014/09/30