keijiro / MinisVS

MIDI input add-on for Bolt visual scripting
The Unlicense
70 stars 2 forks source link

Channel assignment one number off? #2

Closed dpentecost closed 3 years ago

dpentecost commented 3 years ago

I used MIDI Monitor to check output of both APC-25 and Launch Control XL. Found I had to put one number less for MIDI channel in both note and control in BoltMinis..

For instance, MIDI Monitor shows channel 9 - I have to enter 8 in BoltMinis.

Is this a 0-15 vs 1-16 issue? I see that the default MIDI channel when I opened the Test was 0. (MIDI spec channel nibble 0 hex is channel 1)

Just a guess. Otherwise works great. Thanks!

keijiro commented 3 years ago

Your guess is right. When I initially implemented Minis, I solved the problem on the Editor side. I should do the same approach in BoltMinis.

dpentecost commented 3 years ago

Cool. Thanks again for this and all the great work.

keijiro commented 3 years ago

Fixed in v1.0.1