Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Midi Velocity with winmidi #139

Open
lizaoreo opened this issue Jan 8, 2024 · 0 comments
Open

Midi Velocity with winmidi #139

lizaoreo opened this issue Jan 8, 2024 · 0 comments

Comments

@lizaoreo
Copy link

lizaoreo commented Jan 8, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant