text[1]="Sets the sample type by specifying the brand and/or model of your sound card.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:sampleaddr
{
title="Sample Address";
text[1]="Sets the address of the sample playback device driver, one of eight values within the range 210 to 280.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:sampleirq
{
title="Sample IRQ";
text[1]="Sets the IRQ (Interrupt Request Line) for sample playback, a value between 1 and 15.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:sampledma
{
title="Sample DMA";
text[1]="Sets the DMA (Direct Memory Access) channel for sample playback, a value between 0 and 7.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:samplequality
{
title="Sample Quality selector";
text[1]="Lets you select Low, Medium, or High sample playback quality.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:miditype
{
title="MIDI Type selector";
text[1]="Lets you select the type of MIDI interface.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:midiaddress
{
title="MIDI Address";
text[1]="Sets the address of the MIDI device driver. The address range and possible number of values available varies depending on the MIDI Type setting.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:midifonts
{
title="MIDI SoundFonts...";
text[1]="Opens the File menu to allow you to pick a MIDI SoundFont file.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cdhwvolume
{
title="CD: Hardware Volume?";
text[1]="Determines whether Scala attempts to regulate volume for CD sound through the sound card's software or through a hardware control in the CD drive itself.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:autodetect
{
title="Auto Detect";
text[1]="Attempts to automatically detect your sound card and make the proper settings for items in this dialog.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:testbutton
{
title="Test";
text[1]="Runs a short script that allows you to test the basic functions of your sound card using the settings shown.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:savebutton
{
title="Save";
text[1]="Saves the current settings as the default for Scala and exits the dialog. This has no effect on files or programs outside Scala.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts the current settings and exits the dialog.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Exits the dialog, discarding any changes you made.";