X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fosc58-controlling-ardour-with-osc.html;h=7e416131b136492c0c1a08694b923ce4f6f4e191;hb=5f3708b4bc87239b9ed0bb68b0e9ba960ee6548d;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..7e41613 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -192,8 +192,6 @@ here"/> /transport_play - /toggle_roll - Toggles between play and stop /set_transport_speed s where s is a float ranging from -8.0f to 8.0f /ffwd @@ -212,10 +210,6 @@ here"/> (adds marker to the current transport position) /remove_marker Removes marker at the current transport position (if there is one) - /mark_in - Marks the begining of a range at the current transport position - /mark_out - Marks the end of a range at the current transport position /next_marker /prev_marker @@ -229,12 +223,6 @@ here"/> /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_range - Uses edit range as loop range - /set_session_range - Uses edit range as session range - /toggle_click - /midi_panic Ardour will send an all notes off to all midi tracks /cancel_all_solos @@ -260,28 +248,6 @@ here"/> /save_state (this is the regular Session > Save operation) - /quick_snapshot_switch - Take a snapshot and switch to new version - /quick_snapshot_stay - Take 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_in - Zoom editor in to show less time - /temporal_zoom_out - Zoom editor out to show more time - /scroll_up_1_track - Scroll the editor pane up 1 track - /scroll_up_1_page - Scroll the editor pane up 1 page - /scroll_dn_1_track - Scroll the editor pane down 1 track - /scroll_dn_1_page - Scroll the editor pane down 1 page

Recording control

@@ -290,32 +256,32 @@ here"/> /toggle_punch_out - /set_punch_range - Uses edit range as punch range /rec_enable_toggle - - - /stop_forget - Stop transport and delete/forget last take + Toggles master record enable

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 +467,69 @@ 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. +

+ +