X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flua-scripting.html;h=aa49898869ba1958f48c43ec8da22368c0076ffe;hb=04489f8e64aa992614d522e7760a484765d40b7f;hp=974a50a08764aa857ce69853d7516620491eb8a1;hpb=f8e8f8db2f23a7dc4db49458981f6ce71dc31b5e;p=ardour-manual diff --git a/include/lua-scripting.html b/include/lua-scripting.html index 974a50a..aa49898 100644 --- a/include/lua-scripting.html +++ b/include/lua-scripting.html @@ -160,7 +160,7 @@ keys (the keys are case-sensitive):

Scripts that come with Ardour (currently mostly examples) can be found in the -Source Tree. +Source Tree.

Action Scripts

@@ -341,7 +341,7 @@ Fully functional, yet still in a prototyping stage:
  • convenience methods (wrap more complex Ardour actions into a library). e.g set plugin parameters, write automation lists from a Lua table
  • Add some useful scripts and more examples
  • -
  • Documentation (Ardour API), also usable for tab-exansion, syntax highlighting
  • +
  • Documentation (Ardour API), also usable for tab-expansion, syntax highlighting
  • bindings for GUI Widgets (plugin UIs, message boxes, etc)