Browse Source

Item under cursor - next take: added Readme

master
Ludwig Frühschütz 4 years ago
parent
commit
80b4488301
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      ItemUnderCursor_NextTake_OSC/README.md

+ 14
- 0
ItemUnderCursor_NextTake_OSC/README.md View File

@ -0,0 +1,14 @@
# Item under Cursor - Next Take (OSC)
This Script switches the item under the edit cursor, on the specified track to the next (or previous) take. To specify the track, this script MUST be called by a OSC message defined as a shortcut for this script in the action list. The OSC message must carry a float value as data which is the track (zero based) divided by 100 - e.g. 0.42 stands for track number 43 (or with osc_first_track_nr = 1 it may stand for track number 42)
### Features:
* stores selected tracks and items before execution and restores them afterwards
* saves only one consolidated undo point
*
### Requires
* Reaper 5 or 6
* SWS extensions must be installed (http://standingwaterstudios.com/)
* can only be used by a special OSC message, not by keyboard shortcut or "action" OSC message
### License
GPL v3

Loading…
Cancel
Save