Skip to content

Commit

Permalink
[midi] Update libremidi, enable scanning of virtual ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 23, 2024
1 parent 58b26b1 commit 3709f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libossia
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class MidiEnumerator : public Device::DeviceEnumerator
libremidi::observer_configuration make_callbacks()
{
libremidi::observer_configuration cb;
cb.track_hardware = true;
cb.track_virtual = true;
cb.notify_in_constructor = false;

if constexpr(Type == ossia::net::midi::midi_info::Type::Input)
Expand Down

0 comments on commit 3709f8f

Please sign in to comment.