X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=0cf573ad22bb237e907aa3a2630d173517c28546;hb=3862b6c57a36b7b4c156817ca94ac019e18b811a;hp=7e416131b136492c0c1a08694b923ce4f6f4e191;hpb=5f3708b4bc87239b9ed0bb68b0e9ba960ee6548d;p=ardour-manual 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)