Replies: 1 comment 4 replies
-
|
Did you enable the Bluetooth stack as described in https://tttapa.github.io/Control-Surface-doc/Doxygen/db/d99/md_pages_MIDI-over-BLE.html? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I imported the raspberry pico w library (https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json)
But unfortunately still do not get it working..... :-(
Any help is welcome :-)
Thanks!
Error message:
C:\Users\maart\Documents\Arduino\libraries\Control_Surface\examples\3. MIDI Interfaces\BLEMIDI-Adapter\BLEMIDI-Adapter.ino:51:1: error: 'BluetoothMIDI_Interface' does not name a type
51 | BluetoothMIDI_Interface midi_ble;
| ^~~~~~~~~~~~~~~~~~~~~~~
C:\Users\maart\Documents\Arduino\libraries\Control_Surface\examples\3. MIDI Interfaces\BLEMIDI-Adapter\BLEMIDI-Adapter.ino: In function 'void setup()':
C:\Users\maart\Documents\Arduino\libraries\Control_Surface\examples\3. MIDI Interfaces\BLEMIDI-Adapter\BLEMIDI-Adapter.ino:59:3: error: 'midi_ble' was not declared in this scope
59 | midi_ble.setName("MIDI Adapter");
| ^~~~~~~~
C:\Users\maart\Documents\Arduino\libraries\Control_Surface\examples\3. MIDI Interfaces\BLEMIDI-Adapter\BLEMIDI-Adapter.ino: In function 'void loop()':
C:\Users\maart\Documents\Arduino\libraries\Control_Surface\examples\3. MIDI Interfaces\BLEMIDI-Adapter\BLEMIDI-Adapter.ino:73:29: error: 'midi_ble' was not declared in this scope
73 | digitalWrite(LED_BUILTIN, midi_ble.isConnected() ? HIGH : LOW);
| ^~~~~~~~
Using library Control Surface at version 2.0.0 in folder: C:\Users\maart\Documents\Arduino\libraries\Control_Surface
Using library SPI at version 1.0 in folder: C:\Users\maart\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\3.7.2\libraries\SPI
exit status 1
Compilation error: 'BluetoothMIDI_Interface' does not name a type
Beta Was this translation helpful? Give feedback.
All reactions