From b1bbd670c8f55738b3a96977f4e5f7fd28d0d513 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sat, 18 Mar 2017 07:23:57 -0700 Subject: [PATCH] OSC move all commands that only link to a menu action to comment --- .../osc58-controlling-ardour-with-osc.html | 93 ++++++++++--------- 1 file changed, 50 insertions(+), 43 deletions(-) diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 984bb638..ba29b0a8 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,14 +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 Cancel All Solos/PFLs/AFLs @@ -260,28 +246,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,14 +254,8 @@ 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

Master and Monitor strip control

@@ -516,5 +474,54 @@ here"/> 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. -

+

+ +