-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
very Experimental support for fixed lanes #967
base: master
Are you sure you want to change the base?
Conversation
Build succeeded! Build osara pr967-1229,fb79c591 completed (commit fb79c59152 by @RDMurray) |
Discussed this on Zoom. A few things to do here:
|
Build succeeded! Build osara pr967-1375,d5e2e7d0 completed (commit d5e2e7d0f8 by @RDMurray) |
I added reporting of lane name for osara: next/previous fixed item lane. I did some experimentation, some random observations:
Say you record a long item, then punch in a shorter item in the middle, creating 3 comp areas. The comp lane contains three items. If you move the middle comp area up, switching it to the first recording the comp lane now only has one item, but there are still three comp areas. They are stored in the RPP as From my test project:
The first two fields are start and end time and the 3rd is lane number.
|
This is just a first attempt at supporting the new fixed lanes feature in Reaper 7. It works similar to envelopes in that after focusing a track you can use OSARA: next/previous lane actions to cycle through the fixed lanes on the track. this restricts item navigation to the items on the selected lane.
For better support we would need Cockos to make some additions to the API:
From what I can tell a comp area is just an item on a comp lane. After selecting one the actions to move comp area up/down work.
This is just a draft as I am sure there are bugs and it is far from complete.