# HG changeset patch # User Chris Cannam # Date 1588170463 -3600 # Node ID 2179bf9757a090e4ed43181ab2ec59fb40e8d8a5 # Parent 1891812e44b2d16fd495a9d98bc33a94762b31e8 Clarification and reordering diff -r 1891812e44b2 -r 2179bf9757a0 README_OSC.md --- a/README_OSC.md Wed Apr 29 15:06:53 2020 +0100 +++ b/README_OSC.md Wed Apr 29 15:27:43 2020 +0100 @@ -217,28 +217,6 @@ Switch playback loop mode on or off. -### Region selection - -``` -/select -/select all -/select none -``` - -Select the region from times `` to `` in seconds; or select -the whole file; or clear the selection. If there is a layer selected -that can be used as a snap guide for the selection, then the selection -will be snapped to it (in the same manner as when making selections -interactively). - -``` -/addselect -``` - -Make an additional selection (leaving any existing selection in place) -from times `` to `` in seconds. - - ### Panes, layers, and the window ``` @@ -248,7 +226,8 @@ Add a new pane containing a layer of the given type, based on the given channel of the main audio file (numbered from 0). If no -`` is specified, mix all channels. +`` is specified, mix all channels. The specified layer is +made the current layer, and the new pane becomes the current pane. Useful values of `` are: @@ -361,6 +340,38 @@ of this method is heavily dependent on the current layer. ``` +/resize +``` + +Resize the main window to width `` and height `` (if the window +system permits). + + +### Region selection + +``` +/select +/select all +/select none +``` + +Select the region from times `` to `` in seconds; or select +the whole file; or clear the selection. If there is a layer selected +that can be used as a snap guide for the selection, then the selection +will be snapped to it (in the same manner as when making selections +interactively). + +``` +/addselect +``` + +Make an additional selection (leaving any existing selection in place) +from times `` to `` in seconds. + + +### Feature extraction + +``` /transform ``` @@ -386,13 +397,6 @@ main audio file, nor with any but its default parameters, processing block/step size, or channel selection. -``` -/resize -``` - -Resize the main window to width `` and height `` (if the window -system permits). - ### Housekeeping