X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=a46d80d9eaadceee76d451ada9ec55a7f2a74f3e;hb=e66a7d50d6be2d32ca1201da916913543e653776;hp=ea395f6569d7cd658cbb599bfcdabd9e6fe13b50;hpb=a885875b007fa0766edb62d5512e3099e946d055;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index ea395f6..a46d80d 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -10,13 +10,44 @@ Note: OSC control has changed dramatically since Ardour 4.7. The Path structure has been completely redone, Banking has been introduced, The controller is now able to tell Ardour what kind of feedback it can - work with (including bank size) and two new math styles have been added - to gain controls. If you are using an Ardour version of 4.7 or less, + work with (including bank size) and the gain controls have new math + calculations. If you are using an Ardour version of 4.7 or less, please read - Osc control in ardour 4.7 and prior. -

- + Osc control in Ardour 4.7 and prior. +

+

Ardour is probably one of the most OSC-controllable audio applications around, but as with all OSC-controllable apps, you can't do much without @@ -39,7 +70,8 @@ here"/>

Ardour sends any feedback to the port and address that sent any - feedback request. The port does not have to match Ardour's port. In + feedback request or to a port set manually in the setup dialog. + The port does not have to match Ardour's port. In fact it is better not to. This means that Ardour can deal with more than one controller at a time. The two controllers can bank independently and even use different math for faders. This could be @@ -50,12 +82,12 @@ here"/> OSC feedback In Ardour.

-

Control Surface Set Up

+

Control Surface Set Up

- Control surface set up allows the controller to tell Ardour about it's + Control surface set up allows the controller to tell Ardour about its capabilities. The surface can tell Ardour how many control strips it - has for banking, if it is capable of setting it's faders or buttons + has for banking, if it is capable of setting its faders or buttons to values set by Ardour's GUI or automation, What kind of math the faders use and more.

@@ -65,9 +97,6 @@ here"/> strip's controls are sent (or refreshed) as well. This will also refresh the Master feedback setup.

-

- Surface Port Setting is available in the OSC GUI. -

As of Ardour 5.1, There is now a GUI setup in response to those using tablets with applications such as touchOSC or AndrOSC who need to be @@ -79,24 +108,27 @@ here"/>

If /set_surface is not sent, the default values are used:

These values give the same behaviour as prior versions of Ardour. (or the closest possible)

- - - -
/set_surface bank_size strip_types - feedback fadermode send_page_size plugin_page_size - See below for an explanation of each parameter. -
+ + /set_surface bank_size strip_types + feedback fadermode send_page_size + plugin_page_size port linkset linkid +

+ See below for an explanation of each parameter. +

The /set_surface message may have all values except the last in-line. For example: /set_surface/8/31/8403/0/8 i 16 would be valid. @@ -158,7 +190,7 @@ here"/> then adding all those numbers together for a value to send.

Please see: + href="@@osc58-feedback-and-strip-types-values#feedback"> Calculating Feedback and Strip-types Values.

Feedback can also be set with /set_surface/feedback feedback. @@ -166,13 +198,23 @@ here"/>

gainmode

- Gainmode is a an int that acts as a bool: + Gainmode is an int:

@@ -205,7 +247,43 @@ here"/>

Plugin page size can also be set with /set_surface/plugin_page_size plugin_page_size.

- +

port

+

+ The port the controller would like to receive it's feedback on. Starting + with Ardour 6.0, the surface can directly set the manual port or set + it's host to auto port mode. +

+

+ The value for port can be 0 for auto port mode or any + port value above 1024. It is suggested not to use Ardour's port number + of 3819 as controllers on the same machine that try to use the same + port will fail. +

+

+ If the surface does not + tell Ardour which port to use, the default is 8000 or the setting + set up in the OSC setup GUI. There can only be one port setting per + host. If that setting is auto, than more than one + controller can be run on that host, but if a manual port is set there + can only be one. In the case of auto mode, the control + surface must set it's receive port to be the same as it's send port. + If that is not possible, then manual port mode must be used. This + allows a smart controller to use a number of ports on the same ip while + a smartphone set up as a personal monitor control can use the default + manual port. +

+

+ The host's port can also be set with /set_surface/port port. +

+

+ Changing the port will remove feedback from a device on the same host + using a different port. +

+

Link set and Link ID

+

+ Please see Linking Surfaces + For more information. +

Querying Ardour for information

The control Surface may wish to control the type a frequency of @@ -213,7 +291,14 @@ here"/> href="@@osc58-querying-ardour"> Querying Ardour with OSC.

- +

Using more than one surface

+

+ Ardour can use more than one surface at a time that both control the + same controls in Ardour. It is also possible to use two surfaces in + concert with each other. See: + Linking Surfaces for more information. +

List of OSC messages

Parameter types show how the value will be used. However, they may @@ -221,9 +306,9 @@ here"/> href="@@osc58-parameter-types"> Parameter Types in OSC.

