emilis / summer-bandits

Summer Bandits SuperCollider project
0 stars 1 forks source link

Guitars must have different MIDI names #12

Closed emilis-wix closed 3 months ago

emilis-wix commented 4 months ago

The guitar controllers (and other MIDI devices we'll make) must have different MIDI device names.

Otherwise it will be impossible to distinguish them in the MIDI Magic port configuration.

If there's no ther way, we may need to use different type of microcontrollers for all devices.

laurynaslubys commented 4 months ago

@gradrix We can close this, right?

gradrix commented 4 months ago

@laurynaslubys almost. We would need to separate "Guitar Controller" and "Bass Controller". Easiest way would be to have two different platformio projects and symlink to the same source: https://github.com/emilis/summer-bandits/pull/23