Thibaut Guénédal

Results 1 issues of Thibaut Guénédal

The jasmid replayer is handling them to this format: ``` event:Object deltaTime:0 microsecondsPerBeat:600000 subtype:"setTempo" type:"meta" ``` But then MIDI.Player > startAudio ignores meta events: ``` if (event.type !== 'channel') {...