From: Robin Gareus Date: Tue, 14 Feb 2017 09:38:56 +0000 (+0100) Subject: Add HTML anchors to lua-doc X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59940ceb806e8cba7545f03c33d4814321158c5d;p=ardour-manual Add HTML anchors to lua-doc --- diff --git a/include/scripting-documentation.html b/include/scripting-documentation.html index 1c8e9e3..d25cc73 100644 --- a/include/scripting-documentation.html +++ b/include/scripting-documentation.html @@ -3,7 +3,7 @@ This Documentation is Work in Progress and far from complete. Also the documented API may be subject to change.

-

Preface

+

Preface

There are cases that a Ardour cannot reasonably cater for with core functionality by itself, either because they're session specific or user specific edge cases.

@@ -24,7 +24,7 @@ but if you have the means buy a copy of the book, it not only helps to support t but provides for a much nicer reading and learning experience.

-

Overview

+

Overview

The core of ardour is a real-time audio engine that runs and processes audio. One interfaces with than engine by sending it commands. Scripting can be used to interact with or modify active Ardour session. Just like a user uses the Editor/Mixer GUI to modify the state or parameters of the session. @@ -61,7 +61,7 @@ A script can orchestrate interaction of lower-level components which take the bu At the time of writing Ardour integrates Lua 5.3.2: Lua 5.3 reference manual.

-

Integration

+

Integration

Like Control surfaces and the GUI, Lua Scripts are confined to certain aspects of the program. Ardour provides the framework and runs Lua (not the other way around).

@@ -85,7 +85,7 @@ There are is also a special mode: Be aware that the vast majority of complex functionality is provided by the Editor UI. -

Managing Scripts

+

Managing Scripts

Ardour searches for Lua scripts in the scripts folder in $ARDOUR_DATA_PATH, @@ -107,7 +107,7 @@ Apart from scripts included directly with Ardour, this includes

Script Console
Menu → Window → Scripting
-

Script Layout

+

Script Layout