pagedescr="Lets you access audio tracks available on standard audio compact discs. Use the Panel pop-up to choose from thirteen functions available: Play, Play MSF, Sync, Wait, Stop, Pause, Resume, Eject, Read Contents, Next, Previous, Volume and Pan.^n^nCD: Play MSF^nStarts and stops CD play within tracks based on time rather than track numbers.";
text[1]="If you have more than one CD-ROM drive, or a multi-unit drive, Scala displays an additional button on the CD control panels, CD Unit. You can access different discs in multiple drives by selecting the unit number with this control.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:newcd
{
title="New CD!";
text[1]="Makes Scala read the table of contents of the CD in the drive, so that track numbers and times can be displayed correctly. It should always be used after you change CDs in the drive. All CD control panels have the New CD! button.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:soundtype
{
title="Sound type buttons";
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);
}
:cdplaymsftimein
{
title="Time In";
text[1]="Specifies exact starting point for the CD audio segment in minutes, seconds and frames (MSF).";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsftimeout
{
title="Time Out";
text[1]="Specifies the exact stopping point of the CD audio segment in minutes, seconds and frames (MSF).";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsfloops
{
title="Loops";
text[1]="Defines the number of times (from 1 to 99, or infinite) the CD segment repeats before the next page in the script is displayed or the CD stops.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsfvol
{
title="Volume slider";
text[1]="Adjusts the volume. Default maximum.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsffadein
{
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-in Time other than zero.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsfpan
{
title="Pan slider";
text[1]="Sets the left/right balance of the sound. Default centered.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsfwait
{
title="Wait?";
text[1]="Controls the flow of a script. When on, Wait? instructs the script to wait until the CD event finishes before proceeding. Wait? is on by default.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsftrackin
{
title="Track In";
text[1]="Specifies the CD track number at which to begin play.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdplaymsftrackout
{
title="Track Out";
text[1]="Specifies the CD track number at which to end play.";