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=ba29b0a8278968f682c846150f790f399afbefcf;hpb=b1bbd670c8f55738b3a96977f4e5f7fd28d0d513;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index ba29b0a..0cf573a 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -189,44 +189,62 @@ here"/>

Transport Control

- + - + + + + + - + - + - + - + + + - + - + - + + +
/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.
/midi_panicArdour will send an all notes off to all midi tracks
/cancel_all_solos Cancel All Solos/PFLs/AFLs
+

Recording control

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

Transport Information

@@ -248,32 +266,28 @@ here"/> operation)
/transport_frame
-

Recording control

- - - - - - - -
/toggle_punch_in
/toggle_punch_out
/rec_enable_toggle
-

Master and Monitor strip control

- + - + - + - - - + + + - + - + + + + + + +
/master/gain dBSee gain in strips
dB is a float indicating the desired gain in dB
/master/fader positionSee fader in strips
position is a float between 0 and 1 setting the desired position of the fader
/master/trimdB dBsee trimdb in strips
dB is a float from -20 to +20 representing the desired trim gain in dB
/master/pan_stereo_position positionSee pan_stereo_position in strips
/master/mute ynSee mute in strips
position is a float from 0 to 1 representing the desired pan position
/master/mute statestate is an int of o or 1 representing the desired mute state
/monitor/gain dBSee gain in strips
dB is a float indicating the desired gain in dB
/monitor/fader positionSee fader in strips
position is a float between 0 and 1 setting the desired position of the fader
/monitor/mute statestate is an int of 0 or 1 where 1 is muted
/monitor/dim statestate is an int of 0 or 1 where 1 is dimmed
/monitor/mono statestate is an int of 0 or 1 where 1 is mono mode

Track specific operations

@@ -459,21 +473,23 @@ here"/> /access_action action_name

As of Ardour 5.9, access_action can be inlined for control surfaces - that are unable to send string parameters. Action_name is composed of + that are unable to send string parameters. The action_name is composed of a group and an action in the form of Group/action which fits very well - an OSC path extension: + as an OSC path extension:

/access_action/Group/action key_pressed

The key_pressed is optional, but if present is a float 1 or 0 where the command is ignored if key_pressed is 0.

+

+ Some of the Menu Actions duplicate other OSC commands. In all cases it is better + to use the OSC commands rather than the Menu Actions if possible as the OSC commands + are more direct. +

- The - list of actions shows all available values of action-name as of - June 2016 for Ardour 5.0.pre0.1. You can get the current list at any - time by running Ardour with the -b flag. + The list of actions + shows all available values of action-name for Ardour.

+ (toggles all tracks' recording state)