midimonster icon indicating copy to clipboard operation
midimonster copied to clipboard

Midi Velocity with winmidi

Open lizaoreo opened this issue 5 months ago • 0 comments

I'm messing around with getting MidiMonster to connect Bitfocus Companion to ProPresenter 7. PP7 talks in Midi, while Companion can talk in OSC. I've mostly got the OSC working, so I can use a note to press a button in Companion and I can receive OSC calls from Companion. My problem is I can't seem to figure out how to have MidiMonster send a note with velocity anything other than 0. ProPresenter won't see anything if it's just 0. I feel like I'm missing something here because MidiMonster seems to be the same way, it doesn't respond to Midi commands with a low velocity, I had to change my Propresenter macro to send 127 velocity so it would pick it up. I also couldn't get MidiMonster to read it's own midi output because of the same issue, which hung me up for a while thinking I just wasn't getting it to do anything.

My config is below.

[backend winmidi]
list = off

[backend osc]
detect = on

[osc companion]
bind = 127.0.0.1 12322
destination = 127.0.0.1 12321

/press/bank/1/1 = i 0 255
/test/1 = i 0 255

[winmidi lmp]
read = loopMIDI Port
write = loopMIDI Port

[map]

lmp.ch2.note0 > companion./press/bank/1/1
companion./test/1 > lmp.ch2.note2
companion./pp7/2 > lmp.ch0.note12

lizaoreo avatar Jan 08 '24 01:01 lizaoreo