snhirsch / katana-midi-bridge

Provides enhanced MIDI control capability to Boss Katana (tm) guitar amplifiers
GNU General Public License v2.0
76 stars 11 forks source link

question about midi controller feature #16

Open StephenJackson42 opened 6 years ago

StephenJackson42 commented 6 years ago

does katan-midi-bridge force me to use an extra midi controller? I am hoping to get this set up on my pi and use strictly the pi to control my katana amp. Reading through your repo I am still unclear as to whether or not using an external controller via midi to usb is required or simply a feature that you support.

snhirsch commented 6 years ago

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 so. You can build on the low level communications code I've written - that was the hard part.