pagedescr="Selects the Mixer. Use the Panel pop-up to switch between the Volume and Pan functions.^n^nMixer: Volume^nLets you combine Sample, MIDI, CD and external sound sources and adjust their relative volumes.";
text[1]="Select a type of sound event - Sample, MIDI, CD or Mixer. Each sound type has its own set of control panels. Clicking on a Sound button in the Main or List menus opens the Sound menu and activates the Sound control panel that applies to that event. If no sound event has been defined, Sample is selected.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:panelpopup
{
title="Panel pop-up";
text[1]="Lets you access the control panels for the selected sound type events. ^"None^" on this button indicates that no sound event of that type is defined for the current element or page.^n^nChanges made in the sound settings are not displayed on the column button until you accept them and return to the Main menu, or move to another page.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:preview
{
title="Preview";
text[1]="Lets you test a sound event by viewing the page with the sound event(s) you have added.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts changes and exits the Sound menu.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Returns to the Main or List menu without applying changes.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolmaster
{
title="Master slider";
text[1]="Adjusts the volume of all sound sources simultaneously and maintains balance from one source to another as determined by the settings in the individual Volume sliders. Default: 75% maximum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolsample
{
title="Sample slider";
text[1]="Sets a new volume for the Sample sound source. All samples are affected. Default: maximum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolmidi
{
title="MIDI slider";
text[1]="Sets a new volume for the MIDI sound source. Default: maximum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolumecd
{
title="CD slider";
text[1]="Sets a new volume for the CD Audio sound source. Default: maximum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolmic
{
title="Microphone slider";
text[1]="Sets the volume of a microphone connected to a sound card's MIC input. Default: minimum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolline
{
title="Line slider";
text[1]="Sets the volume of a device connected to a sound card's Line input. Default: minimum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:mixervolfade
{
title="Fade Time";
text[1]="Specifies the number of seconds (from 0 to 99) taken to adjust the volumes of the sources to the required levels. Default: zero. Wait? is available with a Fade Time other than zero.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:midivolwait
{
title="Wait?";
text[1]="Instructs the script to wait until a Fade completes before proceeding. It is on by default.";