RDMurray
RDMurray
I think I can implement it. There's one case that causes a problem though and that is when ignore project tempo is checked in take source properties. There is a...
> I don't think you actually need to think about this, but an idle thought: This could get really interesting if notes span two bars with different time signatures. It's...
I need to rewrite that code before it can be merged. Hoping to get round to it soon.
Maybe a solution would be to add feedback for the actions "Item navigation: Move cursor left to nearest item edge" and "Item navigation: Move cursor right to nearest item edge"?...
Partially fixed in #230 Solo state of items can't be reported as items don't appear to have a solo flag.
My fix in #230 was an ugly hack. Cockos did actually fix item solo behaviour and added it to the API. It would be good if we could keep this...
I started by assuming that pos_pq and len_pq would work, but they didn't. I logged the string returned by MIDIEditor_GetSetting_str to the console to see what was going on. pos_pq...
> pos and len match the event times in the list which are midi source based. Sorry I just looked at it again and the event list does show project...
SWS gets ticks per quarter note by parsing the item state chunk. I guess we could do the same, but would probably need to cache it for performance.
@leonardder It's very inconsistent. I saw pos_pq a couple of times, but I just created a new midi item, inserted some notes and pos_pq wasn't reported for any of them....