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
I think it's consolidated with something else. When articulation is added by right-clicking, then immediately record starts, and after it undo is used, both, the recorded midi and pr change are removed.
The text was updated successfully, but these errors were encountered:
I can't reproduce this exactly, but there's always not been something quite right about the how Reaper handles undo with Reaticulate. It's something I've wrestled with, and I'm quite convinced there is at least one Reaper bug at play here, because despite neatly wrapping everything in Undo_BeginBlock2() and Undo_EndBlock2(), initiating an undo in Reaper will sometimes undo beyond the point of the Undo_BeginBlock2() call.
Yep, I've also noticed at my scripts)
Still, I found a way of selecting the item between art assignment and record start. Not hard to keep in practice and works
jtackaberry
changed the title
Undo point at right-click articulation adding
Make articulation insertion compatible with undo
Aug 13, 2019
The redesign described by #62 will open the door to workarounds. I have a proof of concept working in my local tree so I'll tentative plan to fix this in the next major release (0.4.0).
I think it's consolidated with something else. When articulation is added by right-clicking, then immediately record starts, and after it undo is used, both, the recorded midi and pr change are removed.
The text was updated successfully, but these errors were encountered: