fix thinko in MidiView::pick_visible_channel() ... no data, channel is 0, not 16
This commit is contained in:
@@ -368,7 +368,8 @@ MidiView::pick_visible_channel () const
|
||||
++n;
|
||||
}
|
||||
|
||||
return n;
|
||||
/* no data present, just use the first MIDI channel */
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user