Hi! I've been working on a setup to map Viimix with my nanoKONTROL2 midi device using the MIDIMonster library. I published a repo with the config files here: https://github.com/pilarmera/midimonster-vimix
It's being very useful and fun; MIDIMonster is great for OSC mapping, but I found a couple of compatibility issues between Vimix syntax and the osc backend of MIDIMonster:
- MIDIMonster forces all osc patterns to have at least one argument, so messages like
vimix/current/flag to jump to next flag are not working (they overlap with vimix/current/flag {flag_index})
- MIDIMonster only allows values of the type i, f, h, d. You can't send a string as an argument (i.e.
/current/{source_name})
- MIDIMonster considers '#' character as illegal, so messages like
/batch/#0 are not allowed.
Thanks!
Hi! I've been working on a setup to map Viimix with my nanoKONTROL2 midi device using the MIDIMonster library. I published a repo with the config files here: https://github.com/pilarmera/midimonster-vimix
It's being very useful and fun; MIDIMonster is great for OSC mapping, but I found a couple of compatibility issues between Vimix syntax and the osc backend of MIDIMonster:
vimix/current/flagto jump to next flag are not working (they overlap withvimix/current/flag {flag_index})/current/{source_name})/batch/#0are not allowed.Thanks!