X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc.html;h=169f6ad835b372579fccfd0f69464643f3c9e504;hb=684032955a663bf9c2425c1c012cbb824713b0fe;hp=c1018301e2a26c656e63561dfe110952aedf43ca;hpb=a3f513c99268b7d8e6f296e76bef7a56b6519a2e;p=ardour-manual-diverged diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html index c101830..169f6ad 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html @@ -18,62 +18,40 @@ OSC support is not enabled by default, but can be turned on via Edit >

Transport Control

-
/ardour/transport_stop -
/ardour/transport_play -
/ardour/set_transport_speed [transport_speed] -
- - -
where [transport_speed] is a float rangin from -8 to 8. -
-
/ardour/ffwd -
/ardour/rewind -
/ardour/goto_start -
/ardour/goto_end -
/ardour/add_marker -
- - - - +
/ardour/transport_stop
+
/ardour/transport_play
+
/ardour/set_transport_speed [transport_speed]
+
where [transport_speed] is a float rangin from -8 to 8.
+
/ardour/ffwd
+
/ardour/rewind
+
/ardour/goto_start
+
/ardour/goto_end
+
/ardour/add_marker
(adds marker to the current transport position)
-
/ardour/next_marker -
/ardour/prev_marker -
/ardour/locate [sample_pos] [with_roll] -
- - +
/ardour/next_marker
+
/ardour/prev_marker
+
/ardour/locate [sample_pos] [with_roll]
where [sample_pos] is the target position and [with_roll] is a bool/integer (whether you want transport to be kept rolling or not).
-
/ardour/loop_toggle
-
+
/ardour/loop_toggle

Editing-related

-
/ardour/undo -
/ardour/redo -
/ardour/save_state -
- - -
(this is regular Session _> Save operatio)
-
+
/ardour/undo
+
/ardour/redo
+
/ardour/save_state
+
(this is regular Session _> Save operatio)

Recording control

-
/ardour/toggle_punch_in -
/ardour/toggle_punch_out -
/ardour/rec_enable_toggle -
/ardour/toggle_all_rec_enables -
- - - -
(toggles all tracks recording state). !currently toggles on but not off for 2.0 branch.
-
+
/ardour/toggle_punch_in
+
/ardour/toggle_punch_out
+
/ardour/rec_enable_toggle
+
/ardour/toggle_all_rec_enables
+
(toggles all tracks recording state). !currently toggles on but not off for 2.0 branch.

Track specific operations