2014-07-21

In Roland styles, the note messages have this pattern:
[time] [midi note number] [channel number] [velocity] [40?] [length]

How do you get the time in this format?
bar:beat:ticks(?)

I use this code, this gives me the correct bar and beat values:
return...

Show more