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 8ab1b08 commit 02e1e57Copy full SHA for 02e1e57
crates/notation_midi/src/wasm/midi_synth.rs
@@ -14,7 +14,7 @@ impl MidiSynth {
14
}
15
pub fn init_channels(&self, _settings: &MidiSettings, state: &MidiState) {
16
for channel in state.channels.iter() {
17
- if channel.track.is_some() {
+ if channel.messages.len() > 0 {
18
init_channel(channel.channel.into(), channel.program.into());
19
20
0 commit comments