Reference Guide
1215
Initialization file format
Initialization files
Initialization file format
Initialization files all follow a common format. They are divided into sections whose names appear in
the file in brackets, like this:
[Section Name]
Within each section, variables are of the form:
<variable name>=<value>
For example, the DrawPlayingAudio variable belongs in the [Wincake] section in
Cakewalk.ini, and determines whether the audio waveform is redrawn or not when the display is
scrolling during playback. If the value is 0 (FALSE), then the waveforms are not redrawn. If the value
is 1 (TRUE), then waveforms are redrawn. To redraw waveforms when scrolling during playback, the
entry in the file looks like this:
[Wincake]
DrawPlayingAudio=1
The variable names contain no spaces. They are not case sensitive.
See:
“Cakewalk.ini” on page 1216
“TTSseq.ini” on page 1225
“Aud.ini” on page 1229