RDMurray

Results 160 comments of RDMurray

I added reporting of lane name for osara: next/previous fixed item lane. I did some experimentation, some random observations: * It seems there's a bit more to comp areas than...

I don't think there is anything missing from the api for the inline editor, so it should be possible to add feedback however I'm not certain. Before starting work on...

I'm not sure that it is possible with the current API. Also I still don't see the advantage. It takes at least one keystroke to open either editor. Technical: I...

Control+Space, control+upArrow and Control+DownArrow are grabbed by Osara when listviews have focus since #698 was merged. There is an exception for the custom action editor where Control+arrows reorder the list.

keyboard help intercepts all actions, not just those triggered by the keyboard. It would seem that the media explorer triggers the preview stop action at the end of playback. Keyboard...

formatNoteLength matches Reaper's value in the note properties dialog. The number of bars is calculated using the time signature in affect at the note start time only, so it will...

postGoToTrack is used to report the track info after it has been moved to. The track parameter is `MediaTrack* track` which means it it is a pointer to MediaTrack. It...

Does it report anything when you run the action? I suspect Reaper's last touched track isn't being updated in this case.

Is the master visible? I suspect it has to be. In case it makes any difference, cmdMoveToTrack selects in a different way, and that is what moves to the master...