Skip to content

MIDIMonster compatibility issues #198

@pilarmera

Description

@pilarmera

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions