blob: cacce970a1e85b5fdfcad0c4c24debc1d4148e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// simplest cue sheet for two tracks
TRACK AUDIO
NO COPY // so that all CTL flags are 0
FILE "cdda.bin" 180:0:0 // 180 for number of minutes is okay, although
// it is not for a second or a frame value.
TRACK AUDIO
NO COPY // so that all CTL flags are 0
FILE "cdda.bin" 1:0:0
|