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=a5a2c37f352f3b1520bc0ddf856def96410c7cfd;hb=1321d4a5f39bf9163b6776dddc24d8ce151fd4d3;hp=c1018301e2a26c656e63561dfe110952aedf43ca;hpb=490159ce0fe95985d6d298cbc908f11f1b20d23e;p=ardour-manual 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..a5a2c37 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

@@ -99,20 +77,20 @@ For each of the following, [remote_id] is the remote_id or the track
/ardour/routes/gaindB [remote_id] [gain_db]
-
where [gain_db] is a float ranging from -400 to 6 representing the desired gain of the track in dB.
+
where [gain_db] is a float ranging from -400 to 6 representing the desired gain of the track in dB.

Menu actions

-Every single menu item in Ardour's GUI is accessible via OSC. There is
-a single common syntax to trigger the action as if it was selected
+Every single menu item in Ardour's GUI is accessible via OSC. There is +a single common syntax to trigger the action as if it was selected with the mouse (or keyboard):

 /ardour/access_action [action_name]
 
-

The list below shows all available values of [action-name] as of
-mid-March 2010 for Ardour 2.X. You can get the current list at any
+

The list below shows all available values of [action-name] as of +mid-March 2010 for Ardour 2.X. You can get the current list at any time by running Ardour with the -b flag.