katana-midi-bridge
katana-midi-bridge copied to clipboard
Using this with a bluetooth-midi controller
I have a bt-200s-6, trying to use it with this amazing code, but im a newbie to python and linux in general, so i dont know how can i map it or even find the device id to find the inputs. Ive managed to connect it and install the whole thing just fine.
What host computer are you using? Does the operating system recognize the bt-200s-6?
I'm using a raspberry pi 4-b, and I can connect the bt 200s just fine, but syslog just shows a Bluetooth device connected (Bluetoothctl shows the Mac and name, so I would assume it's being recognized correctly). I can get the katana device id and vendor ID in syslog, not the bt 200s
Looks like you need to install a bluetooth driver with MIDI support. See if this gets you going?
https://mclarenlabs.com/blog/2019/01/15/korg-microkey-air-37-bluetooth-midi-keyboard-with-raspberry-pi/
I'll try it later and post the results here for anyone having the same issue. Thanks for the directions.
Update: while i didnt manage to use your code, i managed (just about hahaha) to create one that kinda works and suits my needs for now. Here it is if anyone in the future needs it: https://github.com/xdudu99/Katana-Bluetooth-controller Just be aware that i never coded in my life and everything i did in this project was from searching on google.