jcsteh / osara

OSARA: Open Source Accessibility for the REAPER Application
GNU General Public License v2.0
127 stars 46 forks source link

Item lanes reading support. #555

Open vgjh2005 opened 3 years ago

vgjh2005 commented 3 years ago

Hi: Multi item lanes at the same position in the track is a famous function. We can use loop recording to make multiple voicing writing quickly on one track. So please announce the item lane's number for the item and allow users to browse item on the different item lanes. Please follow the video to know it workflow: https://www.youtube.com/watch?v=RZjZk3gG-is

RDMurray commented 2 years ago

I'm not sure what the advantage would be for this. Items can be navigated with ctrl+lef/right, even if they are at the same position in the track.

Please explain how you imagine this working?

It is possible to get the Y position of an item from the API. This isn't a lane number though, just a screen position relative to the track.

RDMurray commented 2 years ago

I can see that it would get difficult to manage once you start splitting items in different lanes. In that case you could use the action "Xenakios/SWS: Explode selected items to new tracks (keeping positions)" before editing.