teenageengineering / videolab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDI channel mapping incorrect

Dathond opened this issue · comments

Hi, there are a couple of errors in the midi channels:

  1. channel 1 actually maps to 2
  2. channel 8 actually maps to 6

Tested using unity 18.2 with VL-1.1. Attached simple unity scene shows the incorrect mapping.

test_18.2.zip

That's weird. I'm pretty sure mine is working as intended. Did you manage to fix it? I might have a look later this week to your unity scene.

yeah still have the issue. attached file was made just to demonstrate the issue, just 8 cubes each triggering transform on channel 1-8. It doesn't work correctly on channel 1 and 8. Do let me know if I'm doing something wrong here :)

sorted, yes error is on my side. I must have changed the outgoing channel without realising it at some point. Thanks fore the pointer!