We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6943e commit fd22212Copy full SHA for fd22212
README.md
@@ -39,7 +39,7 @@ will create a instance named `ipMIDI2` and is connected to port 21930.
39
```cpp
40
#include <ipMIDI.h>
41
...
42
-IPMIDI_NAMESPACE::ipMidiTransport<Type> ipMIDI(Port); \
+IPMIDI_NAMESPACE::ipMidiTransport<Type> ipMIDI(Port);
43
MIDI_NAMESPACE::MidiInterface<IPMIDI_NAMESPACE::ipMidiTransport<Type>> Name((IPMIDI_NAMESPACE::ipMidiTransport<Type> &)ipMIDI);
44
```
45
will create a instance named `ipMIDI3` (and underlaying MIDI object `MIDI3`) and is by default connected to port 21930.
0 commit comments