changeset 2525:2179bf9757a0

Clarification and reordering
author Chris Cannam
date Wed, 29 Apr 2020 15:27:43 +0100
parents 1891812e44b2
children 0ad8385ea72f
files README_OSC.md
diffstat 1 files changed, 34 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- 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 <t0> <t1>
-/select all
-/select none
-```
-
-Select the region from times `<t0>` to `<t1>` 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 <t0> <t1>
-```
-
-Make an additional selection (leaving any existing selection in place)
-from times `<t0>` to `<t1>` 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
-`<channel>` is specified, mix all channels.
+`<channel>` is specified, mix all channels. The specified layer is
+made the current layer, and the new pane becomes the current pane.
 
 Useful values of `<layertype>` are:
 
@@ -361,6 +340,38 @@
 of this method is heavily dependent on the current layer.
 
 ```
+/resize <w> <h>
+```
+
+Resize the main window to width `<w>` and height `<h>` (if the window
+system permits).
+
+
+### Region selection
+
+```
+/select <t0> <t1>
+/select all
+/select none
+```
+
+Select the region from times `<t0>` to `<t1>` 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 <t0> <t1>
+```
+
+Make an additional selection (leaving any existing selection in place)
+from times `<t0>` to `<t1>` in seconds.
+
+
+### Feature extraction
+
+```
 /transform <name>
 ```
 
@@ -386,13 +397,6 @@
 main audio file, nor with any but its default parameters, processing
 block/step size, or channel selection.
 
-```
-/resize <w> <h>
-```
-
-Resize the main window to width `<w>` and height `<h>` (if the window
-system permits).
-
 
 ### Housekeeping