X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=scripts%2Fsession_test.lua;h=6a4a372f8d981b551420e0675103a88b046b1101;hb=68b78ac3578be2acdbba4badad642e144c01cfec;hp=dbe4390b5e5b0990d220d48fcef0864a47c9b279;hpb=1473c2d36460707f6484fe5a0f1d913fbb8a77e0;p=ardour.git diff --git a/scripts/session_test.lua b/scripts/session_test.lua index dbe4390b5e..6a4a372f8d 100644 --- a/scripts/session_test.lua +++ b/scripts/session_test.lua @@ -1,15 +1,11 @@ ardour { ["type"] = "session", - name = "Example", - license = "MIT", - author = "Robin Gareus", - email = "robin@gareus.org", - site = "http://gareus.org", + name = "Good Night", + author = "Ardour Lua Task Force", 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 ()