teenageengineering / videolab

MIT License
737 stars 65 forks source link

MIDI channel mapping incorrect #23

Closed Dathond closed 5 years ago

Dathond commented 5 years ago

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

cemillerena commented 5 years ago

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.

Dathond commented 5 years ago

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 :)

finnTE commented 5 years ago

https://www.teenageengineering.com/guides/op-z/midi#introduction

Dathond commented 5 years ago

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