cbdev
cbdev
For your specific use case, an example config using Python might be as follows (this just maps my mouse keys to two commands, but you get the picture) globalcache.cfg ```...
Windows support for the Python backend is an open issue (#66), which unfortunately does not have a good indication of success so far. To get MM to run on OSX,...
You're missing a dot in the channel glob specification. `gc.mm2gc.vout{1.16}` should probably be `gc.mm2gc.vout{1..16}` (two dots between 1 and 16).
Hey @bcslaam, great to hear it's making progress! Yes, I would absolutely think that the use case is interesting for others, so if you're willing to document it a bit,...
Hi @OddBloke, thanks for this well-researched issue! Unfortunately it seems like Reaper is re-using the `t` OSC tag here, which is already defined by [the OSC specification](https://ccrma.stanford.edu/groups/osc/files/2009-NIME-OSC-1.1.pdf) as time-tag -...
Hi and thanks for your interest and the suggestion! I think you could probably do something that works like that using the Lua plugin. This would just be implementing a...
I just pushed a rather simplistic example of doing [mapping layers](https://github.com/cbdevnet/midimonster/blob/master/configs/layering.cfg) using a [Lua script](https://github.com/cbdevnet/midimonster/blob/master/configs/layering.lua). Doing it this way might suffice for smaller projects. I'm thinking about making layers of...
@GralfR brought up the idea of having the named mapping section enable inputs also function as a constant multiplier on the forwarded events. This could be done for absolute type...
I can think of some amusing use cases, nice idea! Will put it on the list :)
Hi @bengreenow, thanks for your kind words and your interest in the MIDIMonster (and congratulations on opening the 100th issue)! As you've correctly guessed, this would be a task best...