From 5aa2abdd3aaa2134c872cba83ec7ab44c207762f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Fr=C3=BChsch=C3=BCtz?= Date: Sat, 25 Jan 2020 23:01:15 +0000 Subject: [PATCH] Takenumber Window: Updated Readme --- TakenumberWindow/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/TakenumberWindow/README.md b/TakenumberWindow/README.md index 200374a..9750e34 100644 --- a/TakenumberWindow/README.md +++ b/TakenumberWindow/README.md @@ -5,4 +5,13 @@ Gives every take a unique number and also writes it to the audio filenames. To d * Group recorded items after record. Either all recorded items or only items on the same track horizontally (useful for overlapping takes!) * Lock to active take after record. Prevents from accidentally clicking and selecting a different take lane, if visible. * Write clean take names after record (e.g. "T042 (Violin 1)"). Makes recognition easier, take number is visible even on short items -* Crossfade items after record. Without this option, overlapping takes either aren't faded at all or a "Fade out - Fade in" is created. This option creates a proper crossfade. Only works with SWS extensions installed, follows SWS' crossfade settings! \ No newline at end of file +* Crossfade items after record. Without this option, overlapping takes either aren't faded at all or a "Fade out - Fade in" is created. This option creates a proper crossfade. Only works with SWS extensions installed, follows SWS' crossfade settings! +* Resizable window that changes color to red while recording. +* Stores current take number, all options and the docked state of the window in the project file + + +## Screenshots +Stopped state and rightclick menu: +![](https://files.eleton-audio.de/gitea/Ludwig/Reaper-Scripts/src/branch/master/TakenumberWindow/Screenshots/Takenumberwindow_stopped.png) +Recording state (resized to vertical view): +![](https://files.eleton-audio.de/gitea/Ludwig/Reaper-Scripts/src/branch/master/TakenumberWindow/Screenshots/Takenumberwindow_recording.png) \ No newline at end of file