We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689e583 commit 36b8aacCopy full SHA for 36b8aac
2 files changed
CHANGELOG
@@ -19,6 +19,8 @@ Bug fixes:
19
20
Other:
21
22
+* Rename Noteahead Virtual MIDI Out => Noteahead MIDI Out
23
+
24
1.7.1
25
=====
26
src/infra/midi/implementation/librtmidi/midi_out_rt_midi.cpp
@@ -27,7 +27,7 @@ namespace noteahead {
27
static const auto TAG = "MidiBackendRtMidi";
28
29
MidiOutRtMidi::MidiOutRtMidi()
30
- : MidiBackendOut { { "Noteahead Virtual MIDI Out" } }
+ : MidiBackendOut { { "Noteahead MIDI Out" } }
31
{
32
for (auto && virtualPort : virtualPorts()) {
33
openVirtualPort(virtualPort);
0 commit comments