linthesia icon indicating copy to clipboard operation
linthesia copied to clipboard

[LIBMIDI]in libmidi Track object Event and EventPulses should be put together

Open allan-simon opened this issue 11 years ago • 0 comments

in a std::pair or something otherwise in a lot of place in the code , we're obliged to do an old school

for (i = 0 etc.

with Events to then get the associated EventPulses, using a Pair will permit to use the mode readable and less error prone for ( value : collection) notation

allan-simon avatar Jun 07 '14 09:06 allan-simon