The Beatles "The Long and Winding Road" Switch Mix

Post and discuss scripts or usage tips designed for specific audio files.
Post Reply
admin
Site Admin
Posts: 24
Joined: Sat May 31, 2025 1:38 am

The Beatles "The Long and Winding Road" Switch Mix

Post by admin »

This script creates a single track of The Beatles’ The Long and Winding Road by alternating between the original version and the Naked version.
It only works when all audio files have the same sample rate and channel configuration.

How to use:

1. Copy the script and paste it into the Text Editor screen (Menu bar > File > Show Text Editor), then click the Run button.
2. The Reassign screen will open. First, drag and drop the original version, then drag and drop the Naked version.
3. Once the files are imported, click the Play button to preview the result.
4. Click the Start button to generate the combined track. A folder named “MP3” will be created on your desktop, and the output file will be saved there.

Code: Select all

//The Beatles "The Long And Winding Road" 03:37
CJMP Reset
CJM Share, Sequence
#
The Long And Winding Road.mp3
00:00:000 0:
00:47:414 1:"02"
01:27:094 0:
02:07:721 1:"04"
03:16:134 0:
#
The Long And Winding Road (Naked Version).mp3
00:00:000 1:"01"
00:47:107 0:
01:26:241 1:"03"
02:05:947 0:
03:12:347 1:"05"

CJM SelectAll, Convert(0,1)
CJM Merge
CJM Alphabetize
CJM NameB("The Long And Winding Road")
admin
Site Admin
Posts: 24
Joined: Sat May 31, 2025 1:38 am

Re: The Beatles "The Long and Winding Road" Switch Mix

Post by admin »

When the script runs correctly, the result sounds like this:
https://www.youtube.com/watch?v=qiIPdzLdc2A
Post Reply