oxesoft / rpi-midi-ble

Raspberry Pi 3 as an USB-MIDI over BLE-MIDI device
68 stars 9 forks source link

Raspberry Pi GPIO Midi #4

Closed bichpham closed 7 years ago

bichpham commented 7 years ago

Is there a way I can manually send note and velocity using any of the routine in Btmidi-server or alsa-seq-autoconnect? I'm trying to connect couple pushbuttons to the gpio pins and have them play some notes in garageband.

oxesoft commented 7 years ago

You need to create a alsa-seq port and send the MIDI event bytes thru it, as a standalone app. Take a look at the alsa repo.