reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

Alphanumeric sorting of tracks #173

Closed Jeff0S closed 10 years ago

Jeff0S commented 10 years ago

From mer...@gmail.com on August 17, 2010 17:52:40

This is a request originally posted on reaper board: http://forum.cockos.com/showthread.php?t=63181 Description

The ability to sort (reposition from top to bottom) selected tracks by their names, including or excluding numbers in tracks' names.

Example

04 - Vocals 06 - Guitars 01 - Vocals 02 - Back vocals

If selected, a function (action) would sort the tracks alphabetically (disregarding the numbers):

02 - Back vocals 06 - Guitars 04 - Vocals 01 - Vocals

or including the numbers (a separate function/action):

01 - Vocals 02 - Back vocals 04 - Vocals 06 - Guitars

If the selected tracks span across multiple unselected tracks, selected tracks should first be repositioned sequentially from position of the top selected track, and than sorted accordingly.

e

Original issue: http://code.google.com/p/sws-extension/issues/detail?id=173

Jeff0S commented 10 years ago

From swstim on August 17, 2010 10:18:22

Waiting for MoveTrack API to implement this.

Status: OnHold