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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -78,18 +78,18 @@ We also provide some higher level API "Server" classes which can be used for bo
78
78
Here is the generated [Class Documentation](https://pschatzmann.github.io/arduino-midi/html/annotated.html).
79
79
You can find [further information in my blogs](https://www.pschatzmann.ch/home/tag/midi/).
80
80
81
-
82
-
### Namespace
83
-
84
-
All the midi classes are defined using the midi namespace. If you include Midi.h the using namespace is already defined. However, if you include the individual class specific header files you need to add a using namespace midi; in your sketch.
85
-
86
81
### Logging
87
82
88
83
The library provides some logging functionality. By default the log level is set to MidiDebug. You can change the level with
89
84
```
90
85
MidiLogLevel = MidiDebug; // or MidiInfo, MidiWarning, MidiError
91
86
```
92
87
88
+
### Namespace
89
+
90
+
All the midi classes are defined using the midi namespace. If you include Midi.h the using namespace is already defined. However, if you include the individual class specific header files you need to add a using namespace midi; in your sketch.
0 commit comments