Skip to content

Commit

Permalink
- add EnumerateDevices for alsa per suggestion of the original author
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Jan 3, 2020
1 parent fabf3d8 commit 3e4d53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/zmusic/zmusic/configuration.cpp
Expand Up @@ -183,6 +183,7 @@ struct MidiDeviceList
#ifdef HAVE_SYSTEM_MIDI
#ifdef __linux__
auto& sequencer = AlsaSequencer::Get();
sequencer.EnumerateDevices();
auto& dev = sequencer.GetInternalDevices();
for (auto& d : dev)
{
Expand Down

0 comments on commit 3e4d53e

Please sign in to comment.