Steven Hirsch
Steven Hirsch
Well, it's about 2-1/2 years later but I do thank you for the response! I will try to set this all up again in the near future and see if...
[:5938945.log](https://github.com/kaueraal/run_scaled/files/5197022/5938945.log) [:97889336.log](https://github.com/kaueraal/run_scaled/files/5197024/97889336.log) [run-xpra.txt](https://github.com/kaueraal/run_scaled/files/5197038/run-xpra.txt) It's baaackk... Out of the blue, run_scaled is crashing again on Ubuntu 18.04. I have the --systemd-run=no specified. Please let me know what you might need to...
What host computer are you using? Does the operating system recognize the bt-200s-6?
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/
If someone wants to pick that up, it would be a reasonable idea. I haven't had a lot of time to work on this code in the past year or...
Sure, hopefully the various class functions are clear. Assuming you know Python it should be simple to build whatever you want on top of the low-level classes.
If you simply want to control the amp, no need for edit mode. Just send the delay time. Remember to observe the "no high bit" rule when forming the value...
Under [Parameters] in the docs: ``` Note: Tap Tempo equivalent to setting delay time, but it averages time between button presses. Delay Time (1,..,2000ms) 60 00 05 62 --> 00...
It's designed to translate MIDI from an external controller. If you want to use hardware lines on the Pi as controllers you'll have to write your own code to do...
Thanks for the nice words, much appreciated! The original idea was to parse a setup file to bind various MIDI CC#s and values to sysex commands. The API (for firmware...