Garrett Grimm
Garrett Grimm
I see the dates are old here, but sending a bump your way because this would be nice. Could probably use some CSS to fix it since the year is...
Hi @vhmth, Thanks for the quick response, but no need to expedite this; my project is not pressing (that is a good idea though about falling back to `position: sticky`)....
Hi @michaelmior, Thanks for your message. `mergeTracks` _should_ merge in parallel, but it's admittedly a bit experimental at the moment. Could you post your code so I can test it...
Hey @chr15m thanks for your message! I can see what you mean. @lplume, yea auto-padding a track to the end of the measure would probably be a good default behavior....
@lplume awesome, feel free to tackle this one if you like!
Hey @ayunami2000, Thanks for reporting! If you could provide some reproducible code, that would help us debug this issue.
Hi @drumtj, Currently the best way to create concurrent note events with different durations is by using separate tracks. -Garrett
Hi @drumtj, You can try using the `Track.mergeTrack()` method to combine two tracks with different event durations into one. http://grimmdude.com/MidiWriterJS/docs/Track.html#mergeTrack -Garrett
Hi @drumtj, One thing I just thought of; you can try using the `Track.mergeTrack()` method to combine two tracks with different event durations into one. It's sort of experimental currently...
Hi @lingxinc, Can you clarify your question a bit? -Garrett