-

Master or Global messages

+

Master or Global messages

-

Transport Control

+

Transport Control

@@ -249,6 +334,11 @@ here"/> + + @@ -277,7 +367,7 @@ here"/>
/transport_stop Stops a rolling transport
Where seconds is a float (+/-) of the number of seconds to jump
/toggle_click Toggle metronome click on and off
/marker markerWhere marker may be a float or int of the nth marker or a + string with the marker name to locate to (new Ardour 6.0). If the playhead + is at a marker and the marker is unique, the marker at the playhead + will be renamed to the string sent
/add_marker (adds marker to the current transport position)
/remove_marker
+ See OSC Scrub Modes @@ -286,7 +376,7 @@ here"/> OSC Jog Modes
/scrub delta Where delta is a float indicating forward or reverse movement. - See OSC Scrub Modes
/jog delta Where delta is a float indicating forward or reverse movement
/jog/mode mode
-

Recording control

+

Recording control

@@ -296,7 +386,7 @@ here"/>
/toggle_punch_in
Toggles master record enable
-

Transport Information

+

Transport Information

@@ -306,7 +396,7 @@ here"/>
/transport_frame Ardour sends /transport_frame current_frame
Ardour sends /record_enabled recordenable_status
-

Editing-related

+

Editing-related

@@ -315,24 +405,32 @@ here"/> + +
/undo
/save_state (this is the regular Session > Save operation)
/session_name new_nameSet session name to new_name (if new_name is legal and unique)
-

Master and Monitor strip control

+

Master and Monitor strip control

+ + - + + + + + @@ -341,10 +439,15 @@ here"/>
/master/gain dB dB is a float indicating the desired gain in dB
/master/fader position position is a float between 0 and 1 setting the desired position of the fader
/master/db_delta deltawhere delta is a float that will increase or decrease the gain of master by the amount of the delta. (Ardour 5.11+)
/master/trimdB dB dB is a float from -20 to +20 representing the desired trim gain in dB
/master/pan_stereo_position position position is a float from 0 to 1 representing the desired pan position
/master/mute state
/master/mute keykey is an optional float 1 representing a master bus select
/master/select state state is an int of o or 1 representing the desired mute state
/monitor/gain dB dB is a float indicating the desired gain in dB
/monitor/fader position position is a float between 0 and 1 setting the desired position of the fader
/monitor/db_delta deltawhere delta is a float that will increase or decrease the gain of monitor by the amount of the delta. (Ardour 5.11+)
/monitor/mute state state is an int of 0 or 1 where 1 is muted
/monitor/dim state state is an int of 0 or 1 where 1 is mono mode
-

Track specific operations

+

Track specific operations

For each of the following, ssid is the Surface Strip ID for the track

+

+ As of Ardour 6.0, the user may use a subset all available strips. See: + + Making a user selected strip list. +

SSID has a different meaning than RID in Ardour version 4.7 and before. Effectively, banking is always being used and the SSID is generated on @@ -361,10 +464,28 @@ here"/> param should be a float even if an int is required below.

- + + + + + + + + + + + + + @@ -388,6 +509,8 @@ here"/> + + @@ -435,7 +558,7 @@ here"/>
/bank_up
/bank_up Change bank to the next higher bank.
/bank_up deltaWhere delta is a float of 1 to bank up and -1 is bank down for use with an encoder (Ardour 5.11+)
/bank_down Change bank to the next lower bank.
/use_group stateWhere state is a float of 1 to use group or 0 to not use group. + more info on use_group
/strip/spill ssid Use strips this strip is grouped with or those that feed this bus + (if this strip is a bus) or that this vca (if this is a VCA) controls. + See Spill Strips for more details
/strip/hide ssid y/nWhere y/n = 1 hide this strip, 0 for show this track. + + Hiding strips.
/strip/name ssid strip_namewhere strip_name is a string representing the desired name for the strip
/strip/group ssid group_namewhere group_name is a string representing the name of the group desired. + See groups for more details
/strip/mute ssid mute_st where mute_st is a bool/int representing the desired mute state of the track
/strip/solo ssid solo_st where gain is a float ranging from -193 to 6 representing the desired gain of the track in dB.
/strip/fader ssid position where position is a float ranging from 0 to 1 representing the fader control position.
/strip/db_delta ssid deltawhere delta is a float that will increase or decrease the gain of a track by the amount of the delta. (Ardour 5.11+)
/strip/*/automation ssid mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation.
/strip/name ssid name where name is a string for the desired name of the track
-

Selected Strip Operations

+

Selected Strip Operations

New for Ardour 5, A whole set of operations that work on the selected or expanded strip. @@ -478,6 +601,56 @@ here"/> Expanded. Setting to 0 resets the expansion to follow selection. /select/expand y/n Where y/n = 1 for expanded mode, 0 for Select mode. + /select/hide y/n + Where y/n = 1 hide this strip, 0 for show this track. + + Hiding strips. + /select/name strip_name + where strip_name is a string representing the desired name for the strip + /select/comment comment + where comment is a string representing the desired comment for the strip + /select/group group_name + where group_name is a string representing the name of the group desired. + See groups for more details + /select/group/enable state + where state is an int representing the desired enable state + of the group the selected strip is a part of + /select/group/gain state + where state is an int which sets the gain sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/relative state + where state is an int which sets relative state of thew + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/mute state + where state is an int which sets the mute sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/solo state + where state is an int which sets the solo sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/recenable state + where state is an int which sets the recenable sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/select state + where state is an int which sets the select sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/active state + where state is an int which sets the route active sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/color state + where state is an int which sets the color sharing of the + group the strip belongs to. See + Track and Bus Groups for more details + /select/group/monitoring state + where state is an int which sets the monitoring sharing of the + group the strip belongs to. See + Track and Bus Groups for more details /select/recenable y/n Where y/n is 1 for enabled and 0 for disabled /select/record_safe y/n @@ -500,6 +673,21 @@ here"/> Where gain is a float ranging from -193 to 6 representing the desired gain of the track in dB. /select/fader position Where position is an float ranging from 0 to 1 representing the fader control position. + /select/db_delta delta + where delta is a float that will increase or decrease the + gain of the selected track by the amount of the delta. (Ardour 5.11+) + /select/vca name state + where name is a string with the name of the VCA, and + state is an int that determines if the named VCA will control + this strip. (Ardour 6.0) + /select/vca/toggle name + where name is a string with the name of the VCA. This toggles the + use of the named vca with this strip. Any trailing "[_]" will be ignored. + (Ardour 6.0) + /select/spill + show only strips this strip is grouped with or + those that feed this bus or that this vca controls. + See Spill Strips for more details /select/*/automation mode where mode is an int ranging from 0 to 3 representing the desired automation mode for the control. See OSC Automation. @@ -518,19 +706,21 @@ here"/> where position is a float ranging from 0 to 1 representing the desired front to back position of the track /select/pan_lfe_control value where value is a float ranging from 0 to 1 representing the desired LFE control value for the track - /select/send_gain", sendid send_gain + /select/send_gain, sendid send_gain where sendid = nth_send, send_gain is a float ranging from -193 to +6 representing the desired gain in dB for the send - /select/send_fader", sendid send_gain + /select/send_fader, sendid send_gain where sendid = nth_send, send_gain is a float ranging from 0 to 1 representing the desired position for the send as a fader - /select/send_enable", sendid state + /select/send_enable, sendid state where sendid = nth_send, state is 1 for enabled and 0 for disabled - /select/send_page", delta + /select/send_page, delta where delta is an int or float selecting another send as a delta from the current send. - /select/plugin_page", delta + /select/plugin_page, delta where delta is an int or float selecting another plugin parameter as a delta from the current parameter. - /select/plugin/parameter", plugin parameter value + /select/plugin/activate, state + where state is an int or float with the desired state of the current plugin activation.(new Ardour 6.0) + /select/plugin/parameter, plugin parameter value where plugin = nth plugin, parameter = nth parameter and value is a float from 0 to 1

@@ -539,7 +729,85 @@ here"/> for page up and a switch with a value of -1 for page down. An encoder can be used as well. (these commands were added in Ardour version 5.10)

-

Menu actions

+

Using groups with strip and select (new for Ardour 6.0)

+

+ No grouping will occure unless use_group is set either + by using /set_surface/strip_types with the use groups bit set + or by using /use_group i 1. +

+

+ The result for /strip/group or + /select/group is determined by the parameter + passed in the command and the current group and available list of + groups. The group name the control surface sends may be: +

+ +

To create a new group from a strip that is already joined to a group, + the strip must first remove itself from the current group. +

+

Spill Strips

+

/select/spill or /strip/spill + will:

+ +

spill/group, spill/bus or spill/vca can also be used to force + the type of spilling that is done. This may be useful if the strip + is a bus that is a part of a group and the group variation is required.

+

In all cases, if there is a bus or VCA attached to the group of strips + it will be included as well.

+

What is less obvious, is how to return to the normal set of strips. + There are a number of ways of doing so depending on the operator's wishes. + The most obvious way is to use /set_surface/strip_types + to set the strip list as desired. It is expected that a control surface + may have more than one strip types button in any case to see only + inputs or only busses etc and of course one to give a full mix. Another + option is to reselect the custom set of strips with + /strip/custom/mode mode. +

+ +

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 @@ -585,7 +853,7 @@ Any of these actions that can be moved to session->action calls may reapear. /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 + Where * 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, @@ -606,3 +874,4 @@ Any of these actions that can be moved to session->action calls may reapear. Uses edit range as punch range

/toggle_all_rec_enables (toggles all tracks' recording state) +