You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A neat REAPER preference got mentioned on RWP recently. When it's checked, tab navigates through transients with a take containing audio selected as per usual, but when a take containing MIDI is selected, REAPER tabs through notes instead, even while the MIDI editor is closed. We already have speech feedback for the cursor position changing, I'd like to add note previews as well. Gonna need some advice.
Is there a way to learn whether a take contains MIDI without parsing its state chunk? If not, I can ask Cockos for another API addition.
How would we find out whether that preference is checked? My simple mind says ideally we need a toggle action for it.
Assuming I can get to a point where previews play, do you think this navigation should respect "Report position when navigating events in MIDI editor" and "Report MIDI notes in MIDI editor"? I feel like it should, but then, those configs specifically say "in MIDI Editor". This navigation will be happening with the editor closed.
Any thoughts/advice welcome. Commits that get this done faster than I'll manage to even more so.