OSC add new commands and clean up some descriptions
This commit is contained in:
parent
e09448094d
commit
3862b6c57a
@ -189,37 +189,43 @@ here</em>"/></kbd>
|
|||||||
<h4>Transport Control</h4>
|
<h4>Transport Control</h4>
|
||||||
<table class="dl">
|
<table class="dl">
|
||||||
<tr><th><kbd class="osc">/transport_stop</kbd></th>
|
<tr><th><kbd class="osc">/transport_stop</kbd></th>
|
||||||
<td></td></tr>
|
<td>Stops a rolling transport</td></tr>
|
||||||
<tr><th><kbd class="osc">/transport_play</kbd></th>
|
<tr><th><kbd class="osc">/transport_play</kbd></th>
|
||||||
<td></td></tr>
|
<td>Puts transport in play mode</td></tr>
|
||||||
|
<tr><th><kbd class="osc">/toggle_roll</kbd></th>
|
||||||
|
<td>Toggles between play and stop</td></tr>
|
||||||
|
<tr><th><kbd class="osc">/stop_forget</kbd></th>
|
||||||
|
<td>Stop transport and delete/forget last take</td></tr>
|
||||||
<tr><th><kbd class="osc">/set_transport_speed <em>s</em></kbd></th>
|
<tr><th><kbd class="osc">/set_transport_speed <em>s</em></kbd></th>
|
||||||
<td>where <em>s</em> is a float ranging from -8.0f to 8.0f</td></tr>
|
<td>where <em>s</em> is a float ranging from -8.0f to 8.0f</td></tr>
|
||||||
<tr><th><kbd class="osc">/ffwd</kbd></th>
|
<tr><th><kbd class="osc">/ffwd</kbd></th>
|
||||||
<td></td></tr>
|
<td>Adds 1.5 times to transport speed to maximum +8 times normal speed</td></tr>
|
||||||
<tr><th><kbd class="osc">/rewind</kbd></th>
|
<tr><th><kbd class="osc">/rewind</kbd></th>
|
||||||
<td></td></tr>
|
<td>Adds -1.5 times to transport speed to maximum -8 times normal speed</td></tr>
|
||||||
<tr><th><kbd class="osc">/goto_start</kbd></th>
|
<tr><th><kbd class="osc">/goto_start</kbd></th>
|
||||||
<td></td></tr>
|
<td>Move playhead to start of session</td></tr>
|
||||||
<tr><th><kbd class="osc">/goto_end</kbd></th>
|
<tr><th><kbd class="osc">/goto_end</kbd></th>
|
||||||
<td></td></tr>
|
<td>Move playhead to end of session</td></tr>
|
||||||
<tr><th><kbd class="osc">/jump_bars <em>bars</em></kbd></th>
|
<tr><th><kbd class="osc">/jump_bars <em>bars</em></kbd></th>
|
||||||
<td>Where <em>bars</em> is a float (+/-) of the number of bars to jump</td></tr>
|
<td>Where <em>bars</em> is a float (+/-) of the number of bars to jump</td></tr>
|
||||||
<tr><th><kbd class="osc">/jump_seconds <em>seconds</em></kbd></th>
|
<tr><th><kbd class="osc">/jump_seconds <em>seconds</em></kbd></th>
|
||||||
<td>Where <em>seconds</em> is a float (+/-) of the number of seconds to jump</td></tr>
|
<td>Where <em>seconds</em> is a float (+/-) of the number of seconds to jump</td></tr>
|
||||||
|
<tr><th><kbd class="osc">/toggle_click</kbd></th>
|
||||||
|
<td>Toggle metronome click on and off</td></tr>
|
||||||
<tr><th><kbd class="osc">/add_marker</kbd></th>
|
<tr><th><kbd class="osc">/add_marker</kbd></th>
|
||||||
<td>(adds marker to the current transport position)</td></tr>
|
<td>(adds marker to the current transport position)</td></tr>
|
||||||
<tr><th><kbd class="osc">/remove_marker</kbd></th>
|
<tr><th><kbd class="osc">/remove_marker</kbd></th>
|
||||||
<td>Removes marker at the current transport position (if there is one)</td></tr>
|
<td>Removes marker at the current transport position (if there is one)</td></tr>
|
||||||
<tr><th><kbd class="osc">/next_marker</kbd></th>
|
<tr><th><kbd class="osc">/next_marker</kbd></th>
|
||||||
<td></td></tr>
|
<td>Move playhead to next marker</td></tr>
|
||||||
<tr><th><kbd class="osc">/prev_marker</kbd></th>
|
<tr><th><kbd class="osc">/prev_marker</kbd></th>
|
||||||
<td></td></tr>
|
<td>Move playhead to previous marker</td></tr>
|
||||||
<tr><th><kbd class="osc">/locate <em>spos</em> <em>roll</em></kbd></th>
|
<tr><th><kbd class="osc">/locate <em>spos</em> <em>roll</em></kbd></th>
|
||||||
<td>where <em>spos</em> is the target position in samples and
|
<td>where <em>spos</em> is the target position in samples and
|
||||||
<em>roll</em> is a bool/integer defining whether you want transport
|
<em>roll</em> is a bool/integer defining whether you want transport
|
||||||
to be kept rolling or not</td></tr>
|
to be kept rolling or not</td></tr>
|
||||||
<tr><th><kbd class="osc">/loop_toggle</kbd></th>
|
<tr><th><kbd class="osc">/loop_toggle</kbd></th>
|
||||||
<td></td></tr>
|
<td>Toggle loop mode on and off</td></tr>
|
||||||
<tr><th><kbd class="osc">/loop_location <em>start</em> <em>end</em></kbd></th>
|
<tr><th><kbd class="osc">/loop_location <em>start</em> <em>end</em></kbd></th>
|
||||||
<td><em>start</em> is the beginning of a loop and <em>end</em> is the
|
<td><em>start</em> is the beginning of a loop and <em>end</em> is the
|
||||||
end of a loop both are integer frame positions.</td></tr>
|
end of a loop both are integer frame positions.</td></tr>
|
||||||
@ -229,6 +235,16 @@ here</em>"/></kbd>
|
|||||||
<td>Cancel All Solos/PFLs/AFLs</td></tr>
|
<td>Cancel All Solos/PFLs/AFLs</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h4>Recording control</h4>
|
||||||
|
<table class="dl">
|
||||||
|
<tr><th><kbd class="osc">/toggle_punch_in</kbd></th>
|
||||||
|
<td></td></tr>
|
||||||
|
<tr><th><kbd class="osc">/toggle_punch_out</kbd></th>
|
||||||
|
<td></td></tr>
|
||||||
|
<tr><th><kbd class="osc">/rec_enable_toggle</kbd></th>
|
||||||
|
<td>Toggles master record enable</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<h4>Transport Information</h4>
|
<h4>Transport Information</h4>
|
||||||
<table class="dl">
|
<table class="dl">
|
||||||
<tr><th><kbd class="osc">/transport_frame</kbd></th>
|
<tr><th><kbd class="osc">/transport_frame</kbd></th>
|
||||||
@ -250,16 +266,6 @@ here</em>"/></kbd>
|
|||||||
operation)</td></tr>
|
operation)</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h4>Recording control</h4>
|
|
||||||
<table class="dl">
|
|
||||||
<tr><th><kbd class="osc">/toggle_punch_in</kbd></th>
|
|
||||||
<td></td></tr>
|
|
||||||
<tr><th><kbd class="osc">/toggle_punch_out</kbd></th>
|
|
||||||
<td></td></tr>
|
|
||||||
<tr><th><kbd class="osc">/rec_enable_toggle</kbd></th>
|
|
||||||
<td>Toggles master record enable</td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h4>Master and Monitor strip control</h4>
|
<h4>Master and Monitor strip control</h4>
|
||||||
<table class="dl">
|
<table class="dl">
|
||||||
<tr><th><kbd class="osc">/master/gain <em>dB</em></kbd></th>
|
<tr><th><kbd class="osc">/master/gain <em>dB</em></kbd></th>
|
||||||
@ -492,8 +498,6 @@ actions can now be "inlined", all known OSC controllers can call them directly.
|
|||||||
Any of these actions that can be moved to session->action calls may reapear.
|
Any of these actions that can be moved to session->action calls may reapear.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!--tr><th><kbd class="osc">/toggle_roll</kbd></th>
|
|
||||||
<td>Toggles between play and stop</td></tr>
|
|
||||||
<tr><th><kbd class="osc">/mark_in</kbd></th>
|
<tr><th><kbd class="osc">/mark_in</kbd></th>
|
||||||
<td>Marks the begining of a range at the current transport position</td></tr>
|
<td>Marks the begining of a range at the current transport position</td></tr>
|
||||||
<tr><th><kbd class="osc">/mark_out</kbd></th>
|
<tr><th><kbd class="osc">/mark_out</kbd></th>
|
||||||
@ -502,8 +506,6 @@ Any of these actions that can be moved to session->action calls may reapear.
|
|||||||
<td>Uses edit range as loop range</td></tr>
|
<td>Uses edit range as loop range</td></tr>
|
||||||
<tr><th><kbd class="osc">/set_session_range</kbd></th>
|
<tr><th><kbd class="osc">/set_session_range</kbd></th>
|
||||||
<td>Uses edit range as session range</td></tr>
|
<td>Uses edit range as session range</td></tr>
|
||||||
<tr><th><kbd class="osc">/toggle_click</kbd></th>
|
|
||||||
<td></td></tr>
|
|
||||||
<tr><th><kbd class="osc">/quick_snapshot_switch</kbd></th>
|
<tr><th><kbd class="osc">/quick_snapshot_switch</kbd></th>
|
||||||
<td>Take a snapshot and switch to new version</td></tr>
|
<td>Take a snapshot and switch to new version</td></tr>
|
||||||
<tr><th><kbd class="osc">/quick_snapshot_stay</kbd></th>
|
<tr><th><kbd class="osc">/quick_snapshot_stay</kbd></th>
|
||||||
@ -529,7 +531,5 @@ Any of these actions that can be moved to session->action calls may reapear.
|
|||||||
<tr><th><kbd class="osc">/set_punch_range</kbd></th>
|
<tr><th><kbd class="osc">/set_punch_range</kbd></th>
|
||||||
<td>Uses edit range as punch range</td></tr>
|
<td>Uses edit range as punch range</td></tr>
|
||||||
<dt><kbd class="osc">/toggle_all_rec_enables</kbd></th>
|
<dt><kbd class="osc">/toggle_all_rec_enables</kbd></th>
|
||||||
<td>(toggles all tracks' recording state)</dd>
|
<td>(toggles all tracks' recording state)</dd-->
|
||||||
<tr><th><kbd class="osc">/stop_forget</kbd></th>
|
|
||||||
<td>Stop transport and delete/forget last take</td></tr-->
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user