From: Len Ovens Date: Mon, 20 Mar 2017 14:47:10 +0000 (-0700) Subject: OSC add new commands and clean up some descriptions X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3862b6c57a36b7b4c156817ca94ac019e18b811a;p=ardour-manual OSC add new commands and clean up some descriptions --- diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 7e41613..0cf573a 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -189,37 +189,43 @@ here"/>

Transport Control

- + - + + + + + - + - + - + - + + + - + - + - + @@ -229,6 +235,16 @@ here"/>
/transport_stop
Stops a rolling transport
/transport_play
Puts transport in play mode
/toggle_rollToggles between play and stop
/stop_forgetStop transport and delete/forget last take
/set_transport_speed s where s is a float ranging from -8.0f to 8.0f
/ffwd
Adds 1.5 times to transport speed to maximum +8 times normal speed
/rewind
Adds -1.5 times to transport speed to maximum -8 times normal speed
/goto_start
Move playhead to start of session
/goto_end
Move playhead to end of session
/jump_bars bars Where bars is a float (+/-) of the number of bars to jump
/jump_seconds seconds Where seconds is a float (+/-) of the number of seconds to jump
/toggle_clickToggle metronome click on and off
/add_marker (adds marker to the current transport position)
/remove_marker Removes marker at the current transport position (if there is one)
/next_marker
Move playhead to next marker
/prev_marker
Move playhead to previous marker
/locate spos roll where spos is the target position in samples and roll is a bool/integer defining whether you want transport to be kept rolling or not
/loop_toggle
Toggle loop mode on and off
/loop_location start end start is the beginning of a loop and end is the end of a loop both are integer frame positions.
Cancel All Solos/PFLs/AFLs
+

Recording control

+ + + + + + + +
/toggle_punch_in
/toggle_punch_out
/rec_enable_toggleToggles master record enable
+

Transport Information

@@ -250,16 +266,6 @@ here"/> operation)
/transport_frame
-

Recording control

- - - - - - - -
/toggle_punch_in
/toggle_punch_out
/rec_enable_toggleToggles master record enable
-

Master and Monitor strip control

@@ -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.

- +
/master/gain dB(toggles all tracks' recording state)