AFTERREC
This acton allows you to apply an action just after a clip has finished recording. Useful for Quantisation, renaming, coloring, etc. Especially when you don’t know how long the recording will last. Plus, you can use CLIP actions and referring to the right clip slot.
Usage
[] track / afterrec "actionlist"
The action list HAS TO BE in quotes. if you have to use quotes for a string in your action list, use single quotes '
After a recording is finished on that track it will trigger the given action list. It does not matter if the recording has already been started or triggered. To make it even more flexible, you can use placeholders in your given action list, which will be replaced by the affected track:
%TR%
will be replaced by the track number%CLIP%
will be the clip’s name%CLIPPOS%
will be the clip slot number.
EXAMPLES
To give the clip a different color after is has finished recording use:
[] 1 / afterrec "%TR% / CLIP(%CLIP%) COLOR 30"
To unarm the regarding track after the use of SRECFIX:
[] 2 / ARM ON ; SRECFIX 2 ; 2 / AFTERREC "%TR% / ARM OFF"
Rename a recorded clip and put in the clipslot number:
[] 1 / AFTERREC "%TR% / CLIP(%CLIPPOS%) NAME '[%CLIPPOS%] Chorus'"
Every action will be triggered just once after the stop of the recoding process.
Since Version V1.3 this action works on any number of tracks