You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/MidiFromUDP/MidiFromUDP
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
8
8
using namespace stk;
9
9
10
-
11
10
WiFiUDP udp;
12
11
Clarinet clarinet(440);
13
12
Voicer voicer;
@@ -33,10 +32,5 @@ void setup() {
33
32
34
33
void loop() {
35
34
in.loop();
36
-
}```
37
-
38
-
## BLE Server
39
-
The MIDI BLE Server functionality is provided by the __ArdMidiBleServer__ class. Above you have already seen all relevant components and how they work together.
0 commit comments