mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 05:07:07 +01:00
some love for session-scripts.
This commit is contained in:
parent
fe74c587f3
commit
c560ca67bd
2 changed files with 46 additions and 5 deletions
|
|
@ -1,15 +1,14 @@
|
|||
ardour {
|
||||
["type"] = "session",
|
||||
name = "Example",
|
||||
name = "Good Night",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
site = "http://gareus.org",
|
||||
description = [[
|
||||
An Example Ardour Session Process Plugin.
|
||||
Install a 'hook' that is called on every process cycle
|
||||
(before doing any processing).
|
||||
This example stops the transport after rolling for a specific time.]]
|
||||
Example Ardour Session Script.
|
||||
Session scripts are called at the beginning of every process-callback (before doing any audio processing).
|
||||
This example stops the transport after rolling for a configurable time which can be set when instantiating the script.]]
|
||||
}
|
||||
|
||||
function sess_params ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue