]> Shamusworld >> Repos - ardour-manual/commitdiff
updates to add version feature added for OSX VST, and OSC
authorLen Ovens <len@ovenwerks.net>
Thu, 2 Feb 2017 16:03:18 +0000 (08:03 -0800)
committerLen Ovens <len@ovenwerks.net>
Thu, 2 Feb 2017 16:03:18 +0000 (08:03 -0800)
_manual/13_working-with-plugins.html
_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/03_querying-ardour-with-osc.html
_manual/25_using-control-surfaces/01_controlling-ardour-with-osc/06_osc-personal-monitoring.html

index 61667c53c1cfadecd987d5ebade89f053e45249e..071519d97b97dd7882431172f13e7374bf9fed00 100644 (file)
@@ -14,14 +14,22 @@ title: Working With Plugins
 </ul>
 
 <p>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 <a href="/working-with-plugins/getting-plugins/">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 <a href="/working-with-plugins/getting-plugins/">some
   information on how to get them</a>.
 </p>
 
-<p>
+<h4>
 Ardour supports a variety of different plugin standards:
-</p>
+</h4>
 <dl class="narrower-table">
 
   <dt><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></dt>
@@ -31,7 +39,8 @@ Ardour supports a variety of different plugin standards:
   <dt><abbr title="LADSPA Version 2">LV2</abbr></dt>
   <dd>An extensible, full-featured plugin API, audio and <abbr
   title="Musical Instrument Digital Interface">MIDI</abbr>, plugins can provide their
-  own  <abbr title="Graphical User Interface">GUI</abbr>s</dd>
+  own  <abbr title="Graphical User Interface">GUI</abbr>s but may use the
+  one Ardour provides instead.</dd>
   <dt><abbr title="Audio Unit">AU</abbr></dt>
   <dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
 
@@ -40,8 +49,7 @@ Ardour supports a variety of different plugin standards:
     <dl>
     <dt>on Linux</dt><dd>(native) Linux VST plugins fully supported (VST2.4)</dd>
     <dt>on Windows</dt><dd>(native) Windows VST plugins fully supported (VST2.4)</dd>
-    <dt>on OS X</dt><dd>Not supported, unless you use a VST&lt;&gt;AU
-    bridge plugin. Similar to Apple's Logic DAW.</dd>
+    <dt>on OS X</dt><dd>(native) macOS VST plugins fully supported (VST2.4) since Ardour 5.5</dd>
   </dl>
   </dd>
 
index 13e732279c0970fd76ddae1e8071fb802a7e1475..54961421342fef2bbf94c38766d9ddd095d9a621 100644 (file)
@@ -13,7 +13,7 @@ title: OSC&#58; 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)
 </p>
 
 <dl class="bindings">
index 9cc24f51118d89ba24dd43673d065dfab2b4b1d6..04e0f5a1f25a28ace65929ccb384e16c45e74641 100644 (file)
@@ -6,6 +6,7 @@ title: OSC&#58; Personal Monitoring Control
 <p>
        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.
 </p>
 <h3>Setup</h3>
 <p>