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

Transport Control

- + - + + + - + - + - + - + + + - - - - - + - + - + - - - - - -
/transport_stop
Stops a rolling transport
/transport_play
Puts transport in play mode
/toggle_roll Toggles 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)
/mark_inMarks the begining of a range at the current transport position
/mark_outMarks the end of a range at the current transport position
/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.
/set_loop_rangeUses edit range as loop range
/set_session_rangeUses edit range as session range
/toggle_click
/midi_panic Ardour 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

@@ -260,62 +264,30 @@ here"/> - - - - - - - - - - - - - - - - - - - - -
/transport_frame
/save_state (this is the regular Session > Save operation)
/quick_snapshot_switchTake a snapshot and switch to new version
/quick_snapshot_stayTake a snapshot and keep working on this version
/fit_*_track(s)Were * is one of 1, 2, 4, 8, 16, 32 or all. Fits this - many tracks in editor window. (add s for more than 1)
/zoom_*Zoom editor to include * where * is 100_ms, 1_sec, - 10_sec, 1_min, 5_min, 10_min or to_session
/temporal_zoom_inZoom editor in to show less time
/temporal_zoom_outZoom editor out to show more time
/scroll_up_1_trackScroll the editor pane up 1 track
/scroll_up_1_pageScroll the editor pane up 1 page
/scroll_dn_1_trackScroll the editor pane down 1 track
/scroll_dn_1_pageScroll the editor pane down 1 page
- -

Recording control

- - - - - - - - - - - -
/toggle_punch_in
/toggle_punch_out
/set_punch_rangeUses edit range as punch range
/rec_enable_toggle
/stop_forgetStop transport and delete/forget last take

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

@@ -501,20 +473,63 @@ 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. +

+ +