ossia / score

ossia score, an interactive sequencer for the intermedia arts
https://ossia.io
Other
1.45k stars 101 forks source link

MIDI file reader reads files based on global time #1547

Open josephlarralde opened 1 week ago

josephlarralde commented 1 week ago

I'm trying to play some short MIDI files using MIDI file reader processes in successive sub-scenarios and have them control some other processes via a JS translator node I've written. It works, but it seems that the MIDI file reader processes don't rely on the sub-scenarios' start dates and rather on the global start date. Is this expected behaviour ? I would expect them to execute relatively to the parent scenario ... I'm using OSSIA 3.2.0 on a Mac M2 MAX with Ventura 13.5 Cheers

josephlarralde commented 1 week ago

Well, for my use case I could use CSV recorders instead, but I just spotted this while experimenting