InputMapper

here is a proof of concept of a midi/osc learning input mapper. kinda similar to the idea of TodoMap. not so elaborate, but the basics are working:

OSC

  • choose a udp receiver port
  • choose what to receive: OSCFloat(s), OSCInt(s), OSCString(s)
  • give your receiver a name
  • press learn
  • send and osc message
  • save the mapping to recall it anytime later

MIDI

  • choose a midi device
  • choose what to receive: MidiNote, MidiController
  • give your receiver a name
  • press learn
  • send a midi message
  • save the mapping to recall it anytime later

any thoughts on what’s good/bad/missing welcome!

VL.InputMapper.zip (51.6 KB)

2 Likes