Instruction Manual

950 Initialization Files
Initialization File Format
Notepad. SONAR reads the settings in these files only when it first starts
up. Therefore, if you change any settings while SONAR is running, you
should exit and restart SONAR in order for the changes to take effect.
See:
Initialization File Format
Variables in the [Options] Section
Variables in the [MIDI Input Devices] Section
Variables in the [MIDI Output Devices] Section
Variables in AUD.INI
CAKEWALK.INI
TTSSEQ.INI
AUD.INI
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.