I want to make a macro to do the following:
- Split all the stereo tracks
- Apply “Truncate Silence” to all tracks
- Apply “Time shift” to move all trakcs panned to left 0,006s foward (moving the tracks to start on time 00.006s)
- Apply “Change pitch” with value of 0f 0.01 semitones to all tracks panned to the left
- Apply “Change pitch” with value of 0f -0.01 semitones to all tracks panned to the right
- Apply “Normalize” to all the tracks
- Join all the tracks back to stereo
8.Export all the stereo tracks into individual .Mp3 files
How can I make a macro to do this?