Home » Archimedes archive » Acorn User » AU 1998-03 A.adf » QuickSnd » Manual

Manual

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1998-03 A.adf » QuickSnd
Filename: Manual
Read OK:
File size: 2C0C bytes
Load address: 0000
Exec address: 0000
File contents
� Desktop Projects 1992 Version 1.00

First impression August 1992

QuickSound
----------

Features;

Loading of 4 Sample formats;

  Armadeus
  Sound Synth
  Tracker
  Raw Data

Saving in 5 four formats;

  Armadeus
  Tracker
  Module
  Utility
  Raw Data

Manipulation;

  Echo
  Reverse
  Max Volume
  Replayrate
  Resample

Conversion;

  Signed
  Log to Lin
  Lin to Log

VIDC enhancer compensation


LOADING QUICKSOUND
------------------

To load QuickSound just double click on the program icon. The QuickSound
icon will appear on the iconbar. A window will appear showing you the
QuickSound startup logo.


LOADING/PLAYING SAMPLES
-----------------------

To load a sample either double click on the sample (except raw data samples,
which have to be drag-loaded) or drag the sample to the QuickSound icon on
the iconbar. QuickSound will display a window showing the waveform of the
sample. The window titlebar will also display the sample filename (A star in
the window title bar indicates that the sample has been modified and not
saved). 

To play the sample click SELECT over the main window. While the sample is
playing you will see a vu-image display in the window. To stop the sample
click ADJUST on the window. 

The MENU button brings up a small menu with 4 options, which are Misc, Save,
Effects and Convert.

QuickSound will load SoundSynth samples but will not save them.

When loading files with the 'data' filetype, the default format of the data
should be linear signed. If the data is not in this format use the
conversion features of QuickSound to convert to linear signed.

You can only load 'data' samples when you drag load them, not double click.


MISC MENU
---------

The Misc menu option leads to information boxes about the program and the
current sample.

QuickSound has a standard RISCOS information box giving details of the
current sample into QuickSound. Any changes to the sample (echo etc) will
update the information in this window. The information includes the
following;

Sprite showing the sample type
Text showing modified status
             sample type and filetype
             name of sample
             sample rate (xxxxHz and uS per sample)
             sample size (in decimal)
             time & date of sample


SAVE MENU
--------- 

The Save menu leads to the various save boxes. There are currently 5 save
types, which are Armadeus, Tracker, Data, Module and Utility. Each save type
has its own save box. The default save name for each save box depends on the
'leafname' menu option off the iconbar menu. If this 'leafname' option is
ticked then the default save name will be the same as the loaded filename of
the sample, ie its leafname. If the 'leafname' option is not ticked the
default name will be the sample type. Each sample save option is explained
below.

Saving in utility format allows the user/programmer to play samples without
any knowledge of the sound system. It provides all the play back routines
and sample data in one self contained file, which can be run from the
command line or double clicked from the desktop. When the sample has
finished, control is returned to the user and any memory used by the sample
and its playing routine are returned to the system. This feature is not
available on any other sound program at present.

Saving in raw data format is useful for exporting samples to other computers
(Amiga,ST,Mac,PC etc)

Saving in module format allows the sample to be played via programs such as
!Maestro, !Rhapsody etc

Saving in armadeus format obviously creates a sample compatible with
Armadeus and is also a common format for samples used in games etc.

When saving tracker format please note the following. Tracker places a limit
of 64K on the sample size. QuickSound can save a tracker format sample of a
size greater than this. The sample will be saved in standard tracker
format with header.

When exporting a tracker format sample a header file is exported as per the
tracker hand book. Save tracker performs a lin to log conversion before
saving. QuickSound then carries out a log to lin conversion for the sample
retained in memory. Unfortunately this introduces noise into the sample and
will produce interference when replaying in QuickSound, the saved tracker
sample will however sound correct when used with Tracker.

          
EFFECTS MENU
------------

The effects menus leads to various effects options that can be applied to
the currently loaded sample, they are currenly Echo, Reverse entire sample,
Max Vol, Replayrate, Resample the sample. Each option is explained below in
more detail.

Echo
----

The first option in the effects menu is the echo option. To echo the sample
in !QuickSound, click SELECT over the word echo, a window will appear giving the
echo controls. Select the required delay button and then select OK. The
program will now add an echo to the sample. The hour glass will appear on
larger samples. There are two side effects to adding an echo, these are, the
overall volume of the sample may be  reduced, this is due to the the way in
which the echo is added to the sample. The second affects the length of the
sample, adding an echo will increase the length of the sample only if there
is enough memory to allow for this. If there is not enough memory then the
end of the sample may sound a little strange.

Reverse
-------

This option will reverse the entire sample. Try reversing a sample, then
adding an echo, then reversing a second time!

Max Volume
----------

This option scales the sample so that the volume is as loud as possible
without adding any distortion. This option can be used after an echo has
been applied in order to recover as much of the volume as possible (remember
adding echos will reduce the volume).

Replayrate
----------

This option allows the replayrate of the sample to be changed in order to
speedup or slow down the sample. eg, when importing samples from other
sources such as the Mac, PC etc, the sample may play at the wrong speed, use
this option to obtain the correct replayrate. When a sample is loaded,
depending on the format the replayrate will be automatically set.

Armadues samples contain the replayrate for the sample.
SoundSynth samples are set to 20488Hz 48uS/sample byte.
Raw data samples are set to 20488Hz 48uS/sample byte.
Tracker format sample are set to 29411Hz 34uS/sample byte.


Resample
--------

This option allows the sample data to be processed so that the sample
changes in size by resampling at a different frequency. It is useful where
you need to reduce the size of a sample without changing its speed. A second
use of this function would be to resample a number of samples so that they
are all at the same samplerate. This ensures that when a group of samples
are played by an external source they all sound at the same pitch.

However it should be noted that resampling at too low a frequency will lower
the quality of the sample noticeably.

CONVERT MENU
------------ 

The last menu option is the conversion menu. Current conversions are
Signed/Unsigned, Log to Lin, Lin to Log. Again each of these are explained
below.

Signed
------

This option changes the sample between signed and unsigned. This process
takes every sample byte 1 at a time and inverts the top bit, and as a result
the sample in memory changes. This option can be used as many times as you
like without any form of distortion being added to the sample. This
conversion is useful when importing samples from the Atari ST or PC
Compatiables.

Log to Lin
----------

This option changes the sample in memory from a log based sample to a linear
based sample. This process will introduce distortion. To convert the sample
back to the orginal form use the Lin to Log option.

Lin to Log
----------

This option change the sample in memory from a  linear based sample to a log
based sample. This process will introduce distortion. This option is useful
when transferring samples to other computers such as the Amiga.

When using Lin to Log and Log to Lin distortion will occur. This is because
of the processing used.


KEYBOARD
--------

This option allows the sample to be played from a desktop musical keyboard. 
To play a note click SELECT over a key on the keyboard. The 'Auto Key'
button automatically plays each note as the pointer passes over the keys.


QUITTING
--------

To close the sample window temporarily use the close box on the title bar.
To reopen the window again click SELECT on the iconbar icon. Note unless a
sample is loaded then the window will not display.

To quit QuickSound completely select Quit from the iconbar menu.


CONFIGURING QUICKSOUND
----------------------

The maximum size of a sample that can be loaded is given by a system
variable in the !Run file of QuickSound, which is MaxSampleSize. To change
this, load !Run into edit and change the value. The value is the number of
1K (1K = 1024 bytes) chunks to be used. eg.

Set MaxSampleSize 1024

The above would give a max sample size of 1024*1024 bytes (ie 1048576 or a
megabyte). The memory is claimed from the RMA (Relocatable Module Area)
therefore you need to have this much memory spare  when QuickSound is
loaded. Note that when you quit !QuickSound the memory is released back to
the system, but due to the way RISCOS uses the RMA this memory may not be
passed back to the user. In this case you will have to reset the machine if
you need to use this memory. Please note that as well as the sample size you
wish to use, the program will also claim an extra 8K for its own use. If the
program cannot claim the memory an error will be given and you will have to
free some memory from other currently loaded programs.


ICONBAR MENU
------------

Clicking MENU over the icon on the iconbar will bring up a menu with 4
options.

Info
----

This option leads to a standard RISCOS program information box.

Leafname
--------

This option is used to control the filenames for the various save boxes.
With the option ticked the save name will be the same as that loaded, with
option unticked the save name will be that of the sample type.

VIDC
----

This option is used when using modes that use the VIDC Enhancer. In these
modes the clock rate to the VIDC (VIDC controls sound generation) chip is
increased, this means that the sample will play faster than normal, with the
VIDC option ticked QuickSound will compensate for this.

Quit
----

This option allows the user to quit QuickSound. If the current sample is
modified and not saved then QuickSound asks the user to confirm the quit.
Also see notes on memory above.


� Desktop Projects 1992

Version 1.00

First impression August 1992

All rights reserved. The !QuickSnd contained on this disc is unique and is not
available elsewhere in any form. !QuickSnd is NOT in the public domain.

Desktop Projects have no direct control over the use to which this product is put
and therefore offer no warranty, implied or otherwise, relating to its use
for any purpose other than that for which it is intended.

The product described in this manual is the subject of continuous development
and, while all efforts are taken to ensure that the information given is
correct, Desktop Projects cannot accept any liability for any loss or damage
resulting from its use.

