Create new CUE file with A-B/selection

Your thoughts, comments, ideas, suggestions, criticism
Post Reply
Alt
Beta Tester
Posts: 41
Joined: October 4th, 2014, 13:10

Create new CUE file with A-B/selection

As we have waveform, A-B and will have CUE support and selection, would be a shame not use these means for something useful ;)
Many people have tracks with some part they usually would like to skip (e.g. long intro/outro, intro-speech, silence before hidden track etc). And Resonic may help with it so user won't need to use external tools. I propose ability to make new CUE from selected area (using A-B, hand selection or separate start/end buttons (like in VirtualDub for example)) so if user will open it (instead of actual file) he will listen what he wants.
Example of such CUE:

Code: Select all

REM GENRE Indie
REM DATE 2004
PERFORMER "Faint, The"
TITLE "Wet From Birth"
FILE "04. Southern Belles In London Sing - Faint, The.flac" WAVE
  TRACK 04 AUDIO
    TITLE " Southern Belles In London Sing - Faint, The"
    PERFORMER "Faint, The"
    INDEX 01 00:38:50
  TRACK 05 AUDIO
    INDEX 01 03:29:00
    REM IGNORE
Well, in reality it's not so good. First 38:50 seconds skips but CUE doesn't have marker for the "end of track" so I have to separate "uninteresting part" into the new track. It would be perfect if Resonic ignored that "TRACK 05" (maybe looking at some special comment, useless for other programs, like "REM IGNORE").

Post Reply