pagedescr="Lets you control options related to MIDI music files. Use the Panel pop-up to choose from the seven functions available: Play, Wait, Stop, Pause, Resume, Volume and Pan.^n^nMIDI: Resume^nContinues play of a MIDI file placed on hold by the MIDI: Pause command, from the point where it was suspended.";
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);
}
:midiresumefadein
{
title="Fade In Time";
text[1]="Defines the time in seconds (from 0 to 99) that the sound increases from no sound to the level set by the Volume slider. Wait? is available with a Fade Time other than zero.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:midiresumevol
{
title="Volume slider";
text[1]="Adjusts the loudness of the resumed MIDI file. Default: maximum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:midiresumewait
{
title="Wait?";
text[1]="Controls the flow of a script. When on, Wait? instructs the program to wait until the Fade-in finishes before proceeding. It is on by default.";