Skip to content

Commit 36b8aac

Browse files
committed
Rename Noteahead Virtual MIDI Out => Noteahead MIDI Out
1 parent 689e583 commit 36b8aac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Bug fixes:
1919

2020
Other:
2121

22+
* Rename Noteahead Virtual MIDI Out => Noteahead MIDI Out
23+
2224
1.7.1
2325
=====
2426

src/infra/midi/implementation/librtmidi/midi_out_rt_midi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace noteahead {
2727
static const auto TAG = "MidiBackendRtMidi";
2828

2929
MidiOutRtMidi::MidiOutRtMidi()
30-
: MidiBackendOut { { "Noteahead Virtual MIDI Out" } }
30+
: MidiBackendOut { { "Noteahead MIDI Out" } }
3131
{
3232
for (auto && virtualPort : virtualPorts()) {
3333
openVirtualPort(virtualPort);

0 commit comments

Comments
 (0)