Takenumber Window: Updated comments and license

This commit is contained in:
Ludwig Frühschütz 2020-01-25 22:57:54 +01:00
parent 60ce4c2249
commit 1661285b8e
4 changed files with 11 additions and 2 deletions

View File

@ -1,10 +1,16 @@
-- Reaper Script to add major take management functions, like:
-- Reaper Script to add take management functions, like:
-- - Take counter with unique number ("how often REC was pressed")
-- - Write takenumber to name of recorded file (by changing tracknames)
-- - Group recorded items after stop (all or just horizontally)
-- - Lock to active take (in lanes) after record
-- - Write clean takenames after record, for easy recognition. E.g. "T042 (Violin 1)"
-- Version from 19.6.2019, written by Ludwig Frühschütz
-- - Crossfade items after record (fill gaps resulting from overlapping takes) (needs SWS)
-- Author: Ludwig Frühschütz
-- Source: https://www.eleton-audio.de
-- Git: https://files.eleton-audio.de/gitea/Ludwig/Reaper-Scripts.git
-- License: GPL v3.0
-- Requires: Reaper 5 or 6
-- Requires: SWS Extensions for "Fill gaps" option (http://standingwaterstudios.com/)
-- Basic gui stuff by forum user "spk77": https://forum.cockos.com/showthread.php?t=161557

View File

@ -1,3 +1,4 @@
-- Basic gui stuff by forum user "spk77": https://forum.cockos.com/showthread.php?t=161557
------------- "class.lua" is copied from http://lua-users.org/wiki/SimpleLuaClasses -----------
-- class.lua

View File

@ -1,3 +1,4 @@
-- Basic gui stuff by forum user "spk77": https://forum.cockos.com/showthread.php?t=161557
----------------
-- Menu class --
----------------

View File

@ -1,3 +1,4 @@
-- Basic gui stuff by forum user "spk77": https://forum.cockos.com/showthread.php?t=161557
-----------------
-- Mouse table --
-----------------