]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
added debug statement to alsa_midi
authorDL1YCF <dl1ycf@darc.de>
Tue, 18 May 2021 17:40:22 +0000 (19:40 +0200)
committerDL1YCF <dl1ycf@darc.de>
Tue, 18 May 2021 17:40:22 +0000 (19:40 +0200)
alsa_midi.c

index 865cb214ea37ee6b8f235232e640640b733ad3c5..808a2bf1dfed060b18fe17464ccedd9228625d17 100644 (file)
@@ -220,6 +220,7 @@ void register_midi_device(int index) {
 void close_midi_device(int index) {
   int ret;
 
+  g_print("%s: index=%d\n", __FUNCTION__, index);
   if (index < 0 || index > MAX_MIDI_DEVICES) return;
   if (midi_devices[index].active == 0) return;