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 b8b49cd commit bf51451Copy full SHA for bf51451
1 file changed
include/libremidi/backends/alsa_seq/observer.hpp
@@ -439,8 +439,12 @@ class observer_threaded : public observer_impl<ConfigurationImpl>
439
case SND_SEQ_EVENT_CLIENT_START:
440
case SND_SEQ_EVENT_CLIENT_EXIT:
441
case SND_SEQ_EVENT_CLIENT_CHANGE:
442
+
443
+#if __has_include(<alsa/ump.h>)
444
case SND_SEQ_EVENT_UMP_EP_CHANGE:
445
case SND_SEQ_EVENT_UMP_BLOCK_CHANGE:
446
+#endif
447
448
case SND_SEQ_EVENT_PORT_START:
449
case SND_SEQ_EVENT_PORT_EXIT:
450
case SND_SEQ_EVENT_PORT_CHANGE:
0 commit comments