comparison README.OSC @ 2242:e9c77a4c865e single-point

Add /exportlayer OSC command
author Chris Cannam
date Thu, 28 Mar 2019 14:34:29 +0000
parents afe620d017d7
children
comparison
equal deleted inserted replaced
2241:c517286ee999 2242:e9c77a4c865e
83 83
84 Export the (first) selected area of the main audio file 84 Export the (first) selected area of the main audio file
85 (or all of it, if there is no selection) in <filename>, as a 85 (or all of it, if there is no selection) in <filename>, as a
86 WAV file. This action will try to fail rather than overwrite 86 WAV file. This action will try to fail rather than overwrite
87 an existing file, but you probably shouldn't rely on that. 87 an existing file, but you probably shouldn't rely on that.
88
89 /exportlayer <filename>
90
91 Export the current layer to a file, of type determined from the
92 file's suffix. See /setcurrent for how to change which layer is
93 current. This action will try to fail rather than overwrite an
94 existing file, but you probably shouldn't rely on that.
88 95
89 /jump <t> 96 /jump <t>
90 /jump end 97 /jump end
91 /jump selection 98 /jump selection
92 99