Skip to content

Selecting contiguous items #12

Closed
GianlucaApollaro opened this Issue Mar 5, 2015 · 5 comments

3 participants

@GianlucaApollaro

Hi, selecting contiguous items on a track would be good. I did it using the sws actions select next item, keeping current selection (across tracks) and of course, select previous item, keeping current selection (across tracks). This works, but in rea-access we had the cursor moving to the selected item that therefore was playing, but more inportantly we had the number of selected items reported and spoken.
I think two new custom actions might be required
Thanks as always and keep up the good work

@jcsteh
jcsteh commented Mar 6, 2015

I agree we need actions to select contiguous items, though as you pointed out, SWS has these and we could just tweak them in a similar way to the way normal item navigation is handled. However, I'm not sure I agree with announcing the number of selected items. That could get very annoying. I guess you can silence it if needed, but it's also inconsistent with the way selection is handled everywhere else. For example, when you select text, you only hear the text you just selected, not the entire selection every time or a count of selected characters. Can you explain why this should be any different? I'd be happy to consider a command for reporting selection information, though, since it's certainly true that sighted users could see this easily enough.

@GianlucaApollaro
@jcsteh jcsteh added a commit that closed this issue Nov 14, 2015
@jcsteh jcsteh Add "OSARA: Move to next/previous item (leaving other items selected)…
…" actions to enable selection of multiple items.

As well as contiguous selection, these also work for noncontiguous selection using the same procedure as for tracks.

In addition:

* The item movement commands now move to an item even if it starts right at the cursor. This isn't technically next or previous, but it's what most users probably expect, particularly if an item starts right at the start of the project.
* It is now possible to move to items that start at the same position.

To facilitate all of this, OSARA now overrides REAPER's in-built item navigation commands as it does for track navigation.

Fixes #12.
02652dd
@jcsteh jcsteh closed this in 02652dd Nov 14, 2015
@chrisbelle2015
@jcsteh
@chrisbelle2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.