You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.
Something like:
if trackToSplit.depth is -1 (end of folder)
make new
turn original to mono
make new mono
make original depth 0
make new depth -1
The text was updated successfully, but these errors were encountered:
When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.
Something like:
if trackToSplit.depth is -1 (end of folder)
make new
turn original to mono
make new mono
make original depth 0
make new depth -1
Actually, make new track above the current one, then move it.
When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.
Something like:
The text was updated successfully, but these errors were encountered: