Fix MIDI control and through
commit13c7b4f32bb6bf21cc197352a13f6fc02be643aa
authorChristopher Arndt <chris@chrisarndt.de>
Mon, 14 Dec 2020 14:09:42 +0000 (14 15:09 +0100)
committerChristopher Arndt <chris@chrisarndt.de>
Sun, 7 Feb 2021 14:34:01 +0000 (7 15:34 +0100)
tree566252a4357bfe95d458ba627864275e5190dbc4
parentf8ccc0aa1426fd4d3376048c80033a1f9afbaf18
Fix MIDI control and through

* Fix volume & balance MIDI through
* Fix mute/solo MIDI handling and feedback
* Rename 'last_midi_channel' to 'last_midi_cc'
* Use int8_t type for MIDI data
* Some C code clean-up for more consistentcy and better formatting

Fixes #73
channel.py
jack_mixer.c
jack_mixer.h
jack_mixer_c.c