From 374491ad0809605637895996546f90d33677d712 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Thu, 2 Feb 2017 08:03:18 -0800 Subject: [PATCH] updates to add version feature added for OSX VST, and OSC --- _manual/13_working-with-plugins.html | 22 +++++++++++++------ .../03_querying-ardour-with-osc.html | 2 +- .../06_osc-personal-monitoring.html | 1 + 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/_manual/13_working-with-plugins.html b/_manual/13_working-with-plugins.html index 61667c5..071519d 100644 --- a/_manual/13_working-with-plugins.html +++ b/_manual/13_working-with-plugins.html @@ -14,14 +14,22 @@ title: Working With Plugins

Ardour does not come with any built-in signal processors of its own -(other than volume faders) and it also generally doesn't ship with any -plugins. They are written by 3rd parties, though we do provide some + (other than volume faders) but does ship with a small group of + plugins starting at Ardour 5.0. The shipped plugins are listed as authored by "Ardour Team" + and named with "a-" as the start of the name (Like a-EQ) or Authored by + "Ardour LUA Task Force" in which case they are example (but still useful) + LUA scripts. The included plugins are LV2 or LUA scripts and use + Ardour's generic GUI. They work on all supported platforms so that + projects started on one platform will sound the same on another platform + if they use just these plugins or other plugins that + are cross platform. + They are written by 3rd parties, though we do provide some information on how to get them.

-

+

Ardour supports a variety of different plugin standards: -

+

LADSPA
@@ -31,7 +39,8 @@ Ardour supports a variety of different plugin standards:
LV2
An extensible, full-featured plugin API, audio and MIDI, plugins can provide their - own GUIs
+ own GUIs but may use the + one Ardour provides instead.
AU
OS X only, full featured, audio and MIDI, plugins can provide their own GUI
@@ -40,8 +49,7 @@ Ardour supports a variety of different plugin standards:
on Linux
(native) Linux VST plugins fully supported (VST2.4)
on Windows
(native) Windows VST plugins fully supported (VST2.4)
-
on OS X
Not supported, unless you use a VST<>AU - bridge plugin. Similar to Apple's Logic DAW.
+
on OS X
(native) macOS VST plugins fully supported (VST2.4) since Ardour 5.5
diff --git a/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/03_querying-ardour-with-osc.html b/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/03_querying-ardour-with-osc.html index 13e7322..5496142 100644 --- a/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/03_querying-ardour-with-osc.html +++ b/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/03_querying-ardour-with-osc.html @@ -13,7 +13,7 @@ title: OSC: Querying Ardour as often as it needs this information. It may well make sense to use regular feedback for things that need to be updated often such as position or metering. - Here are the commands used to query Ardour: + Here are the commands used to query Ardour: (added in Ardour 5.5)

diff --git a/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/06_osc-personal-monitoring.html b/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/06_osc-personal-monitoring.html index 9cc24f5..04e0f5a 100644 --- a/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/06_osc-personal-monitoring.html +++ b/_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/06_osc-personal-monitoring.html @@ -6,6 +6,7 @@ title: OSC: Personal Monitoring Control

Personal monitoring can allow a performer with a smart phone to set their personal monitor mix for a floor wedge or inear monitoring. + In Ardour 5.6 OSC commands to allow this were added.

Setup