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=a61fbacdfcb7a76fe425fada61f49fc85751e47a;hp=239e01e703a0be91312af349cb4326a5e7af1bc5;hpb=a10b4bfe209f3323a5bd5e7bdd9303f3e78bd4da;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 239e01e..a46d80d 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -18,34 +18,34 @@

@@ -82,7 +82,7 @@ here"/> OSC feedback In Ardour.

-

Control Surface Set Up

+

Control Surface Set Up

Control surface set up allows the controller to tell Ardour about its @@ -306,9 +306,9 @@ here"/> href="@@osc58-parameter-types"> Parameter Types in OSC.

-

Master or Global messages

+

Master or Global messages

-

Transport Control

+

Transport Control

@@ -376,7 +376,7 @@ here"/> OSC Jog Modes
/transport_stop Stops a rolling transport
-

Recording control

+

Recording control

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

Transport Information

+

Transport Information

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

Editing-related

+

Editing-related

@@ -409,7 +409,7 @@ here"/>
/undo
Set session name to new_name (if new_name is legal and unique)
-

Master and Monitor strip control

+

Master and Monitor strip control

@@ -439,7 +439,7 @@ here"/>
/master/gain dB dB is a float indicating the desired gain in dB
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

@@ -476,7 +476,7 @@ here"/> /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 + See Spill Strips for more details /strip/hide ssid y/n Where y/n = 1 hide this strip, 0 for show this track. @@ -485,7 +485,7 @@ here"/> where strip_name is a string representing the desired name for the strip /strip/group ssid group_name where group_name is a string representing the name of the group desired. - See groups for more details + 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 @@ -558,7 +558,7 @@ here"/> /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. @@ -611,7 +611,7 @@ here"/> 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 + 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 @@ -687,7 +687,7 @@ here"/> /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 + 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. @@ -729,7 +729,7 @@ 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)

-

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

+

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 @@ -768,7 +768,7 @@ here"/>

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

+

Spill Strips

/select/spill or /strip/spill will: