PROGRAMMER'S GUIDECD builder script grammar
BackForward
CD Builder Script Grammar Manual

3.10 CDDA Track Definition


The following is an overview of the CDDA track definition. Each file source corresponds to the index part.

Track CDDA; CDDA Track Pause 150; Pause 2 seconds FileSource INDEX1.DAT; Index 1 (X = 01)
    EndFileSource                           
    FileSource INDEX2.DAT; Index 2 (X = 02)
    EndFileSource
      :
      :
EndTrack

 List
 Title

Command specifications

 Command

Definition of pre-emphasis

 Keyword

Preemphasis

 No

10.1

Form
Preemphasis switch
Parameters
switch: Pre-emphasis bit value of subcode Q. (TRUE or FALSE)
function
Set the pre-emphasis bit value of subcode Q.

 List
 Title

Command specifications

 Command

Definition of the number of audio channels

 Keyword

Channels

 No

10.2

Form
Channels nchan
Parameters
nchan: Audio channel value of subcode Q. (2 or 4)
function
Set the audio channel bit value of subcode Q.

 List
 Title

Command specifications

 Command

Definition of copy protection

 Keyword

Copy

 No

10.3

Form
Copy switch
Parameters
switch: Copy suppression bit value of subcode Q. (TRUE or FALSE)
function
Set the copy suppression bit value of subcode Q.

 List
 Title

Command specifications

 Command

Subcode information file specification

 Keyword

SubSource

 No

10.4

Form
SubSource srcname
Parameters
srcname: Input source file name for subcode data
function
Records subcode information with the specified source file as input.

 List
 Title

Command specifications

 Command

Subcode area null output specification

 Keyword

SubEmpty

 No

10.5

Form
SubEmpty nsect
Parameters
nsect: Number of sectors to record null data
function
Records null data in the subcode area of the specified sector.
remarks
This command is left for compatibility. No need to write.

BackForward
PROGRAMMER'S GUIDECD builder script grammar
Copyright SEGA ENTERPRISES, LTD ,. 1997