00000000  a9 20 44 65 73 6b 74 6f  70 20 50 72 6f 6a 65 63  |. Desktop Projec|
00000010  74 73 20 31 39 39 32 20  56 65 72 73 69 6f 6e 20  |ts 1992 Version |
00000020  31 2e 30 30 0a 0a 46 69  72 73 74 20 69 6d 70 72  |1.00..First impr|
00000030  65 73 73 69 6f 6e 20 41  75 67 75 73 74 20 31 39  |ession August 19|
00000040  39 32 0a 0a 51 75 69 63  6b 53 6f 75 6e 64 0a 2d  |92..QuickSound.-|
00000050  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 46 65 61 74 75  |---------..Featu|
00000060  72 65 73 3b 0a 0a 4c 6f  61 64 69 6e 67 20 6f 66  |res;..Loading of|
00000070  20 34 20 53 61 6d 70 6c  65 20 66 6f 72 6d 61 74  | 4 Sample format|
00000080  73 3b 0a 0a 20 20 41 72  6d 61 64 65 75 73 0a 20  |s;..  Armadeus. |
00000090  20 53 6f 75 6e 64 20 53  79 6e 74 68 0a 20 20 54  | Sound Synth.  T|
000000a0  72 61 63 6b 65 72 0a 20  20 52 61 77 20 44 61 74  |racker.  Raw Dat|
000000b0  61 0a 0a 53 61 76 69 6e  67 20 69 6e 20 35 20 66  |a..Saving in 5 f|
000000c0  6f 75 72 20 66 6f 72 6d  61 74 73 3b 0a 0a 20 20  |our formats;..  |
000000d0  41 72 6d 61 64 65 75 73  0a 20 20 54 72 61 63 6b  |Armadeus.  Track|
000000e0  65 72 0a 20 20 4d 6f 64  75 6c 65 0a 20 20 55 74  |er.  Module.  Ut|
000000f0  69 6c 69 74 79 0a 20 20  52 61 77 20 44 61 74 61  |ility.  Raw Data|
00000100  0a 0a 4d 61 6e 69 70 75  6c 61 74 69 6f 6e 3b 0a  |..Manipulation;.|
00000110  0a 20 20 45 63 68 6f 0a  20 20 52 65 76 65 72 73  |.  Echo.  Revers|
00000120  65 0a 20 20 4d 61 78 20  56 6f 6c 75 6d 65 0a 20  |e.  Max Volume. |
00000130  20 52 65 70 6c 61 79 72  61 74 65 0a 20 20 52 65  | Replayrate.  Re|
00000140  73 61 6d 70 6c 65 0a 0a  43 6f 6e 76 65 72 73 69  |sample..Conversi|
00000150  6f 6e 3b 0a 0a 20 20 53  69 67 6e 65 64 0a 20 20  |on;..  Signed.  |
00000160  4c 6f 67 20 74 6f 20 4c  69 6e 0a 20 20 4c 69 6e  |Log to Lin.  Lin|
00000170  20 74 6f 20 4c 6f 67 0a  0a 56 49 44 43 20 65 6e  | to Log..VIDC en|
00000180  68 61 6e 63 65 72 20 63  6f 6d 70 65 6e 73 61 74  |hancer compensat|
00000190  69 6f 6e 0a 0a 0a 4c 4f  41 44 49 4e 47 20 51 55  |ion...LOADING QU|
000001a0  49 43 4b 53 4f 55 4e 44  0a 2d 2d 2d 2d 2d 2d 2d  |ICKSOUND.-------|
000001b0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 54 6f 20  |-----------..To |
000001c0  6c 6f 61 64 20 51 75 69  63 6b 53 6f 75 6e 64 20  |load QuickSound |
000001d0  6a 75 73 74 20 64 6f 75  62 6c 65 20 63 6c 69 63  |just double clic|
000001e0  6b 20 6f 6e 20 74 68 65  20 70 72 6f 67 72 61 6d  |k on the program|
000001f0  20 69 63 6f 6e 2e 20 54  68 65 20 51 75 69 63 6b  | icon. The Quick|
00000200  53 6f 75 6e 64 0a 69 63  6f 6e 20 77 69 6c 6c 20  |Sound.icon will |
00000210  61 70 70 65 61 72 20 6f  6e 20 74 68 65 20 69 63  |appear on the ic|
00000220  6f 6e 62 61 72 2e 20 41  20 77 69 6e 64 6f 77 20  |onbar. A window |
00000230  77 69 6c 6c 20 61 70 70  65 61 72 20 73 68 6f 77  |will appear show|
00000240  69 6e 67 20 79 6f 75 20  74 68 65 0a 51 75 69 63  |ing you the.Quic|
00000250  6b 53 6f 75 6e 64 20 73  74 61 72 74 75 70 20 6c  |kSound startup l|
00000260  6f 67 6f 2e 0a 0a 0a 4c  4f 41 44 49 4e 47 2f 50  |ogo....LOADING/P|
00000270  4c 41 59 49 4e 47 20 53  41 4d 50 4c 45 53 0a 2d  |LAYING SAMPLES.-|
00000280  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000290  2d 2d 2d 2d 2d 2d 0a 0a  54 6f 20 6c 6f 61 64 20  |------..To load |
000002a0  61 20 73 61 6d 70 6c 65  20 65 69 74 68 65 72 20  |a sample either |
000002b0  64 6f 75 62 6c 65 20 63  6c 69 63 6b 20 6f 6e 20  |double click on |
000002c0  74 68 65 20 73 61 6d 70  6c 65 20 28 65 78 63 65  |the sample (exce|
000002d0  70 74 20 72 61 77 20 64  61 74 61 20 73 61 6d 70  |pt raw data samp|
000002e0  6c 65 73 2c 0a 77 68 69  63 68 20 68 61 76 65 20  |les,.which have |
000002f0  74 6f 20 62 65 20 64 72  61 67 2d 6c 6f 61 64 65  |to be drag-loade|
00000300  64 29 20 6f 72 20 64 72  61 67 20 74 68 65 20 73  |d) or drag the s|
00000310  61 6d 70 6c 65 20 74 6f  20 74 68 65 20 51 75 69  |ample to the Qui|
00000320  63 6b 53 6f 75 6e 64 20  69 63 6f 6e 20 6f 6e 0a  |ckSound icon on.|
00000330  74 68 65 20 69 63 6f 6e  62 61 72 2e 20 51 75 69  |the iconbar. Qui|
00000340  63 6b 53 6f 75 6e 64 20  77 69 6c 6c 20 64 69 73  |ckSound will dis|
00000350  70 6c 61 79 20 61 20 77  69 6e 64 6f 77 20 73 68  |play a window sh|
00000360  6f 77 69 6e 67 20 74 68  65 20 77 61 76 65 66 6f  |owing the wavefo|
00000370  72 6d 20 6f 66 20 74 68  65 0a 73 61 6d 70 6c 65  |rm of the.sample|
00000380  2e 20 54 68 65 20 77 69  6e 64 6f 77 20 74 69 74  |. The window tit|
00000390  6c 65 62 61 72 20 77 69  6c 6c 20 61 6c 73 6f 20  |lebar will also |
000003a0  64 69 73 70 6c 61 79 20  74 68 65 20 73 61 6d 70  |display the samp|
000003b0  6c 65 20 66 69 6c 65 6e  61 6d 65 20 28 41 20 73  |le filename (A s|
000003c0  74 61 72 20 69 6e 0a 74  68 65 20 77 69 6e 64 6f  |tar in.the windo|
000003d0  77 20 74 69 74 6c 65 20  62 61 72 20 69 6e 64 69  |w title bar indi|
000003e0  63 61 74 65 73 20 74 68  61 74 20 74 68 65 20 73  |cates that the s|
000003f0  61 6d 70 6c 65 20 68 61  73 20 62 65 65 6e 20 6d  |ample has been m|
00000400  6f 64 69 66 69 65 64 20  61 6e 64 20 6e 6f 74 0a  |odified and not.|
00000410  73 61 76 65 64 29 2e 20  0a 0a 54 6f 20 70 6c 61  |saved). ..To pla|
00000420  79 20 74 68 65 20 73 61  6d 70 6c 65 20 63 6c 69  |y the sample cli|
00000430  63 6b 20 53 45 4c 45 43  54 20 6f 76 65 72 20 74  |ck SELECT over t|
00000440  68 65 20 6d 61 69 6e 20  77 69 6e 64 6f 77 2e 20  |he main window. |
00000450  57 68 69 6c 65 20 74 68  65 20 73 61 6d 70 6c 65  |While the sample|
00000460  20 69 73 0a 70 6c 61 79  69 6e 67 20 79 6f 75 20  | is.playing you |
00000470  77 69 6c 6c 20 73 65 65  20 61 20 76 75 2d 69 6d  |will see a vu-im|
00000480  61 67 65 20 64 69 73 70  6c 61 79 20 69 6e 20 74  |age display in t|
00000490  68 65 20 77 69 6e 64 6f  77 2e 20 54 6f 20 73 74  |he window. To st|
000004a0  6f 70 20 74 68 65 20 73  61 6d 70 6c 65 0a 63 6c  |op the sample.cl|
000004b0  69 63 6b 20 41 44 4a 55  53 54 20 6f 6e 20 74 68  |ick ADJUST on th|
000004c0  65 20 77 69 6e 64 6f 77  2e 20 0a 0a 54 68 65 20  |e window. ..The |
000004d0  4d 45 4e 55 20 62 75 74  74 6f 6e 20 62 72 69 6e  |MENU button brin|
000004e0  67 73 20 75 70 20 61 20  73 6d 61 6c 6c 20 6d 65  |gs up a small me|
000004f0  6e 75 20 77 69 74 68 20  34 20 6f 70 74 69 6f 6e  |nu with 4 option|
00000500  73 2c 20 77 68 69 63 68  20 61 72 65 20 4d 69 73  |s, which are Mis|
00000510  63 2c 20 53 61 76 65 2c  0a 45 66 66 65 63 74 73  |c, Save,.Effects|
00000520  20 61 6e 64 20 43 6f 6e  76 65 72 74 2e 0a 0a 51  | and Convert...Q|
00000530  75 69 63 6b 53 6f 75 6e  64 20 77 69 6c 6c 20 6c  |uickSound will l|
00000540  6f 61 64 20 53 6f 75 6e  64 53 79 6e 74 68 20 73  |oad SoundSynth s|
00000550  61 6d 70 6c 65 73 20 62  75 74 20 77 69 6c 6c 20  |amples but will |
00000560  6e 6f 74 20 73 61 76 65  20 74 68 65 6d 2e 0a 0a  |not save them...|
00000570  57 68 65 6e 20 6c 6f 61  64 69 6e 67 20 66 69 6c  |When loading fil|
00000580  65 73 20 77 69 74 68 20  74 68 65 20 27 64 61 74  |es with the 'dat|
00000590  61 27 20 66 69 6c 65 74  79 70 65 2c 20 74 68 65  |a' filetype, the|
000005a0  20 64 65 66 61 75 6c 74  20 66 6f 72 6d 61 74 20  | default format |
000005b0  6f 66 20 74 68 65 20 64  61 74 61 0a 73 68 6f 75  |of the data.shou|
000005c0  6c 64 20 62 65 20 6c 69  6e 65 61 72 20 73 69 67  |ld be linear sig|
000005d0  6e 65 64 2e 20 49 66 20  74 68 65 20 64 61 74 61  |ned. If the data|
000005e0  20 69 73 20 6e 6f 74 20  69 6e 20 74 68 69 73 20  | is not in this |
000005f0  66 6f 72 6d 61 74 20 75  73 65 20 74 68 65 0a 63  |format use the.c|
00000600  6f 6e 76 65 72 73 69 6f  6e 20 66 65 61 74 75 72  |onversion featur|
00000610  65 73 20 6f 66 20 51 75  69 63 6b 53 6f 75 6e 64  |es of QuickSound|
00000620  20 74 6f 20 63 6f 6e 76  65 72 74 20 74 6f 20 6c  | to convert to l|
00000630  69 6e 65 61 72 20 73 69  67 6e 65 64 2e 0a 0a 59  |inear signed...Y|
00000640  6f 75 20 63 61 6e 20 6f  6e 6c 79 20 6c 6f 61 64  |ou can only load|
00000650  20 27 64 61 74 61 27 20  73 61 6d 70 6c 65 73 20  | 'data' samples |
00000660  77 68 65 6e 20 79 6f 75  20 64 72 61 67 20 6c 6f  |when you drag lo|
00000670  61 64 20 74 68 65 6d 2c  20 6e 6f 74 20 64 6f 75  |ad them, not dou|
00000680  62 6c 65 20 63 6c 69 63  6b 2e 0a 0a 0a 4d 49 53  |ble click....MIS|
00000690  43 20 4d 45 4e 55 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |C MENU.---------|
000006a0  0a 0a 54 68 65 20 4d 69  73 63 20 6d 65 6e 75 20  |..The Misc menu |
000006b0  6f 70 74 69 6f 6e 20 6c  65 61 64 73 20 74 6f 20  |option leads to |
000006c0  69 6e 66 6f 72 6d 61 74  69 6f 6e 20 62 6f 78 65  |information boxe|
000006d0  73 20 61 62 6f 75 74 20  74 68 65 20 70 72 6f 67  |s about the prog|
000006e0  72 61 6d 20 61 6e 64 20  74 68 65 0a 63 75 72 72  |ram and the.curr|
000006f0  65 6e 74 20 73 61 6d 70  6c 65 2e 0a 0a 51 75 69  |ent sample...Qui|
00000700  63 6b 53 6f 75 6e 64 20  68 61 73 20 61 20 73 74  |ckSound has a st|
00000710  61 6e 64 61 72 64 20 52  49 53 43 4f 53 20 69 6e  |andard RISCOS in|
00000720  66 6f 72 6d 61 74 69 6f  6e 20 62 6f 78 20 67 69  |formation box gi|
00000730  76 69 6e 67 20 64 65 74  61 69 6c 73 20 6f 66 20  |ving details of |
00000740  74 68 65 0a 63 75 72 72  65 6e 74 20 73 61 6d 70  |the.current samp|
00000750  6c 65 20 69 6e 74 6f 20  51 75 69 63 6b 53 6f 75  |le into QuickSou|
00000760  6e 64 2e 20 41 6e 79 20  63 68 61 6e 67 65 73 20  |nd. Any changes |
00000770  74 6f 20 74 68 65 20 73  61 6d 70 6c 65 20 28 65  |to the sample (e|
00000780  63 68 6f 20 65 74 63 29  20 77 69 6c 6c 0a 75 70  |cho etc) will.up|
00000790  64 61 74 65 20 74 68 65  20 69 6e 66 6f 72 6d 61  |date the informa|
000007a0  74 69 6f 6e 20 69 6e 20  74 68 69 73 20 77 69 6e  |tion in this win|
000007b0  64 6f 77 2e 20 54 68 65  20 69 6e 66 6f 72 6d 61  |dow. The informa|
000007c0  74 69 6f 6e 20 69 6e 63  6c 75 64 65 73 20 74 68  |tion includes th|
000007d0  65 0a 66 6f 6c 6c 6f 77  69 6e 67 3b 0a 0a 53 70  |e.following;..Sp|
000007e0  72 69 74 65 20 73 68 6f  77 69 6e 67 20 74 68 65  |rite showing the|
000007f0  20 73 61 6d 70 6c 65 20  74 79 70 65 0a 54 65 78  | sample type.Tex|
00000800  74 20 73 68 6f 77 69 6e  67 20 6d 6f 64 69 66 69  |t showing modifi|
00000810  65 64 20 73 74 61 74 75  73 0a 20 20 20 20 20 20  |ed status.      |
00000820  20 20 20 20 20 20 20 73  61 6d 70 6c 65 20 74 79  |       sample ty|
00000830  70 65 20 61 6e 64 20 66  69 6c 65 74 79 70 65 0a  |pe and filetype.|
00000840  20 20 20 20 20 20 20 20  20 20 20 20 20 6e 61 6d  |             nam|
00000850  65 20 6f 66 20 73 61 6d  70 6c 65 0a 20 20 20 20  |e of sample.    |
00000860  20 20 20 20 20 20 20 20  20 73 61 6d 70 6c 65 20  |         sample |
00000870  72 61 74 65 20 28 78 78  78 78 48 7a 20 61 6e 64  |rate (xxxxHz and|
00000880  20 75 53 20 70 65 72 20  73 61 6d 70 6c 65 29 0a  | uS per sample).|
00000890  20 20 20 20 20 20 20 20  20 20 20 20 20 73 61 6d  |             sam|
000008a0  70 6c 65 20 73 69 7a 65  20 28 69 6e 20 64 65 63  |ple size (in dec|
000008b0  69 6d 61 6c 29 0a 20 20  20 20 20 20 20 20 20 20  |imal).          |
000008c0  20 20 20 74 69 6d 65 20  26 20 64 61 74 65 20 6f  |   time & date o|
000008d0  66 20 73 61 6d 70 6c 65  0a 0a 0a 53 41 56 45 20  |f sample...SAVE |
000008e0  4d 45 4e 55 0a 2d 2d 2d  2d 2d 2d 2d 2d 2d 20 0a  |MENU.--------- .|
000008f0  0a 54 68 65 20 53 61 76  65 20 6d 65 6e 75 20 6c  |.The Save menu l|
00000900  65 61 64 73 20 74 6f 20  74 68 65 20 76 61 72 69  |eads to the vari|
00000910  6f 75 73 20 73 61 76 65  20 62 6f 78 65 73 2e 20  |ous save boxes. |
00000920  54 68 65 72 65 20 61 72  65 20 63 75 72 72 65 6e  |There are curren|
00000930  74 6c 79 20 35 20 73 61  76 65 0a 74 79 70 65 73  |tly 5 save.types|
00000940  2c 20 77 68 69 63 68 20  61 72 65 20 41 72 6d 61  |, which are Arma|
00000950  64 65 75 73 2c 20 54 72  61 63 6b 65 72 2c 20 44  |deus, Tracker, D|
00000960  61 74 61 2c 20 4d 6f 64  75 6c 65 20 61 6e 64 20  |ata, Module and |
00000970  55 74 69 6c 69 74 79 2e  20 45 61 63 68 20 73 61  |Utility. Each sa|
00000980  76 65 20 74 79 70 65 0a  68 61 73 20 69 74 73 20  |ve type.has its |
00000990  6f 77 6e 20 73 61 76 65  20 62 6f 78 2e 20 54 68  |own save box. Th|
000009a0  65 20 64 65 66 61 75 6c  74 20 73 61 76 65 20 6e  |e default save n|
000009b0  61 6d 65 20 66 6f 72 20  65 61 63 68 20 73 61 76  |ame for each sav|
000009c0  65 20 62 6f 78 20 64 65  70 65 6e 64 73 20 6f 6e  |e box depends on|
000009d0  20 74 68 65 0a 27 6c 65  61 66 6e 61 6d 65 27 20  | the.'leafname' |
000009e0  6d 65 6e 75 20 6f 70 74  69 6f 6e 20 6f 66 66 20  |menu option off |
000009f0  74 68 65 20 69 63 6f 6e  62 61 72 20 6d 65 6e 75  |the iconbar menu|
00000a00  2e 20 49 66 20 74 68 69  73 20 27 6c 65 61 66 6e  |. If this 'leafn|
00000a10  61 6d 65 27 20 6f 70 74  69 6f 6e 20 69 73 0a 74  |ame' option is.t|
00000a20  69 63 6b 65 64 20 74 68  65 6e 20 74 68 65 20 64  |icked then the d|
00000a30  65 66 61 75 6c 74 20 73  61 76 65 20 6e 61 6d 65  |efault save name|
00000a40  20 77 69 6c 6c 20 62 65  20 74 68 65 20 73 61 6d  | will be the sam|
00000a50  65 20 61 73 20 74 68 65  20 6c 6f 61 64 65 64 20  |e as the loaded |
00000a60  66 69 6c 65 6e 61 6d 65  20 6f 66 0a 74 68 65 20  |filename of.the |
00000a70  73 61 6d 70 6c 65 2c 20  69 65 20 69 74 73 20 6c  |sample, ie its l|
00000a80  65 61 66 6e 61 6d 65 2e  20 49 66 20 74 68 65 20  |eafname. If the |
00000a90  27 6c 65 61 66 6e 61 6d  65 27 20 6f 70 74 69 6f  |'leafname' optio|
00000aa0  6e 20 69 73 20 6e 6f 74  20 74 69 63 6b 65 64 20  |n is not ticked |
00000ab0  74 68 65 0a 64 65 66 61  75 6c 74 20 6e 61 6d 65  |the.default name|
00000ac0  20 77 69 6c 6c 20 62 65  20 74 68 65 20 73 61 6d  | will be the sam|
00000ad0  70 6c 65 20 74 79 70 65  2e 20 45 61 63 68 20 73  |ple type. Each s|
00000ae0  61 6d 70 6c 65 20 73 61  76 65 20 6f 70 74 69 6f  |ample save optio|
00000af0  6e 20 69 73 20 65 78 70  6c 61 69 6e 65 64 0a 62  |n is explained.b|
00000b00  65 6c 6f 77 2e 0a 0a 53  61 76 69 6e 67 20 69 6e  |elow...Saving in|
00000b10  20 75 74 69 6c 69 74 79  20 66 6f 72 6d 61 74 20  | utility format |
00000b20  61 6c 6c 6f 77 73 20 74  68 65 20 75 73 65 72 2f  |allows the user/|
00000b30  70 72 6f 67 72 61 6d 6d  65 72 20 74 6f 20 70 6c  |programmer to pl|
00000b40  61 79 20 73 61 6d 70 6c  65 73 20 77 69 74 68 6f  |ay samples witho|
00000b50  75 74 0a 61 6e 79 20 6b  6e 6f 77 6c 65 64 67 65  |ut.any knowledge|
00000b60  20 6f 66 20 74 68 65 20  73 6f 75 6e 64 20 73 79  | of the sound sy|
00000b70  73 74 65 6d 2e 20 49 74  20 70 72 6f 76 69 64 65  |stem. It provide|
00000b80  73 20 61 6c 6c 20 74 68  65 20 70 6c 61 79 20 62  |s all the play b|
00000b90  61 63 6b 20 72 6f 75 74  69 6e 65 73 0a 61 6e 64  |ack routines.and|
00000ba0  20 73 61 6d 70 6c 65 20  64 61 74 61 20 69 6e 20  | sample data in |
00000bb0  6f 6e 65 20 73 65 6c 66  20 63 6f 6e 74 61 69 6e  |one self contain|
00000bc0  65 64 20 66 69 6c 65 2c  20 77 68 69 63 68 20 63  |ed file, which c|
00000bd0  61 6e 20 62 65 20 72 75  6e 20 66 72 6f 6d 20 74  |an be run from t|
00000be0  68 65 0a 63 6f 6d 6d 61  6e 64 20 6c 69 6e 65 20  |he.command line |
00000bf0  6f 72 20 64 6f 75 62 6c  65 20 63 6c 69 63 6b 65  |or double clicke|
00000c00  64 20 66 72 6f 6d 20 74  68 65 20 64 65 73 6b 74  |d from the deskt|
00000c10  6f 70 2e 20 57 68 65 6e  20 74 68 65 20 73 61 6d  |op. When the sam|
00000c20  70 6c 65 20 68 61 73 0a  66 69 6e 69 73 68 65 64  |ple has.finished|
00000c30  2c 20 63 6f 6e 74 72 6f  6c 20 69 73 20 72 65 74  |, control is ret|
00000c40  75 72 6e 65 64 20 74 6f  20 74 68 65 20 75 73 65  |urned to the use|
00000c50  72 20 61 6e 64 20 61 6e  79 20 6d 65 6d 6f 72 79  |r and any memory|
00000c60  20 75 73 65 64 20 62 79  20 74 68 65 20 73 61 6d  | used by the sam|
00000c70  70 6c 65 0a 61 6e 64 20  69 74 73 20 70 6c 61 79  |ple.and its play|
00000c80  69 6e 67 20 72 6f 75 74  69 6e 65 20 61 72 65 20  |ing routine are |
00000c90  72 65 74 75 72 6e 65 64  20 74 6f 20 74 68 65 20  |returned to the |
00000ca0  73 79 73 74 65 6d 2e 20  54 68 69 73 20 66 65 61  |system. This fea|
00000cb0  74 75 72 65 20 69 73 20  6e 6f 74 0a 61 76 61 69  |ture is not.avai|
00000cc0  6c 61 62 6c 65 20 6f 6e  20 61 6e 79 20 6f 74 68  |lable on any oth|
00000cd0  65 72 20 73 6f 75 6e 64  20 70 72 6f 67 72 61 6d  |er sound program|
00000ce0  20 61 74 20 70 72 65 73  65 6e 74 2e 0a 0a 53 61  | at present...Sa|
00000cf0  76 69 6e 67 20 69 6e 20  72 61 77 20 64 61 74 61  |ving in raw data|
00000d00  20 66 6f 72 6d 61 74 20  69 73 20 75 73 65 66 75  | format is usefu|
00000d10  6c 20 66 6f 72 20 65 78  70 6f 72 74 69 6e 67 20  |l for exporting |
00000d20  73 61 6d 70 6c 65 73 20  74 6f 20 6f 74 68 65 72  |samples to other|
00000d30  20 63 6f 6d 70 75 74 65  72 73 0a 28 41 6d 69 67  | computers.(Amig|
00000d40  61 2c 53 54 2c 4d 61 63  2c 50 43 20 65 74 63 29  |a,ST,Mac,PC etc)|
00000d50  0a 0a 53 61 76 69 6e 67  20 69 6e 20 6d 6f 64 75  |..Saving in modu|
00000d60  6c 65 20 66 6f 72 6d 61  74 20 61 6c 6c 6f 77 73  |le format allows|
00000d70  20 74 68 65 20 73 61 6d  70 6c 65 20 74 6f 20 62  | the sample to b|
00000d80  65 20 70 6c 61 79 65 64  20 76 69 61 20 70 72 6f  |e played via pro|
00000d90  67 72 61 6d 73 20 73 75  63 68 20 61 73 0a 21 4d  |grams such as.!M|
00000da0  61 65 73 74 72 6f 2c 20  21 52 68 61 70 73 6f 64  |aestro, !Rhapsod|
00000db0  79 20 65 74 63 0a 0a 53  61 76 69 6e 67 20 69 6e  |y etc..Saving in|
00000dc0  20 61 72 6d 61 64 65 75  73 20 66 6f 72 6d 61 74  | armadeus format|
00000dd0  20 6f 62 76 69 6f 75 73  6c 79 20 63 72 65 61 74  | obviously creat|
00000de0  65 73 20 61 20 73 61 6d  70 6c 65 20 63 6f 6d 70  |es a sample comp|
00000df0  61 74 69 62 6c 65 20 77  69 74 68 0a 41 72 6d 61  |atible with.Arma|
00000e00  64 65 75 73 20 61 6e 64  20 69 73 20 61 6c 73 6f  |deus and is also|
00000e10  20 61 20 63 6f 6d 6d 6f  6e 20 66 6f 72 6d 61 74  | a common format|
00000e20  20 66 6f 72 20 73 61 6d  70 6c 65 73 20 75 73 65  | for samples use|
00000e30  64 20 69 6e 20 67 61 6d  65 73 20 65 74 63 2e 0a  |d in games etc..|
00000e40  0a 57 68 65 6e 20 73 61  76 69 6e 67 20 74 72 61  |.When saving tra|
00000e50  63 6b 65 72 20 66 6f 72  6d 61 74 20 70 6c 65 61  |cker format plea|
00000e60  73 65 20 6e 6f 74 65 20  74 68 65 20 66 6f 6c 6c  |se note the foll|
00000e70  6f 77 69 6e 67 2e 20 54  72 61 63 6b 65 72 20 70  |owing. Tracker p|
00000e80  6c 61 63 65 73 20 61 20  6c 69 6d 69 74 0a 6f 66  |laces a limit.of|
00000e90  20 36 34 4b 20 6f 6e 20  74 68 65 20 73 61 6d 70  | 64K on the samp|
00000ea0  6c 65 20 73 69 7a 65 2e  20 51 75 69 63 6b 53 6f  |le size. QuickSo|
00000eb0  75 6e 64 20 63 61 6e 20  73 61 76 65 20 61 20 74  |und can save a t|
00000ec0  72 61 63 6b 65 72 20 66  6f 72 6d 61 74 20 73 61  |racker format sa|
00000ed0  6d 70 6c 65 20 6f 66 20  61 0a 73 69 7a 65 20 67  |mple of a.size g|
00000ee0  72 65 61 74 65 72 20 74  68 61 6e 20 74 68 69 73  |reater than this|
00000ef0  2e 20 54 68 65 20 73 61  6d 70 6c 65 20 77 69 6c  |. The sample wil|
00000f00  6c 20 62 65 20 73 61 76  65 64 20 69 6e 20 73 74  |l be saved in st|
00000f10  61 6e 64 61 72 64 20 74  72 61 63 6b 65 72 0a 66  |andard tracker.f|
00000f20  6f 72 6d 61 74 20 77 69  74 68 20 68 65 61 64 65  |ormat with heade|
00000f30  72 2e 0a 0a 57 68 65 6e  20 65 78 70 6f 72 74 69  |r...When exporti|
00000f40  6e 67 20 61 20 74 72 61  63 6b 65 72 20 66 6f 72  |ng a tracker for|
00000f50  6d 61 74 20 73 61 6d 70  6c 65 20 61 20 68 65 61  |mat sample a hea|
00000f60  64 65 72 20 66 69 6c 65  20 69 73 20 65 78 70 6f  |der file is expo|
00000f70  72 74 65 64 20 61 73 20  70 65 72 20 74 68 65 0a  |rted as per the.|
00000f80  74 72 61 63 6b 65 72 20  68 61 6e 64 20 62 6f 6f  |tracker hand boo|
00000f90  6b 2e 20 53 61 76 65 20  74 72 61 63 6b 65 72 20  |k. Save tracker |
00000fa0  70 65 72 66 6f 72 6d 73  20 61 20 6c 69 6e 20 74  |performs a lin t|
00000fb0  6f 20 6c 6f 67 20 63 6f  6e 76 65 72 73 69 6f 6e  |o log conversion|
00000fc0  20 62 65 66 6f 72 65 0a  73 61 76 69 6e 67 2e 20  | before.saving. |
00000fd0  51 75 69 63 6b 53 6f 75  6e 64 20 74 68 65 6e 20  |QuickSound then |
00000fe0  63 61 72 72 69 65 73 20  6f 75 74 20 61 20 6c 6f  |carries out a lo|
00000ff0  67 20 74 6f 20 6c 69 6e  20 63 6f 6e 76 65 72 73  |g to lin convers|
00001000  69 6f 6e 20 66 6f 72 20  74 68 65 20 73 61 6d 70  |ion for the samp|
00001010  6c 65 0a 72 65 74 61 69  6e 65 64 20 69 6e 20 6d  |le.retained in m|
00001020  65 6d 6f 72 79 2e 20 55  6e 66 6f 72 74 75 6e 61  |emory. Unfortuna|
00001030  74 65 6c 79 20 74 68 69  73 20 69 6e 74 72 6f 64  |tely this introd|
00001040  75 63 65 73 20 6e 6f 69  73 65 20 69 6e 74 6f 20  |uces noise into |
00001050  74 68 65 20 73 61 6d 70  6c 65 20 61 6e 64 0a 77  |the sample and.w|
00001060  69 6c 6c 20 70 72 6f 64  75 63 65 20 69 6e 74 65  |ill produce inte|
00001070  72 66 65 72 65 6e 63 65  20 77 68 65 6e 20 72 65  |rference when re|
00001080  70 6c 61 79 69 6e 67 20  69 6e 20 51 75 69 63 6b  |playing in Quick|
00001090  53 6f 75 6e 64 2c 20 74  68 65 20 73 61 76 65 64  |Sound, the saved|
000010a0  20 74 72 61 63 6b 65 72  0a 73 61 6d 70 6c 65 20  | tracker.sample |
000010b0  77 69 6c 6c 20 68 6f 77  65 76 65 72 20 73 6f 75  |will however sou|
000010c0  6e 64 20 63 6f 72 72 65  63 74 20 77 68 65 6e 20  |nd correct when |
000010d0  75 73 65 64 20 77 69 74  68 20 54 72 61 63 6b 65  |used with Tracke|
000010e0  72 2e 0a 0a 20 20 20 20  20 20 20 20 20 20 0a 45  |r...          .E|
000010f0  46 46 45 43 54 53 20 4d  45 4e 55 0a 2d 2d 2d 2d  |FFECTS MENU.----|
00001100  2d 2d 2d 2d 2d 2d 2d 2d  0a 0a 54 68 65 20 65 66  |--------..The ef|
00001110  66 65 63 74 73 20 6d 65  6e 75 73 20 6c 65 61 64  |fects menus lead|
00001120  73 20 74 6f 20 76 61 72  69 6f 75 73 20 65 66 66  |s to various eff|
00001130  65 63 74 73 20 6f 70 74  69 6f 6e 73 20 74 68 61  |ects options tha|
00001140  74 20 63 61 6e 20 62 65  20 61 70 70 6c 69 65 64  |t can be applied|
00001150  20 74 6f 0a 74 68 65 20  63 75 72 72 65 6e 74 6c  | to.the currentl|
00001160  79 20 6c 6f 61 64 65 64  20 73 61 6d 70 6c 65 2c  |y loaded sample,|
00001170  20 74 68 65 79 20 61 72  65 20 63 75 72 72 65 6e  | they are curren|
00001180  6c 79 20 45 63 68 6f 2c  20 52 65 76 65 72 73 65  |ly Echo, Reverse|
00001190  20 65 6e 74 69 72 65 20  73 61 6d 70 6c 65 2c 0a  | entire sample,.|
000011a0  4d 61 78 20 56 6f 6c 2c  20 52 65 70 6c 61 79 72  |Max Vol, Replayr|
000011b0  61 74 65 2c 20 52 65 73  61 6d 70 6c 65 20 74 68  |ate, Resample th|
000011c0  65 20 73 61 6d 70 6c 65  2e 20 45 61 63 68 20 6f  |e sample. Each o|
000011d0  70 74 69 6f 6e 20 69 73  20 65 78 70 6c 61 69 6e  |ption is explain|
000011e0  65 64 20 62 65 6c 6f 77  20 69 6e 0a 6d 6f 72 65  |ed below in.more|
000011f0  20 64 65 74 61 69 6c 2e  0a 0a 45 63 68 6f 0a 2d  | detail...Echo.-|
00001200  2d 2d 2d 0a 0a 54 68 65  20 66 69 72 73 74 20 6f  |---..The first o|
00001210  70 74 69 6f 6e 20 69 6e  20 74 68 65 20 65 66 66  |ption in the eff|
00001220  65 63 74 73 20 6d 65 6e  75 20 69 73 20 74 68 65  |ects menu is the|
00001230  20 65 63 68 6f 20 6f 70  74 69 6f 6e 2e 20 54 6f  | echo option. To|
00001240  20 65 63 68 6f 20 74 68  65 20 73 61 6d 70 6c 65  | echo the sample|
00001250  0a 69 6e 20 21 51 75 69  63 6b 53 6f 75 6e 64 2c  |.in !QuickSound,|
00001260  20 63 6c 69 63 6b 20 53  45 4c 45 43 54 20 6f 76  | click SELECT ov|
00001270  65 72 20 74 68 65 20 77  6f 72 64 20 65 63 68 6f  |er the word echo|
00001280  2c 20 61 20 77 69 6e 64  6f 77 20 77 69 6c 6c 20  |, a window will |
00001290  61 70 70 65 61 72 20 67  69 76 69 6e 67 20 74 68  |appear giving th|
000012a0  65 0a 65 63 68 6f 20 63  6f 6e 74 72 6f 6c 73 2e  |e.echo controls.|
000012b0  20 53 65 6c 65 63 74 20  74 68 65 20 72 65 71 75  | Select the requ|
000012c0  69 72 65 64 20 64 65 6c  61 79 20 62 75 74 74 6f  |ired delay butto|
000012d0  6e 20 61 6e 64 20 74 68  65 6e 20 73 65 6c 65 63  |n and then selec|
000012e0  74 20 4f 4b 2e 20 54 68  65 0a 70 72 6f 67 72 61  |t OK. The.progra|
000012f0  6d 20 77 69 6c 6c 20 6e  6f 77 20 61 64 64 20 61  |m will now add a|
00001300  6e 20 65 63 68 6f 20 74  6f 20 74 68 65 20 73 61  |n echo to the sa|
00001310  6d 70 6c 65 2e 20 54 68  65 20 68 6f 75 72 20 67  |mple. The hour g|
00001320  6c 61 73 73 20 77 69 6c  6c 20 61 70 70 65 61 72  |lass will appear|
00001330  20 6f 6e 0a 6c 61 72 67  65 72 20 73 61 6d 70 6c  | on.larger sampl|
00001340  65 73 2e 20 54 68 65 72  65 20 61 72 65 20 74 77  |es. There are tw|
00001350  6f 20 73 69 64 65 20 65  66 66 65 63 74 73 20 74  |o side effects t|
00001360  6f 20 61 64 64 69 6e 67  20 61 6e 20 65 63 68 6f  |o adding an echo|
00001370  2c 20 74 68 65 73 65 20  61 72 65 2c 20 74 68 65  |, these are, the|
00001380  0a 6f 76 65 72 61 6c 6c  20 76 6f 6c 75 6d 65 20  |.overall volume |
00001390  6f 66 20 74 68 65 20 73  61 6d 70 6c 65 20 6d 61  |of the sample ma|
000013a0  79 20 62 65 20 20 72 65  64 75 63 65 64 2c 20 74  |y be  reduced, t|
000013b0  68 69 73 20 69 73 20 64  75 65 20 74 6f 20 74 68  |his is due to th|
000013c0  65 20 74 68 65 20 77 61  79 20 69 6e 0a 77 68 69  |e the way in.whi|
000013d0  63 68 20 74 68 65 20 65  63 68 6f 20 69 73 20 61  |ch the echo is a|
000013e0  64 64 65 64 20 74 6f 20  74 68 65 20 73 61 6d 70  |dded to the samp|
000013f0  6c 65 2e 20 54 68 65 20  73 65 63 6f 6e 64 20 61  |le. The second a|
00001400  66 66 65 63 74 73 20 74  68 65 20 6c 65 6e 67 74  |ffects the lengt|
00001410  68 20 6f 66 20 74 68 65  0a 73 61 6d 70 6c 65 2c  |h of the.sample,|
00001420  20 61 64 64 69 6e 67 20  61 6e 20 65 63 68 6f 20  | adding an echo |
00001430  77 69 6c 6c 20 69 6e 63  72 65 61 73 65 20 74 68  |will increase th|
00001440  65 20 6c 65 6e 67 74 68  20 6f 66 20 74 68 65 20  |e length of the |
00001450  73 61 6d 70 6c 65 20 6f  6e 6c 79 20 69 66 20 74  |sample only if t|
00001460  68 65 72 65 0a 69 73 20  65 6e 6f 75 67 68 20 6d  |here.is enough m|
00001470  65 6d 6f 72 79 20 74 6f  20 61 6c 6c 6f 77 20 66  |emory to allow f|
00001480  6f 72 20 74 68 69 73 2e  20 49 66 20 74 68 65 72  |or this. If ther|
00001490  65 20 69 73 20 6e 6f 74  20 65 6e 6f 75 67 68 20  |e is not enough |
000014a0  6d 65 6d 6f 72 79 20 74  68 65 6e 20 74 68 65 0a  |memory then the.|
000014b0  65 6e 64 20 6f 66 20 74  68 65 20 73 61 6d 70 6c  |end of the sampl|
000014c0  65 20 6d 61 79 20 73 6f  75 6e 64 20 61 20 6c 69  |e may sound a li|
000014d0  74 74 6c 65 20 73 74 72  61 6e 67 65 2e 0a 0a 52  |ttle strange...R|
000014e0  65 76 65 72 73 65 0a 2d  2d 2d 2d 2d 2d 2d 0a 0a  |everse.-------..|
000014f0  54 68 69 73 20 6f 70 74  69 6f 6e 20 77 69 6c 6c  |This option will|
00001500  20 72 65 76 65 72 73 65  20 74 68 65 20 65 6e 74  | reverse the ent|
00001510  69 72 65 20 73 61 6d 70  6c 65 2e 20 54 72 79 20  |ire sample. Try |
00001520  72 65 76 65 72 73 69 6e  67 20 61 20 73 61 6d 70  |reversing a samp|
00001530  6c 65 2c 20 74 68 65 6e  0a 61 64 64 69 6e 67 20  |le, then.adding |
00001540  61 6e 20 65 63 68 6f 2c  20 74 68 65 6e 20 72 65  |an echo, then re|
00001550  76 65 72 73 69 6e 67 20  61 20 73 65 63 6f 6e 64  |versing a second|
00001560  20 74 69 6d 65 21 0a 0a  4d 61 78 20 56 6f 6c 75  | time!..Max Volu|
00001570  6d 65 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 0a 54  |me.----------..T|
00001580  68 69 73 20 6f 70 74 69  6f 6e 20 73 63 61 6c 65  |his option scale|
00001590  73 20 74 68 65 20 73 61  6d 70 6c 65 20 73 6f 20  |s the sample so |
000015a0  74 68 61 74 20 74 68 65  20 76 6f 6c 75 6d 65 20  |that the volume |
000015b0  69 73 20 61 73 20 6c 6f  75 64 20 61 73 20 70 6f  |is as loud as po|
000015c0  73 73 69 62 6c 65 0a 77  69 74 68 6f 75 74 20 61  |ssible.without a|
000015d0  64 64 69 6e 67 20 61 6e  79 20 64 69 73 74 6f 72  |dding any distor|
000015e0  74 69 6f 6e 2e 20 54 68  69 73 20 6f 70 74 69 6f  |tion. This optio|
000015f0  6e 20 63 61 6e 20 62 65  20 75 73 65 64 20 61 66  |n can be used af|
00001600  74 65 72 20 61 6e 20 65  63 68 6f 20 68 61 73 0a  |ter an echo has.|
00001610  62 65 65 6e 20 61 70 70  6c 69 65 64 20 69 6e 20  |been applied in |
00001620  6f 72 64 65 72 20 74 6f  20 72 65 63 6f 76 65 72  |order to recover|
00001630  20 61 73 20 6d 75 63 68  20 6f 66 20 74 68 65 20  | as much of the |
00001640  76 6f 6c 75 6d 65 20 61  73 20 70 6f 73 73 69 62  |volume as possib|
00001650  6c 65 20 28 72 65 6d 65  6d 62 65 72 0a 61 64 64  |le (remember.add|
00001660  69 6e 67 20 65 63 68 6f  73 20 77 69 6c 6c 20 72  |ing echos will r|
00001670  65 64 75 63 65 20 74 68  65 20 76 6f 6c 75 6d 65  |educe the volume|
00001680  29 2e 0a 0a 52 65 70 6c  61 79 72 61 74 65 0a 2d  |)...Replayrate.-|
00001690  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 54 68 69 73 20  |---------..This |
000016a0  6f 70 74 69 6f 6e 20 61  6c 6c 6f 77 73 20 74 68  |option allows th|
000016b0  65 20 72 65 70 6c 61 79  72 61 74 65 20 6f 66 20  |e replayrate of |
000016c0  74 68 65 20 73 61 6d 70  6c 65 20 74 6f 20 62 65  |the sample to be|
000016d0  20 63 68 61 6e 67 65 64  20 69 6e 20 6f 72 64 65  | changed in orde|
000016e0  72 20 74 6f 0a 73 70 65  65 64 75 70 20 6f 72 20  |r to.speedup or |
000016f0  73 6c 6f 77 20 64 6f 77  6e 20 74 68 65 20 73 61  |slow down the sa|
00001700  6d 70 6c 65 2e 20 65 67  2c 20 77 68 65 6e 20 69  |mple. eg, when i|
00001710  6d 70 6f 72 74 69 6e 67  20 73 61 6d 70 6c 65 73  |mporting samples|
00001720  20 66 72 6f 6d 20 6f 74  68 65 72 0a 73 6f 75 72  | from other.sour|
00001730  63 65 73 20 73 75 63 68  20 61 73 20 74 68 65 20  |ces such as the |
00001740  4d 61 63 2c 20 50 43 20  65 74 63 2c 20 74 68 65  |Mac, PC etc, the|
00001750  20 73 61 6d 70 6c 65 20  6d 61 79 20 70 6c 61 79  | sample may play|
00001760  20 61 74 20 74 68 65 20  77 72 6f 6e 67 20 73 70  | at the wrong sp|
00001770  65 65 64 2c 20 75 73 65  0a 74 68 69 73 20 6f 70  |eed, use.this op|
00001780  74 69 6f 6e 20 74 6f 20  6f 62 74 61 69 6e 20 74  |tion to obtain t|
00001790  68 65 20 63 6f 72 72 65  63 74 20 72 65 70 6c 61  |he correct repla|
000017a0  79 72 61 74 65 2e 20 57  68 65 6e 20 61 20 73 61  |yrate. When a sa|
000017b0  6d 70 6c 65 20 69 73 20  6c 6f 61 64 65 64 2c 0a  |mple is loaded,.|
000017c0  64 65 70 65 6e 64 69 6e  67 20 6f 6e 20 74 68 65  |depending on the|
000017d0  20 66 6f 72 6d 61 74 20  74 68 65 20 72 65 70 6c  | format the repl|
000017e0  61 79 72 61 74 65 20 77  69 6c 6c 20 62 65 20 61  |ayrate will be a|
000017f0  75 74 6f 6d 61 74 69 63  61 6c 6c 79 20 73 65 74  |utomatically set|
00001800  2e 0a 0a 41 72 6d 61 64  75 65 73 20 73 61 6d 70  |...Armadues samp|
00001810  6c 65 73 20 63 6f 6e 74  61 69 6e 20 74 68 65 20  |les contain the |
00001820  72 65 70 6c 61 79 72 61  74 65 20 66 6f 72 20 74  |replayrate for t|
00001830  68 65 20 73 61 6d 70 6c  65 2e 0a 53 6f 75 6e 64  |he sample..Sound|
00001840  53 79 6e 74 68 20 73 61  6d 70 6c 65 73 20 61 72  |Synth samples ar|
00001850  65 20 73 65 74 20 74 6f  20 32 30 34 38 38 48 7a  |e set to 20488Hz|
00001860  20 34 38 75 53 2f 73 61  6d 70 6c 65 20 62 79 74  | 48uS/sample byt|
00001870  65 2e 0a 52 61 77 20 64  61 74 61 20 73 61 6d 70  |e..Raw data samp|
00001880  6c 65 73 20 61 72 65 20  73 65 74 20 74 6f 20 32  |les are set to 2|
00001890  30 34 38 38 48 7a 20 34  38 75 53 2f 73 61 6d 70  |0488Hz 48uS/samp|
000018a0  6c 65 20 62 79 74 65 2e  0a 54 72 61 63 6b 65 72  |le byte..Tracker|
000018b0  20 66 6f 72 6d 61 74 20  73 61 6d 70 6c 65 20 61  | format sample a|
000018c0  72 65 20 73 65 74 20 74  6f 20 32 39 34 31 31 48  |re set to 29411H|
000018d0  7a 20 33 34 75 53 2f 73  61 6d 70 6c 65 20 62 79  |z 34uS/sample by|
000018e0  74 65 2e 0a 0a 0a 52 65  73 61 6d 70 6c 65 0a 2d  |te....Resample.-|
000018f0  2d 2d 2d 2d 2d 2d 2d 0a  0a 54 68 69 73 20 6f 70  |-------..This op|
00001900  74 69 6f 6e 20 61 6c 6c  6f 77 73 20 74 68 65 20  |tion allows the |
00001910  73 61 6d 70 6c 65 20 64  61 74 61 20 74 6f 20 62  |sample data to b|
00001920  65 20 70 72 6f 63 65 73  73 65 64 20 73 6f 20 74  |e processed so t|
00001930  68 61 74 20 74 68 65 20  73 61 6d 70 6c 65 0a 63  |hat the sample.c|
00001940  68 61 6e 67 65 73 20 69  6e 20 73 69 7a 65 20 62  |hanges in size b|
00001950  79 20 72 65 73 61 6d 70  6c 69 6e 67 20 61 74 20  |y resampling at |
00001960  61 20 64 69 66 66 65 72  65 6e 74 20 66 72 65 71  |a different freq|
00001970  75 65 6e 63 79 2e 20 49  74 20 69 73 20 75 73 65  |uency. It is use|
00001980  66 75 6c 20 77 68 65 72  65 0a 79 6f 75 20 6e 65  |ful where.you ne|
00001990  65 64 20 74 6f 20 72 65  64 75 63 65 20 74 68 65  |ed to reduce the|
000019a0  20 73 69 7a 65 20 6f 66  20 61 20 73 61 6d 70 6c  | size of a sampl|
000019b0  65 20 77 69 74 68 6f 75  74 20 63 68 61 6e 67 69  |e without changi|
000019c0  6e 67 20 69 74 73 20 73  70 65 65 64 2e 20 41 20  |ng its speed. A |
000019d0  73 65 63 6f 6e 64 0a 75  73 65 20 6f 66 20 74 68  |second.use of th|
000019e0  69 73 20 66 75 6e 63 74  69 6f 6e 20 77 6f 75 6c  |is function woul|
000019f0  64 20 62 65 20 74 6f 20  72 65 73 61 6d 70 6c 65  |d be to resample|
00001a00  20 61 20 6e 75 6d 62 65  72 20 6f 66 20 73 61 6d  | a number of sam|
00001a10  70 6c 65 73 20 73 6f 20  74 68 61 74 20 74 68 65  |ples so that the|
00001a20  79 0a 61 72 65 20 61 6c  6c 20 61 74 20 74 68 65  |y.are all at the|
00001a30  20 73 61 6d 65 20 73 61  6d 70 6c 65 72 61 74 65  | same samplerate|
00001a40  2e 20 54 68 69 73 20 65  6e 73 75 72 65 73 20 74  |. This ensures t|
00001a50  68 61 74 20 77 68 65 6e  20 61 20 67 72 6f 75 70  |hat when a group|
00001a60  20 6f 66 20 73 61 6d 70  6c 65 73 0a 61 72 65 20  | of samples.are |
00001a70  70 6c 61 79 65 64 20 62  79 20 61 6e 20 65 78 74  |played by an ext|
00001a80  65 72 6e 61 6c 20 73 6f  75 72 63 65 20 74 68 65  |ernal source the|
00001a90  79 20 61 6c 6c 20 73 6f  75 6e 64 20 61 74 20 74  |y all sound at t|
00001aa0  68 65 20 73 61 6d 65 20  70 69 74 63 68 2e 0a 0a  |he same pitch...|
00001ab0  48 6f 77 65 76 65 72 20  69 74 20 73 68 6f 75 6c  |However it shoul|
00001ac0  64 20 62 65 20 6e 6f 74  65 64 20 74 68 61 74 20  |d be noted that |
00001ad0  72 65 73 61 6d 70 6c 69  6e 67 20 61 74 20 74 6f  |resampling at to|
00001ae0  6f 20 6c 6f 77 20 61 20  66 72 65 71 75 65 6e 63  |o low a frequenc|
00001af0  79 20 77 69 6c 6c 20 6c  6f 77 65 72 0a 74 68 65  |y will lower.the|
00001b00  20 71 75 61 6c 69 74 79  20 6f 66 20 74 68 65 20  | quality of the |
00001b10  73 61 6d 70 6c 65 20 6e  6f 74 69 63 65 61 62 6c  |sample noticeabl|
00001b20  79 2e 0a 0a 43 4f 4e 56  45 52 54 20 4d 45 4e 55  |y...CONVERT MENU|
00001b30  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 20 0a 0a  |.------------ ..|
00001b40  54 68 65 20 6c 61 73 74  20 6d 65 6e 75 20 6f 70  |The last menu op|
00001b50  74 69 6f 6e 20 69 73 20  74 68 65 20 63 6f 6e 76  |tion is the conv|
00001b60  65 72 73 69 6f 6e 20 6d  65 6e 75 2e 20 43 75 72  |ersion menu. Cur|
00001b70  72 65 6e 74 20 63 6f 6e  76 65 72 73 69 6f 6e 73  |rent conversions|
00001b80  20 61 72 65 0a 53 69 67  6e 65 64 2f 55 6e 73 69  | are.Signed/Unsi|
00001b90  67 6e 65 64 2c 20 4c 6f  67 20 74 6f 20 4c 69 6e  |gned, Log to Lin|
00001ba0  2c 20 4c 69 6e 20 74 6f  20 4c 6f 67 2e 20 41 67  |, Lin to Log. Ag|
00001bb0  61 69 6e 20 65 61 63 68  20 6f 66 20 74 68 65 73  |ain each of thes|
00001bc0  65 20 61 72 65 20 65 78  70 6c 61 69 6e 65 64 0a  |e are explained.|
00001bd0  62 65 6c 6f 77 2e 0a 0a  53 69 67 6e 65 64 0a 2d  |below...Signed.-|
00001be0  2d 2d 2d 2d 2d 0a 0a 54  68 69 73 20 6f 70 74 69  |-----..This opti|
00001bf0  6f 6e 20 63 68 61 6e 67  65 73 20 74 68 65 20 73  |on changes the s|
00001c00  61 6d 70 6c 65 20 62 65  74 77 65 65 6e 20 73 69  |ample between si|
00001c10  67 6e 65 64 20 61 6e 64  20 75 6e 73 69 67 6e 65  |gned and unsigne|
00001c20  64 2e 20 54 68 69 73 20  70 72 6f 63 65 73 73 0a  |d. This process.|
00001c30  74 61 6b 65 73 20 65 76  65 72 79 20 73 61 6d 70  |takes every samp|
00001c40  6c 65 20 62 79 74 65 20  31 20 61 74 20 61 20 74  |le byte 1 at a t|
00001c50  69 6d 65 20 61 6e 64 20  69 6e 76 65 72 74 73 20  |ime and inverts |
00001c60  74 68 65 20 74 6f 70 20  62 69 74 2c 20 61 6e 64  |the top bit, and|
00001c70  20 61 73 20 61 20 72 65  73 75 6c 74 0a 74 68 65  | as a result.the|
00001c80  20 73 61 6d 70 6c 65 20  69 6e 20 6d 65 6d 6f 72  | sample in memor|
00001c90  79 20 63 68 61 6e 67 65  73 2e 20 54 68 69 73 20  |y changes. This |
00001ca0  6f 70 74 69 6f 6e 20 63  61 6e 20 62 65 20 75 73  |option can be us|
00001cb0  65 64 20 61 73 20 6d 61  6e 79 20 74 69 6d 65 73  |ed as many times|
00001cc0  20 61 73 20 79 6f 75 0a  6c 69 6b 65 20 77 69 74  | as you.like wit|
00001cd0  68 6f 75 74 20 61 6e 79  20 66 6f 72 6d 20 6f 66  |hout any form of|
00001ce0  20 64 69 73 74 6f 72 74  69 6f 6e 20 62 65 69 6e  | distortion bein|
00001cf0  67 20 61 64 64 65 64 20  74 6f 20 74 68 65 20 73  |g added to the s|
00001d00  61 6d 70 6c 65 2e 20 54  68 69 73 0a 63 6f 6e 76  |ample. This.conv|
00001d10  65 72 73 69 6f 6e 20 69  73 20 75 73 65 66 75 6c  |ersion is useful|
00001d20  20 77 68 65 6e 20 69 6d  70 6f 72 74 69 6e 67 20  | when importing |
00001d30  73 61 6d 70 6c 65 73 20  66 72 6f 6d 20 74 68 65  |samples from the|
00001d40  20 41 74 61 72 69 20 53  54 20 6f 72 20 50 43 0a  | Atari ST or PC.|
00001d50  43 6f 6d 70 61 74 69 61  62 6c 65 73 2e 0a 0a 4c  |Compatiables...L|
00001d60  6f 67 20 74 6f 20 4c 69  6e 0a 2d 2d 2d 2d 2d 2d  |og to Lin.------|
00001d70  2d 2d 2d 2d 0a 0a 54 68  69 73 20 6f 70 74 69 6f  |----..This optio|
00001d80  6e 20 63 68 61 6e 67 65  73 20 74 68 65 20 73 61  |n changes the sa|
00001d90  6d 70 6c 65 20 69 6e 20  6d 65 6d 6f 72 79 20 66  |mple in memory f|
00001da0  72 6f 6d 20 61 20 6c 6f  67 20 62 61 73 65 64 20  |rom a log based |
00001db0  73 61 6d 70 6c 65 20 74  6f 20 61 20 6c 69 6e 65  |sample to a line|
00001dc0  61 72 0a 62 61 73 65 64  20 73 61 6d 70 6c 65 2e  |ar.based sample.|
00001dd0  20 54 68 69 73 20 70 72  6f 63 65 73 73 20 77 69  | This process wi|
00001de0  6c 6c 20 69 6e 74 72 6f  64 75 63 65 20 64 69 73  |ll introduce dis|
00001df0  74 6f 72 74 69 6f 6e 2e  20 54 6f 20 63 6f 6e 76  |tortion. To conv|
00001e00  65 72 74 20 74 68 65 20  73 61 6d 70 6c 65 0a 62  |ert the sample.b|
00001e10  61 63 6b 20 74 6f 20 74  68 65 20 6f 72 67 69 6e  |ack to the orgin|
00001e20  61 6c 20 66 6f 72 6d 20  75 73 65 20 74 68 65 20  |al form use the |
00001e30  4c 69 6e 20 74 6f 20 4c  6f 67 20 6f 70 74 69 6f  |Lin to Log optio|
00001e40  6e 2e 0a 0a 4c 69 6e 20  74 6f 20 4c 6f 67 0a 2d  |n...Lin to Log.-|
00001e50  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 54 68 69 73 20  |---------..This |
00001e60  6f 70 74 69 6f 6e 20 63  68 61 6e 67 65 20 74 68  |option change th|
00001e70  65 20 73 61 6d 70 6c 65  20 69 6e 20 6d 65 6d 6f  |e sample in memo|
00001e80  72 79 20 66 72 6f 6d 20  61 20 20 6c 69 6e 65 61  |ry from a  linea|
00001e90  72 20 62 61 73 65 64 20  73 61 6d 70 6c 65 20 74  |r based sample t|
00001ea0  6f 20 61 20 6c 6f 67 0a  62 61 73 65 64 20 73 61  |o a log.based sa|
00001eb0  6d 70 6c 65 2e 20 54 68  69 73 20 70 72 6f 63 65  |mple. This proce|
00001ec0  73 73 20 77 69 6c 6c 20  69 6e 74 72 6f 64 75 63  |ss will introduc|
00001ed0  65 20 64 69 73 74 6f 72  74 69 6f 6e 2e 20 54 68  |e distortion. Th|
00001ee0  69 73 20 6f 70 74 69 6f  6e 20 69 73 20 75 73 65  |is option is use|
00001ef0  66 75 6c 0a 77 68 65 6e  20 74 72 61 6e 73 66 65  |ful.when transfe|
00001f00  72 72 69 6e 67 20 73 61  6d 70 6c 65 73 20 74 6f  |rring samples to|
00001f10  20 6f 74 68 65 72 20 63  6f 6d 70 75 74 65 72 73  | other computers|
00001f20  20 73 75 63 68 20 61 73  20 74 68 65 20 41 6d 69  | such as the Ami|
00001f30  67 61 2e 0a 0a 57 68 65  6e 20 75 73 69 6e 67 20  |ga...When using |
00001f40  4c 69 6e 20 74 6f 20 4c  6f 67 20 61 6e 64 20 4c  |Lin to Log and L|
00001f50  6f 67 20 74 6f 20 4c 69  6e 20 64 69 73 74 6f 72  |og to Lin distor|
00001f60  74 69 6f 6e 20 77 69 6c  6c 20 6f 63 63 75 72 2e  |tion will occur.|
00001f70  20 54 68 69 73 20 69 73  20 62 65 63 61 75 73 65  | This is because|
00001f80  0a 6f 66 20 74 68 65 20  70 72 6f 63 65 73 73 69  |.of the processi|
00001f90  6e 67 20 75 73 65 64 2e  0a 0a 0a 4b 45 59 42 4f  |ng used....KEYBO|
00001fa0  41 52 44 0a 2d 2d 2d 2d  2d 2d 2d 2d 0a 0a 54 68  |ARD.--------..Th|
00001fb0  69 73 20 6f 70 74 69 6f  6e 20 61 6c 6c 6f 77 73  |is option allows|
00001fc0  20 74 68 65 20 73 61 6d  70 6c 65 20 74 6f 20 62  | the sample to b|
00001fd0  65 20 70 6c 61 79 65 64  20 66 72 6f 6d 20 61 20  |e played from a |
00001fe0  64 65 73 6b 74 6f 70 20  6d 75 73 69 63 61 6c 20  |desktop musical |
00001ff0  6b 65 79 62 6f 61 72 64  2e 20 0a 54 6f 20 70 6c  |keyboard. .To pl|
00002000  61 79 20 61 20 6e 6f 74  65 20 63 6c 69 63 6b 20  |ay a note click |
00002010  53 45 4c 45 43 54 20 6f  76 65 72 20 61 20 6b 65  |SELECT over a ke|
00002020  79 20 6f 6e 20 74 68 65  20 6b 65 79 62 6f 61 72  |y on the keyboar|
00002030  64 2e 20 54 68 65 20 27  41 75 74 6f 20 4b 65 79  |d. The 'Auto Key|
00002040  27 0a 62 75 74 74 6f 6e  20 61 75 74 6f 6d 61 74  |'.button automat|
00002050  69 63 61 6c 6c 79 20 70  6c 61 79 73 20 65 61 63  |ically plays eac|
00002060  68 20 6e 6f 74 65 20 61  73 20 74 68 65 20 70 6f  |h note as the po|
00002070  69 6e 74 65 72 20 70 61  73 73 65 73 20 6f 76 65  |inter passes ove|
00002080  72 20 74 68 65 20 6b 65  79 73 2e 0a 0a 0a 51 55  |r the keys....QU|
00002090  49 54 54 49 4e 47 0a 2d  2d 2d 2d 2d 2d 2d 2d 0a  |ITTING.--------.|
000020a0  0a 54 6f 20 63 6c 6f 73  65 20 74 68 65 20 73 61  |.To close the sa|
000020b0  6d 70 6c 65 20 77 69 6e  64 6f 77 20 74 65 6d 70  |mple window temp|
000020c0  6f 72 61 72 69 6c 79 20  75 73 65 20 74 68 65 20  |orarily use the |
000020d0  63 6c 6f 73 65 20 62 6f  78 20 6f 6e 20 74 68 65  |close box on the|
000020e0  20 74 69 74 6c 65 20 62  61 72 2e 0a 54 6f 20 72  | title bar..To r|
000020f0  65 6f 70 65 6e 20 74 68  65 20 77 69 6e 64 6f 77  |eopen the window|
00002100  20 61 67 61 69 6e 20 63  6c 69 63 6b 20 53 45 4c  | again click SEL|
00002110  45 43 54 20 6f 6e 20 74  68 65 20 69 63 6f 6e 62  |ECT on the iconb|
00002120  61 72 20 69 63 6f 6e 2e  20 4e 6f 74 65 20 75 6e  |ar icon. Note un|
00002130  6c 65 73 73 20 61 0a 73  61 6d 70 6c 65 20 69 73  |less a.sample is|
00002140  20 6c 6f 61 64 65 64 20  74 68 65 6e 20 74 68 65  | loaded then the|
00002150  20 77 69 6e 64 6f 77 20  77 69 6c 6c 20 6e 6f 74  | window will not|
00002160  20 64 69 73 70 6c 61 79  2e 0a 0a 54 6f 20 71 75  | display...To qu|
00002170  69 74 20 51 75 69 63 6b  53 6f 75 6e 64 20 63 6f  |it QuickSound co|
00002180  6d 70 6c 65 74 65 6c 79  20 73 65 6c 65 63 74 20  |mpletely select |
00002190  51 75 69 74 20 66 72 6f  6d 20 74 68 65 20 69 63  |Quit from the ic|
000021a0  6f 6e 62 61 72 20 6d 65  6e 75 2e 0a 0a 0a 43 4f  |onbar menu....CO|
000021b0  4e 46 49 47 55 52 49 4e  47 20 51 55 49 43 4b 53  |NFIGURING QUICKS|
000021c0  4f 55 4e 44 0a 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |OUND.-----------|
000021d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 54 68 65  |-----------..The|
000021e0  20 6d 61 78 69 6d 75 6d  20 73 69 7a 65 20 6f 66  | maximum size of|
000021f0  20 61 20 73 61 6d 70 6c  65 20 74 68 61 74 20 63  | a sample that c|
00002200  61 6e 20 62 65 20 6c 6f  61 64 65 64 20 69 73 20  |an be loaded is |
00002210  67 69 76 65 6e 20 62 79  20 61 20 73 79 73 74 65  |given by a syste|
00002220  6d 0a 76 61 72 69 61 62  6c 65 20 69 6e 20 74 68  |m.variable in th|
00002230  65 20 21 52 75 6e 20 66  69 6c 65 20 6f 66 20 51  |e !Run file of Q|
00002240  75 69 63 6b 53 6f 75 6e  64 2c 20 77 68 69 63 68  |uickSound, which|
00002250  20 69 73 20 4d 61 78 53  61 6d 70 6c 65 53 69 7a  | is MaxSampleSiz|
00002260  65 2e 20 54 6f 20 63 68  61 6e 67 65 0a 74 68 69  |e. To change.thi|
00002270  73 2c 20 6c 6f 61 64 20  21 52 75 6e 20 69 6e 74  |s, load !Run int|
00002280  6f 20 65 64 69 74 20 61  6e 64 20 63 68 61 6e 67  |o edit and chang|
00002290  65 20 74 68 65 20 76 61  6c 75 65 2e 20 54 68 65  |e the value. The|
000022a0  20 76 61 6c 75 65 20 69  73 20 74 68 65 20 6e 75  | value is the nu|
000022b0  6d 62 65 72 20 6f 66 0a  31 4b 20 28 31 4b 20 3d  |mber of.1K (1K =|
000022c0  20 31 30 32 34 20 62 79  74 65 73 29 20 63 68 75  | 1024 bytes) chu|
000022d0  6e 6b 73 20 74 6f 20 62  65 20 75 73 65 64 2e 20  |nks to be used. |
000022e0  65 67 2e 0a 0a 53 65 74  20 4d 61 78 53 61 6d 70  |eg...Set MaxSamp|
000022f0  6c 65 53 69 7a 65 20 31  30 32 34 0a 0a 54 68 65  |leSize 1024..The|
00002300  20 61 62 6f 76 65 20 77  6f 75 6c 64 20 67 69 76  | above would giv|
00002310  65 20 61 20 6d 61 78 20  73 61 6d 70 6c 65 20 73  |e a max sample s|
00002320  69 7a 65 20 6f 66 20 31  30 32 34 2a 31 30 32 34  |ize of 1024*1024|
00002330  20 62 79 74 65 73 20 28  69 65 20 31 30 34 38 35  | bytes (ie 10485|
00002340  37 36 20 6f 72 20 61 0a  6d 65 67 61 62 79 74 65  |76 or a.megabyte|
00002350  29 2e 20 54 68 65 20 6d  65 6d 6f 72 79 20 69 73  |). The memory is|
00002360  20 63 6c 61 69 6d 65 64  20 66 72 6f 6d 20 74 68  | claimed from th|
00002370  65 20 52 4d 41 20 28 52  65 6c 6f 63 61 74 61 62  |e RMA (Relocatab|
00002380  6c 65 20 4d 6f 64 75 6c  65 20 41 72 65 61 29 0a  |le Module Area).|
00002390  74 68 65 72 65 66 6f 72  65 20 79 6f 75 20 6e 65  |therefore you ne|
000023a0  65 64 20 74 6f 20 68 61  76 65 20 74 68 69 73 20  |ed to have this |
000023b0  6d 75 63 68 20 6d 65 6d  6f 72 79 20 73 70 61 72  |much memory spar|
000023c0  65 20 20 77 68 65 6e 20  51 75 69 63 6b 53 6f 75  |e  when QuickSou|
000023d0  6e 64 20 69 73 0a 6c 6f  61 64 65 64 2e 20 4e 6f  |nd is.loaded. No|
000023e0  74 65 20 74 68 61 74 20  77 68 65 6e 20 79 6f 75  |te that when you|
000023f0  20 71 75 69 74 20 21 51  75 69 63 6b 53 6f 75 6e  | quit !QuickSoun|
00002400  64 20 74 68 65 20 6d 65  6d 6f 72 79 20 69 73 20  |d the memory is |
00002410  72 65 6c 65 61 73 65 64  20 62 61 63 6b 20 74 6f  |released back to|
00002420  0a 74 68 65 20 73 79 73  74 65 6d 2c 20 62 75 74  |.the system, but|
00002430  20 64 75 65 20 74 6f 20  74 68 65 20 77 61 79 20  | due to the way |
00002440  52 49 53 43 4f 53 20 75  73 65 73 20 74 68 65 20  |RISCOS uses the |
00002450  52 4d 41 20 74 68 69 73  20 6d 65 6d 6f 72 79 20  |RMA this memory |
00002460  6d 61 79 20 6e 6f 74 20  62 65 0a 70 61 73 73 65  |may not be.passe|
00002470  64 20 62 61 63 6b 20 74  6f 20 74 68 65 20 75 73  |d back to the us|
00002480  65 72 2e 20 49 6e 20 74  68 69 73 20 63 61 73 65  |er. In this case|
00002490  20 79 6f 75 20 77 69 6c  6c 20 68 61 76 65 20 74  | you will have t|
000024a0  6f 20 72 65 73 65 74 20  74 68 65 20 6d 61 63 68  |o reset the mach|
000024b0  69 6e 65 20 69 66 0a 79  6f 75 20 6e 65 65 64 20  |ine if.you need |
000024c0  74 6f 20 75 73 65 20 74  68 69 73 20 6d 65 6d 6f  |to use this memo|
000024d0  72 79 2e 20 50 6c 65 61  73 65 20 6e 6f 74 65 20  |ry. Please note |
000024e0  74 68 61 74 20 61 73 20  77 65 6c 6c 20 61 73 20  |that as well as |
000024f0  74 68 65 20 73 61 6d 70  6c 65 20 73 69 7a 65 20  |the sample size |
00002500  79 6f 75 0a 77 69 73 68  20 74 6f 20 75 73 65 2c  |you.wish to use,|
00002510  20 74 68 65 20 70 72 6f  67 72 61 6d 20 77 69 6c  | the program wil|
00002520  6c 20 61 6c 73 6f 20 63  6c 61 69 6d 20 61 6e 20  |l also claim an |
00002530  65 78 74 72 61 20 38 4b  20 66 6f 72 20 69 74 73  |extra 8K for its|
00002540  20 6f 77 6e 20 75 73 65  2e 20 49 66 20 74 68 65  | own use. If the|
00002550  0a 70 72 6f 67 72 61 6d  20 63 61 6e 6e 6f 74 20  |.program cannot |
00002560  63 6c 61 69 6d 20 74 68  65 20 6d 65 6d 6f 72 79  |claim the memory|
00002570  20 61 6e 20 65 72 72 6f  72 20 77 69 6c 6c 20 62  | an error will b|
00002580  65 20 67 69 76 65 6e 20  61 6e 64 20 79 6f 75 20  |e given and you |
00002590  77 69 6c 6c 20 68 61 76  65 20 74 6f 0a 66 72 65  |will have to.fre|
000025a0  65 20 73 6f 6d 65 20 6d  65 6d 6f 72 79 20 66 72  |e some memory fr|
000025b0  6f 6d 20 6f 74 68 65 72  20 63 75 72 72 65 6e 74  |om other current|
000025c0  6c 79 20 6c 6f 61 64 65  64 20 70 72 6f 67 72 61  |ly loaded progra|
000025d0  6d 73 2e 0a 0a 0a 49 43  4f 4e 42 41 52 20 4d 45  |ms....ICONBAR ME|
000025e0  4e 55 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |NU.------------.|
000025f0  0a 43 6c 69 63 6b 69 6e  67 20 4d 45 4e 55 20 6f  |.Clicking MENU o|
00002600  76 65 72 20 74 68 65 20  69 63 6f 6e 20 6f 6e 20  |ver the icon on |
00002610  74 68 65 20 69 63 6f 6e  62 61 72 20 77 69 6c 6c  |the iconbar will|
00002620  20 62 72 69 6e 67 20 75  70 20 61 20 6d 65 6e 75  | bring up a menu|
00002630  20 77 69 74 68 20 34 0a  6f 70 74 69 6f 6e 73 2e  | with 4.options.|
00002640  0a 0a 49 6e 66 6f 0a 2d  2d 2d 2d 0a 0a 54 68 69  |..Info.----..Thi|
00002650  73 20 6f 70 74 69 6f 6e  20 6c 65 61 64 73 20 74  |s option leads t|
00002660  6f 20 61 20 73 74 61 6e  64 61 72 64 20 52 49 53  |o a standard RIS|
00002670  43 4f 53 20 70 72 6f 67  72 61 6d 20 69 6e 66 6f  |COS program info|
00002680  72 6d 61 74 69 6f 6e 20  62 6f 78 2e 0a 0a 4c 65  |rmation box...Le|
00002690  61 66 6e 61 6d 65 0a 2d  2d 2d 2d 2d 2d 2d 2d 0a  |afname.--------.|
000026a0  0a 54 68 69 73 20 6f 70  74 69 6f 6e 20 69 73 20  |.This option is |
000026b0  75 73 65 64 20 74 6f 20  63 6f 6e 74 72 6f 6c 20  |used to control |
000026c0  74 68 65 20 66 69 6c 65  6e 61 6d 65 73 20 66 6f  |the filenames fo|
000026d0  72 20 74 68 65 20 76 61  72 69 6f 75 73 20 73 61  |r the various sa|
000026e0  76 65 20 62 6f 78 65 73  2e 0a 57 69 74 68 20 74  |ve boxes..With t|
000026f0  68 65 20 6f 70 74 69 6f  6e 20 74 69 63 6b 65 64  |he option ticked|
00002700  20 74 68 65 20 73 61 76  65 20 6e 61 6d 65 20 77  | the save name w|
00002710  69 6c 6c 20 62 65 20 74  68 65 20 73 61 6d 65 20  |ill be the same |
00002720  61 73 20 74 68 61 74 20  6c 6f 61 64 65 64 2c 20  |as that loaded, |
00002730  77 69 74 68 0a 6f 70 74  69 6f 6e 20 75 6e 74 69  |with.option unti|
00002740  63 6b 65 64 20 74 68 65  20 73 61 76 65 20 6e 61  |cked the save na|
00002750  6d 65 20 77 69 6c 6c 20  62 65 20 74 68 61 74 20  |me will be that |
00002760  6f 66 20 74 68 65 20 73  61 6d 70 6c 65 20 74 79  |of the sample ty|
00002770  70 65 2e 0a 0a 56 49 44  43 0a 2d 2d 2d 2d 0a 0a  |pe...VIDC.----..|
00002780  54 68 69 73 20 6f 70 74  69 6f 6e 20 69 73 20 75  |This option is u|
00002790  73 65 64 20 77 68 65 6e  20 75 73 69 6e 67 20 6d  |sed when using m|
000027a0  6f 64 65 73 20 74 68 61  74 20 75 73 65 20 74 68  |odes that use th|
000027b0  65 20 56 49 44 43 20 45  6e 68 61 6e 63 65 72 2e  |e VIDC Enhancer.|
000027c0  20 49 6e 20 74 68 65 73  65 0a 6d 6f 64 65 73 20  | In these.modes |
000027d0  74 68 65 20 63 6c 6f 63  6b 20 72 61 74 65 20 74  |the clock rate t|
000027e0  6f 20 74 68 65 20 56 49  44 43 20 28 56 49 44 43  |o the VIDC (VIDC|
000027f0  20 63 6f 6e 74 72 6f 6c  73 20 73 6f 75 6e 64 20  | controls sound |
00002800  67 65 6e 65 72 61 74 69  6f 6e 29 20 63 68 69 70  |generation) chip|
00002810  20 69 73 0a 69 6e 63 72  65 61 73 65 64 2c 20 74  | is.increased, t|
00002820  68 69 73 20 6d 65 61 6e  73 20 74 68 61 74 20 74  |his means that t|
00002830  68 65 20 73 61 6d 70 6c  65 20 77 69 6c 6c 20 70  |he sample will p|
00002840  6c 61 79 20 66 61 73 74  65 72 20 74 68 61 6e 20  |lay faster than |
00002850  6e 6f 72 6d 61 6c 2c 20  77 69 74 68 20 74 68 65  |normal, with the|
00002860  0a 56 49 44 43 20 6f 70  74 69 6f 6e 20 74 69 63  |.VIDC option tic|
00002870  6b 65 64 20 51 75 69 63  6b 53 6f 75 6e 64 20 77  |ked QuickSound w|
00002880  69 6c 6c 20 63 6f 6d 70  65 6e 73 61 74 65 20 66  |ill compensate f|
00002890  6f 72 20 74 68 69 73 2e  0a 0a 51 75 69 74 0a 2d  |or this...Quit.-|
000028a0  2d 2d 2d 0a 0a 54 68 69  73 20 6f 70 74 69 6f 6e  |---..This option|
000028b0  20 61 6c 6c 6f 77 73 20  74 68 65 20 75 73 65 72  | allows the user|
000028c0  20 74 6f 20 71 75 69 74  20 51 75 69 63 6b 53 6f  | to quit QuickSo|
000028d0  75 6e 64 2e 20 49 66 20  74 68 65 20 63 75 72 72  |und. If the curr|
000028e0  65 6e 74 20 73 61 6d 70  6c 65 20 69 73 0a 6d 6f  |ent sample is.mo|
000028f0  64 69 66 69 65 64 20 61  6e 64 20 6e 6f 74 20 73  |dified and not s|
00002900  61 76 65 64 20 74 68 65  6e 20 51 75 69 63 6b 53  |aved then QuickS|
00002910  6f 75 6e 64 20 61 73 6b  73 20 74 68 65 20 75 73  |ound asks the us|
00002920  65 72 20 74 6f 20 63 6f  6e 66 69 72 6d 20 74 68  |er to confirm th|
00002930  65 20 71 75 69 74 2e 0a  41 6c 73 6f 20 73 65 65  |e quit..Also see|
00002940  20 6e 6f 74 65 73 20 6f  6e 20 6d 65 6d 6f 72 79  | notes on memory|
00002950  20 61 62 6f 76 65 2e 0a  0a 0a a9 20 44 65 73 6b  | above..... Desk|
00002960  74 6f 70 20 50 72 6f 6a  65 63 74 73 20 31 39 39  |top Projects 199|
00002970  32 0a 0a 56 65 72 73 69  6f 6e 20 31 2e 30 30 0a  |2..Version 1.00.|
00002980  0a 46 69 72 73 74 20 69  6d 70 72 65 73 73 69 6f  |.First impressio|
00002990  6e 20 41 75 67 75 73 74  20 31 39 39 32 0a 0a 41  |n August 1992..A|
000029a0  6c 6c 20 72 69 67 68 74  73 20 72 65 73 65 72 76  |ll rights reserv|
000029b0  65 64 2e 20 54 68 65 20  21 51 75 69 63 6b 53 6e  |ed. The !QuickSn|
000029c0  64 20 63 6f 6e 74 61 69  6e 65 64 20 6f 6e 20 74  |d contained on t|
000029d0  68 69 73 20 64 69 73 63  20 69 73 20 75 6e 69 71  |his disc is uniq|
000029e0  75 65 20 61 6e 64 20 69  73 20 6e 6f 74 0a 61 76  |ue and is not.av|
000029f0  61 69 6c 61 62 6c 65 20  65 6c 73 65 77 68 65 72  |ailable elsewher|
00002a00  65 20 69 6e 20 61 6e 79  20 66 6f 72 6d 2e 20 21  |e in any form. !|
00002a10  51 75 69 63 6b 53 6e 64  20 69 73 20 4e 4f 54 20  |QuickSnd is NOT |
00002a20  69 6e 20 74 68 65 20 70  75 62 6c 69 63 20 64 6f  |in the public do|
00002a30  6d 61 69 6e 2e 0a 0a 44  65 73 6b 74 6f 70 20 50  |main...Desktop P|
00002a40  72 6f 6a 65 63 74 73 20  68 61 76 65 20 6e 6f 20  |rojects have no |
00002a50  64 69 72 65 63 74 20 63  6f 6e 74 72 6f 6c 20 6f  |direct control o|
00002a60  76 65 72 20 74 68 65 20  75 73 65 20 74 6f 20 77  |ver the use to w|
00002a70  68 69 63 68 20 74 68 69  73 20 70 72 6f 64 75 63  |hich this produc|
00002a80  74 20 69 73 20 70 75 74  0a 61 6e 64 20 74 68 65  |t is put.and the|
00002a90  72 65 66 6f 72 65 20 6f  66 66 65 72 20 6e 6f 20  |refore offer no |
00002aa0  77 61 72 72 61 6e 74 79  2c 20 69 6d 70 6c 69 65  |warranty, implie|
00002ab0  64 20 6f 72 20 6f 74 68  65 72 77 69 73 65 2c 20  |d or otherwise, |
00002ac0  72 65 6c 61 74 69 6e 67  20 74 6f 20 69 74 73 20  |relating to its |
00002ad0  75 73 65 0a 66 6f 72 20  61 6e 79 20 70 75 72 70  |use.for any purp|
00002ae0  6f 73 65 20 6f 74 68 65  72 20 74 68 61 6e 20 74  |ose other than t|
00002af0  68 61 74 20 66 6f 72 20  77 68 69 63 68 20 69 74  |hat for which it|
00002b00  20 69 73 20 69 6e 74 65  6e 64 65 64 2e 0a 0a 54  | is intended...T|
00002b10  68 65 20 70 72 6f 64 75  63 74 20 64 65 73 63 72  |he product descr|
00002b20  69 62 65 64 20 69 6e 20  74 68 69 73 20 6d 61 6e  |ibed in this man|
00002b30  75 61 6c 20 69 73 20 74  68 65 20 73 75 62 6a 65  |ual is the subje|
00002b40  63 74 20 6f 66 20 63 6f  6e 74 69 6e 75 6f 75 73  |ct of continuous|
00002b50  20 64 65 76 65 6c 6f 70  6d 65 6e 74 0a 61 6e 64  | development.and|
00002b60  2c 20 77 68 69 6c 65 20  61 6c 6c 20 65 66 66 6f  |, while all effo|
00002b70  72 74 73 20 61 72 65 20  74 61 6b 65 6e 20 74 6f  |rts are taken to|
00002b80  20 65 6e 73 75 72 65 20  74 68 61 74 20 74 68 65  | ensure that the|
00002b90  20 69 6e 66 6f 72 6d 61  74 69 6f 6e 20 67 69 76  | information giv|
00002ba0  65 6e 20 69 73 0a 63 6f  72 72 65 63 74 2c 20 44  |en is.correct, D|
00002bb0  65 73 6b 74 6f 70 20 50  72 6f 6a 65 63 74 73 20  |esktop Projects |
00002bc0  63 61 6e 6e 6f 74 20 61  63 63 65 70 74 20 61 6e  |cannot accept an|
00002bd0  79 20 6c 69 61 62 69 6c  69 74 79 20 66 6f 72 20  |y liability for |
00002be0  61 6e 79 20 6c 6f 73 73  20 6f 72 20 64 61 6d 61  |any loss or dama|
00002bf0  67 65 0a 72 65 73 75 6c  74 69 6e 67 20 66 72 6f  |ge.resulting fro|
00002c00  6d 20 69 74 73 20 75 73  65 2e 0a 0a              |m its use...|
00002c0c