Wasted-Audio / hvcc

The heavy hvcc compiler for Pure Data patches. Updated to python3 and additional generators
https://wasted-audio.github.io/hvcc/
GNU General Public License v3.0
250 stars 30 forks source link

Bug: midi output objects don't accept lists #206

Open dromer opened 2 days ago

dromer commented 2 days ago

The output object implementations assume that all inlets are being used.

When a user sends a list to the object it skips the step of adjusting midi channels from 1-based to 0-based counting:

2024-10-13_09-48

dromer commented 2 days ago

We could've really used some midi-out tests to catch these sort of bugs :)