Home » Archimedes archive » Micro User » MU 1992-02.adf » PD » !PlayerMod/UserBits/!PlaySpecs

!PlayerMod/UserBits/!PlaySpecs

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 » Micro User » MU 1992-02.adf » PD
Filename: !PlayerMod/UserBits/!PlaySpecs
Read OK:
File size: 0DEB bytes
Load address: 0000
Exec address: 0000
File contents
| > UserBits.!PlaySpecs
|   Information about James Procter's PlayList feature

---------------------------------------------------------------

Part of James Procter's excellent contributions to the PD
!PlayerMod application was that of a 'PlayList' file, present
in versions of PlayerMod 1.22 and later. His truncated comments
on it are included below.

Please do not separate this file from its application !

Nick Smith, 15-Feb-91

---------------------------------------------------------------

Initial implementation by James Procter 2nd January 1991   
                                                        
This is the specifications for the PD !PlayerMod Desktop
Soundtracker play 'manager' by Nick Smith, Matt Durys, and Co.
It allows the creation of programmes of soundtrackers to be
played, and controls the method of switching from one module
to the next.

At the time of writing, the implementation allows fading in
two ways, either an autofade or a standard fade - the autofade
only occurring if the last event in the module has no
instruments active. In both cases the fadetime can be adjusted
and ....

Playlist Files : Filetype &444 (Provisional)
Commands       :

The commands fall into two types, those that apply to the
overall playlist where applicable, and those which apply to
only one song entry in the playlist.

General Commands
================

'|'             Rem statement, lines starting with this will
                be ignored.
'fadetime xx'   Set overall fadetime to xx polls. This means
                that any song entries which do not specify a
                fadetime, and do not disable fading will have
                this fadetime. If this command is not
                included, the overall fadetime will be set to
                that which is used for the fading when 
                'playing a directory'.
'version xx.xx' This is the minimum version number of
                !PlayerMod needed to use this playlist. This
                can be anywhere in the file, as long as it is
                not remmed out. !PlayerMod will give an error
                if no valid version number is given.
'"'             Start of a song entry.

The playlist interpreter will strip all leading spaces from
the lines, and command recognition is not case dependent.

Song Entries
============

These are lines starting with a quote : '"'
The general syntax is as follows :

"<Full Song Pathname>" [<fadetime>|{command}]

With just the song pathname, !PlayerMod will just play the
song and use the semi-intelligent autofade using the overall
fadetime.

<fadetime> is a value in polls, again as in the general
command 'fadetime', and will have the effect of causing the
player to play the song and fade using the semi-intelligent
fading system with the specified fadetime.

{command} can be one of the following :

'nofade'        This will turn all fading off, and the next
                song will be played immediately at the end
                of this song, with no fading out.
'fade [xx]'     This turns off the 'instrument detection'
                feature of the fading system, so that the
                module will fade out irrespective of the
                current instrument states at the end of the
                song. The fadetime can be set [xx] if wished
                but the overall setting will be used if not
                specified.

That's about all I can say, hope you find this useful....

James Procter, 10-Feb-91

---------------------------------------------------------------
end.
00000000  7c 20 3e 20 55 73 65 72  42 69 74 73 2e 21 50 6c  || > UserBits.!Pl|
00000010  61 79 53 70 65 63 73 0a  7c 20 20 20 49 6e 66 6f  |aySpecs.|   Info|
00000020  72 6d 61 74 69 6f 6e 20  61 62 6f 75 74 20 4a 61  |rmation about Ja|
00000030  6d 65 73 20 50 72 6f 63  74 65 72 27 73 20 50 6c  |mes Procter's Pl|
00000040  61 79 4c 69 73 74 20 66  65 61 74 75 72 65 0a 0a  |ayList feature..|
00000050  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000080  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000090  0a 50 61 72 74 20 6f 66  20 4a 61 6d 65 73 20 50  |.Part of James P|
000000a0  72 6f 63 74 65 72 27 73  20 65 78 63 65 6c 6c 65  |rocter's excelle|
000000b0  6e 74 20 63 6f 6e 74 72  69 62 75 74 69 6f 6e 73  |nt contributions|
000000c0  20 74 6f 20 74 68 65 20  50 44 0a 21 50 6c 61 79  | to the PD.!Play|
000000d0  65 72 4d 6f 64 20 61 70  70 6c 69 63 61 74 69 6f  |erMod applicatio|
000000e0  6e 20 77 61 73 20 74 68  61 74 20 6f 66 20 61 20  |n was that of a |
000000f0  27 50 6c 61 79 4c 69 73  74 27 20 66 69 6c 65 2c  |'PlayList' file,|
00000100  20 70 72 65 73 65 6e 74  0a 69 6e 20 76 65 72 73  | present.in vers|
00000110  69 6f 6e 73 20 6f 66 20  50 6c 61 79 65 72 4d 6f  |ions of PlayerMo|
00000120  64 20 31 2e 32 32 20 61  6e 64 20 6c 61 74 65 72  |d 1.22 and later|
00000130  2e 20 48 69 73 20 74 72  75 6e 63 61 74 65 64 20  |. His truncated |
00000140  63 6f 6d 6d 65 6e 74 73  0a 6f 6e 20 69 74 20 61  |comments.on it a|
00000150  72 65 20 69 6e 63 6c 75  64 65 64 20 62 65 6c 6f  |re included belo|
00000160  77 2e 0a 0a 50 6c 65 61  73 65 20 64 6f 20 6e 6f  |w...Please do no|
00000170  74 20 73 65 70 61 72 61  74 65 20 74 68 69 73 20  |t separate this |
00000180  66 69 6c 65 20 66 72 6f  6d 20 69 74 73 20 61 70  |file from its ap|
00000190  70 6c 69 63 61 74 69 6f  6e 20 21 0a 0a 4e 69 63  |plication !..Nic|
000001a0  6b 20 53 6d 69 74 68 2c  20 31 35 2d 46 65 62 2d  |k Smith, 15-Feb-|
000001b0  39 31 0a 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |91..------------|
000001c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000001f0  2d 2d 2d 0a 0a 49 6e 69  74 69 61 6c 20 69 6d 70  |---..Initial imp|
00000200  6c 65 6d 65 6e 74 61 74  69 6f 6e 20 62 79 20 4a  |lementation by J|
00000210  61 6d 65 73 20 50 72 6f  63 74 65 72 20 32 6e 64  |ames Procter 2nd|
00000220  20 4a 61 6e 75 61 72 79  20 31 39 39 31 20 20 20  | January 1991   |
00000230  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000240  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000260  20 20 20 20 20 20 20 20  20 0a 54 68 69 73 20 69  |         .This i|
00000270  73 20 74 68 65 20 73 70  65 63 69 66 69 63 61 74  |s the specificat|
00000280  69 6f 6e 73 20 66 6f 72  20 74 68 65 20 50 44 20  |ions for the PD |
00000290  21 50 6c 61 79 65 72 4d  6f 64 20 44 65 73 6b 74  |!PlayerMod Deskt|
000002a0  6f 70 0a 53 6f 75 6e 64  74 72 61 63 6b 65 72 20  |op.Soundtracker |
000002b0  70 6c 61 79 20 27 6d 61  6e 61 67 65 72 27 20 62  |play 'manager' b|
000002c0  79 20 4e 69 63 6b 20 53  6d 69 74 68 2c 20 4d 61  |y Nick Smith, Ma|
000002d0  74 74 20 44 75 72 79 73  2c 20 61 6e 64 20 43 6f  |tt Durys, and Co|
000002e0  2e 0a 49 74 20 61 6c 6c  6f 77 73 20 74 68 65 20  |..It allows the |
000002f0  63 72 65 61 74 69 6f 6e  20 6f 66 20 70 72 6f 67  |creation of prog|
00000300  72 61 6d 6d 65 73 20 6f  66 20 73 6f 75 6e 64 74  |rammes of soundt|
00000310  72 61 63 6b 65 72 73 20  74 6f 20 62 65 0a 70 6c  |rackers to be.pl|
00000320  61 79 65 64 2c 20 61 6e  64 20 63 6f 6e 74 72 6f  |ayed, and contro|
00000330  6c 73 20 74 68 65 20 6d  65 74 68 6f 64 20 6f 66  |ls the method of|
00000340  20 73 77 69 74 63 68 69  6e 67 20 66 72 6f 6d 20  | switching from |
00000350  6f 6e 65 20 6d 6f 64 75  6c 65 0a 74 6f 20 74 68  |one module.to th|
00000360  65 20 6e 65 78 74 2e 0a  0a 41 74 20 74 68 65 20  |e next...At the |
00000370  74 69 6d 65 20 6f 66 20  77 72 69 74 69 6e 67 2c  |time of writing,|
00000380  20 74 68 65 20 69 6d 70  6c 65 6d 65 6e 74 61 74  | the implementat|
00000390  69 6f 6e 20 61 6c 6c 6f  77 73 20 66 61 64 69 6e  |ion allows fadin|
000003a0  67 20 69 6e 0a 74 77 6f  20 77 61 79 73 2c 20 65  |g in.two ways, e|
000003b0  69 74 68 65 72 20 61 6e  20 61 75 74 6f 66 61 64  |ither an autofad|
000003c0  65 20 6f 72 20 61 20 73  74 61 6e 64 61 72 64 20  |e or a standard |
000003d0  66 61 64 65 20 2d 20 74  68 65 20 61 75 74 6f 66  |fade - the autof|
000003e0  61 64 65 0a 6f 6e 6c 79  20 6f 63 63 75 72 72 69  |ade.only occurri|
000003f0  6e 67 20 69 66 20 74 68  65 20 6c 61 73 74 20 65  |ng if the last e|
00000400  76 65 6e 74 20 69 6e 20  74 68 65 20 6d 6f 64 75  |vent in the modu|
00000410  6c 65 20 68 61 73 20 6e  6f 0a 69 6e 73 74 72 75  |le has no.instru|
00000420  6d 65 6e 74 73 20 61 63  74 69 76 65 2e 20 49 6e  |ments active. In|
00000430  20 62 6f 74 68 20 63 61  73 65 73 20 74 68 65 20  | both cases the |
00000440  66 61 64 65 74 69 6d 65  20 63 61 6e 20 62 65 20  |fadetime can be |
00000450  61 64 6a 75 73 74 65 64  0a 61 6e 64 20 2e 2e 2e  |adjusted.and ...|
00000460  2e 0a 0a 50 6c 61 79 6c  69 73 74 20 46 69 6c 65  |...Playlist File|
00000470  73 20 3a 20 46 69 6c 65  74 79 70 65 20 26 34 34  |s : Filetype &44|
00000480  34 20 28 50 72 6f 76 69  73 69 6f 6e 61 6c 29 0a  |4 (Provisional).|
00000490  43 6f 6d 6d 61 6e 64 73  20 20 20 20 20 20 20 3a  |Commands       :|
000004a0  0a 0a 54 68 65 20 63 6f  6d 6d 61 6e 64 73 20 66  |..The commands f|
000004b0  61 6c 6c 20 69 6e 74 6f  20 74 77 6f 20 74 79 70  |all into two typ|
000004c0  65 73 2c 20 74 68 6f 73  65 20 74 68 61 74 20 61  |es, those that a|
000004d0  70 70 6c 79 20 74 6f 20  74 68 65 0a 6f 76 65 72  |pply to the.over|
000004e0  61 6c 6c 20 70 6c 61 79  6c 69 73 74 20 77 68 65  |all playlist whe|
000004f0  72 65 20 61 70 70 6c 69  63 61 62 6c 65 2c 20 61  |re applicable, a|
00000500  6e 64 20 74 68 6f 73 65  20 77 68 69 63 68 20 61  |nd those which a|
00000510  70 70 6c 79 20 74 6f 0a  6f 6e 6c 79 20 6f 6e 65  |pply to.only one|
00000520  20 73 6f 6e 67 20 65 6e  74 72 79 20 69 6e 20 74  | song entry in t|
00000530  68 65 20 70 6c 61 79 6c  69 73 74 2e 0a 0a 47 65  |he playlist...Ge|
00000540  6e 65 72 61 6c 20 43 6f  6d 6d 61 6e 64 73 0a 3d  |neral Commands.=|
00000550  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 0a  |===============.|
00000560  0a 27 7c 27 20 20 20 20  20 20 20 20 20 20 20 20  |.'|'            |
00000570  20 52 65 6d 20 73 74 61  74 65 6d 65 6e 74 2c 20  | Rem statement, |
00000580  6c 69 6e 65 73 20 73 74  61 72 74 69 6e 67 20 77  |lines starting w|
00000590  69 74 68 20 74 68 69 73  20 77 69 6c 6c 0a 20 20  |ith this will.  |
000005a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 62 65  |              be|
000005b0  20 69 67 6e 6f 72 65 64  2e 0a 27 66 61 64 65 74  | ignored..'fadet|
000005c0  69 6d 65 20 78 78 27 20  20 20 53 65 74 20 6f 76  |ime xx'   Set ov|
000005d0  65 72 61 6c 6c 20 66 61  64 65 74 69 6d 65 20 74  |erall fadetime t|
000005e0  6f 20 78 78 20 70 6f 6c  6c 73 2e 20 54 68 69 73  |o xx polls. This|
000005f0  20 6d 65 61 6e 73 0a 20  20 20 20 20 20 20 20 20  | means.         |
00000600  20 20 20 20 20 20 20 74  68 61 74 20 61 6e 79 20  |       that any |
00000610  73 6f 6e 67 20 65 6e 74  72 69 65 73 20 77 68 69  |song entries whi|
00000620  63 68 20 64 6f 20 6e 6f  74 20 73 70 65 63 69 66  |ch do not specif|
00000630  79 20 61 0a 20 20 20 20  20 20 20 20 20 20 20 20  |y a.            |
00000640  20 20 20 20 66 61 64 65  74 69 6d 65 2c 20 61 6e  |    fadetime, an|
00000650  64 20 64 6f 20 6e 6f 74  20 64 69 73 61 62 6c 65  |d do not disable|
00000660  20 66 61 64 69 6e 67 20  77 69 6c 6c 20 68 61 76  | fading will hav|
00000670  65 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e.              |
00000680  20 20 74 68 69 73 20 66  61 64 65 74 69 6d 65 2e  |  this fadetime.|
00000690  20 49 66 20 74 68 69 73  20 63 6f 6d 6d 61 6e 64  | If this command|
000006a0  20 69 73 20 6e 6f 74 0a  20 20 20 20 20 20 20 20  | is not.        |
000006b0  20 20 20 20 20 20 20 20  69 6e 63 6c 75 64 65 64  |        included|
000006c0  2c 20 74 68 65 20 6f 76  65 72 61 6c 6c 20 66 61  |, the overall fa|
000006d0  64 65 74 69 6d 65 20 77  69 6c 6c 20 62 65 20 73  |detime will be s|
000006e0  65 74 20 74 6f 0a 20 20  20 20 20 20 20 20 20 20  |et to.          |
000006f0  20 20 20 20 20 20 74 68  61 74 20 77 68 69 63 68  |      that which|
00000700  20 69 73 20 75 73 65 64  20 66 6f 72 20 74 68 65  | is used for the|
00000710  20 66 61 64 69 6e 67 20  77 68 65 6e 20 0a 20 20  | fading when .  |
00000720  20 20 20 20 20 20 20 20  20 20 20 20 20 20 27 70  |              'p|
00000730  6c 61 79 69 6e 67 20 61  20 64 69 72 65 63 74 6f  |laying a directo|
00000740  72 79 27 2e 0a 27 76 65  72 73 69 6f 6e 20 78 78  |ry'..'version xx|
00000750  2e 78 78 27 20 54 68 69  73 20 69 73 20 74 68 65  |.xx' This is the|
00000760  20 6d 69 6e 69 6d 75 6d  20 76 65 72 73 69 6f 6e  | minimum version|
00000770  20 6e 75 6d 62 65 72 20  6f 66 0a 20 20 20 20 20  | number of.     |
00000780  20 20 20 20 20 20 20 20  20 20 20 21 50 6c 61 79  |           !Play|
00000790  65 72 4d 6f 64 20 6e 65  65 64 65 64 20 74 6f 20  |erMod needed to |
000007a0  75 73 65 20 74 68 69 73  20 70 6c 61 79 6c 69 73  |use this playlis|
000007b0  74 2e 20 54 68 69 73 0a  20 20 20 20 20 20 20 20  |t. This.        |
000007c0  20 20 20 20 20 20 20 20  63 61 6e 20 62 65 20 61  |        can be a|
000007d0  6e 79 77 68 65 72 65 20  69 6e 20 74 68 65 20 66  |nywhere in the f|
000007e0  69 6c 65 2c 20 61 73 20  6c 6f 6e 67 20 61 73 20  |ile, as long as |
000007f0  69 74 20 69 73 0a 20 20  20 20 20 20 20 20 20 20  |it is.          |
00000800  20 20 20 20 20 20 6e 6f  74 20 72 65 6d 6d 65 64  |      not remmed|
00000810  20 6f 75 74 2e 20 21 50  6c 61 79 65 72 4d 6f 64  | out. !PlayerMod|
00000820  20 77 69 6c 6c 20 67 69  76 65 20 61 6e 20 65 72  | will give an er|
00000830  72 6f 72 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ror.            |
00000840  20 20 20 20 69 66 20 6e  6f 20 76 61 6c 69 64 20  |    if no valid |
00000850  76 65 72 73 69 6f 6e 20  6e 75 6d 62 65 72 20 69  |version number i|
00000860  73 20 67 69 76 65 6e 2e  0a 27 22 27 20 20 20 20  |s given..'"'    |
00000870  20 20 20 20 20 20 20 20  20 53 74 61 72 74 20 6f  |         Start o|
00000880  66 20 61 20 73 6f 6e 67  20 65 6e 74 72 79 2e 0a  |f a song entry..|
00000890  0a 54 68 65 20 70 6c 61  79 6c 69 73 74 20 69 6e  |.The playlist in|
000008a0  74 65 72 70 72 65 74 65  72 20 77 69 6c 6c 20 73  |terpreter will s|
000008b0  74 72 69 70 20 61 6c 6c  20 6c 65 61 64 69 6e 67  |trip all leading|
000008c0  20 73 70 61 63 65 73 20  66 72 6f 6d 0a 74 68 65  | spaces from.the|
000008d0  20 6c 69 6e 65 73 2c 20  61 6e 64 20 63 6f 6d 6d  | lines, and comm|
000008e0  61 6e 64 20 72 65 63 6f  67 6e 69 74 69 6f 6e 20  |and recognition |
000008f0  69 73 20 6e 6f 74 20 63  61 73 65 20 64 65 70 65  |is not case depe|
00000900  6e 64 65 6e 74 2e 0a 0a  53 6f 6e 67 20 45 6e 74  |ndent...Song Ent|
00000910  72 69 65 73 0a 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |ries.===========|
00000920  3d 0a 0a 54 68 65 73 65  20 61 72 65 20 6c 69 6e  |=..These are lin|
00000930  65 73 20 73 74 61 72 74  69 6e 67 20 77 69 74 68  |es starting with|
00000940  20 61 20 71 75 6f 74 65  20 3a 20 27 22 27 0a 54  | a quote : '"'.T|
00000950  68 65 20 67 65 6e 65 72  61 6c 20 73 79 6e 74 61  |he general synta|
00000960  78 20 69 73 20 61 73 20  66 6f 6c 6c 6f 77 73 20  |x is as follows |
00000970  3a 0a 0a 22 3c 46 75 6c  6c 20 53 6f 6e 67 20 50  |:.."<Full Song P|
00000980  61 74 68 6e 61 6d 65 3e  22 20 5b 3c 66 61 64 65  |athname>" [<fade|
00000990  74 69 6d 65 3e 7c 7b 63  6f 6d 6d 61 6e 64 7d 5d  |time>|{command}]|
000009a0  0a 0a 57 69 74 68 20 6a  75 73 74 20 74 68 65 20  |..With just the |
000009b0  73 6f 6e 67 20 70 61 74  68 6e 61 6d 65 2c 20 21  |song pathname, !|
000009c0  50 6c 61 79 65 72 4d 6f  64 20 77 69 6c 6c 20 6a  |PlayerMod will j|
000009d0  75 73 74 20 70 6c 61 79  20 74 68 65 0a 73 6f 6e  |ust play the.son|
000009e0  67 20 61 6e 64 20 75 73  65 20 74 68 65 20 73 65  |g and use the se|
000009f0  6d 69 2d 69 6e 74 65 6c  6c 69 67 65 6e 74 20 61  |mi-intelligent a|
00000a00  75 74 6f 66 61 64 65 20  75 73 69 6e 67 20 74 68  |utofade using th|
00000a10  65 20 6f 76 65 72 61 6c  6c 0a 66 61 64 65 74 69  |e overall.fadeti|
00000a20  6d 65 2e 0a 0a 3c 66 61  64 65 74 69 6d 65 3e 20  |me...<fadetime> |
00000a30  69 73 20 61 20 76 61 6c  75 65 20 69 6e 20 70 6f  |is a value in po|
00000a40  6c 6c 73 2c 20 61 67 61  69 6e 20 61 73 20 69 6e  |lls, again as in|
00000a50  20 74 68 65 20 67 65 6e  65 72 61 6c 0a 63 6f 6d  | the general.com|
00000a60  6d 61 6e 64 20 27 66 61  64 65 74 69 6d 65 27 2c  |mand 'fadetime',|
00000a70  20 61 6e 64 20 77 69 6c  6c 20 68 61 76 65 20 74  | and will have t|
00000a80  68 65 20 65 66 66 65 63  74 20 6f 66 20 63 61 75  |he effect of cau|
00000a90  73 69 6e 67 20 74 68 65  0a 70 6c 61 79 65 72 20  |sing the.player |
00000aa0  74 6f 20 70 6c 61 79 20  74 68 65 20 73 6f 6e 67  |to play the song|
00000ab0  20 61 6e 64 20 66 61 64  65 20 75 73 69 6e 67 20  | and fade using |
00000ac0  74 68 65 20 73 65 6d 69  2d 69 6e 74 65 6c 6c 69  |the semi-intelli|
00000ad0  67 65 6e 74 0a 66 61 64  69 6e 67 20 73 79 73 74  |gent.fading syst|
00000ae0  65 6d 20 77 69 74 68 20  74 68 65 20 73 70 65 63  |em with the spec|
00000af0  69 66 69 65 64 20 66 61  64 65 74 69 6d 65 2e 0a  |ified fadetime..|
00000b00  0a 7b 63 6f 6d 6d 61 6e  64 7d 20 63 61 6e 20 62  |.{command} can b|
00000b10  65 20 6f 6e 65 20 6f 66  20 74 68 65 20 66 6f 6c  |e one of the fol|
00000b20  6c 6f 77 69 6e 67 20 3a  0a 0a 27 6e 6f 66 61 64  |lowing :..'nofad|
00000b30  65 27 20 20 20 20 20 20  20 20 54 68 69 73 20 77  |e'        This w|
00000b40  69 6c 6c 20 74 75 72 6e  20 61 6c 6c 20 66 61 64  |ill turn all fad|
00000b50  69 6e 67 20 6f 66 66 2c  20 61 6e 64 20 74 68 65  |ing off, and the|
00000b60  20 6e 65 78 74 0a 20 20  20 20 20 20 20 20 20 20  | next.          |
00000b70  20 20 20 20 20 20 73 6f  6e 67 20 77 69 6c 6c 20  |      song will |
00000b80  62 65 20 70 6c 61 79 65  64 20 69 6d 6d 65 64 69  |be played immedi|
00000b90  61 74 65 6c 79 20 61 74  20 74 68 65 20 65 6e 64  |ately at the end|
00000ba0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000bb0  20 6f 66 20 74 68 69 73  20 73 6f 6e 67 2c 20 77  | of this song, w|
00000bc0  69 74 68 20 6e 6f 20 66  61 64 69 6e 67 20 6f 75  |ith no fading ou|
00000bd0  74 2e 0a 27 66 61 64 65  20 5b 78 78 5d 27 20 20  |t..'fade [xx]'  |
00000be0  20 20 20 54 68 69 73 20  74 75 72 6e 73 20 6f 66  |   This turns of|
00000bf0  66 20 74 68 65 20 27 69  6e 73 74 72 75 6d 65 6e  |f the 'instrumen|
00000c00  74 20 64 65 74 65 63 74  69 6f 6e 27 0a 20 20 20  |t detection'.   |
00000c10  20 20 20 20 20 20 20 20  20 20 20 20 20 66 65 61  |             fea|
00000c20  74 75 72 65 20 6f 66 20  74 68 65 20 66 61 64 69  |ture of the fadi|
00000c30  6e 67 20 73 79 73 74 65  6d 2c 20 73 6f 20 74 68  |ng system, so th|
00000c40  61 74 20 74 68 65 0a 20  20 20 20 20 20 20 20 20  |at the.         |
00000c50  20 20 20 20 20 20 20 6d  6f 64 75 6c 65 20 77 69  |       module wi|
00000c60  6c 6c 20 66 61 64 65 20  6f 75 74 20 69 72 72 65  |ll fade out irre|
00000c70  73 70 65 63 74 69 76 65  20 6f 66 20 74 68 65 0a  |spective of the.|
00000c80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c90  63 75 72 72 65 6e 74 20  69 6e 73 74 72 75 6d 65  |current instrume|
00000ca0  6e 74 20 73 74 61 74 65  73 20 61 74 20 74 68 65  |nt states at the|
00000cb0  20 65 6e 64 20 6f 66 20  74 68 65 0a 20 20 20 20  | end of the.    |
00000cc0  20 20 20 20 20 20 20 20  20 20 20 20 73 6f 6e 67  |            song|
00000cd0  2e 20 54 68 65 20 66 61  64 65 74 69 6d 65 20 63  |. The fadetime c|
00000ce0  61 6e 20 62 65 20 73 65  74 20 5b 78 78 5d 20 69  |an be set [xx] i|
00000cf0  66 20 77 69 73 68 65 64  0a 20 20 20 20 20 20 20  |f wished.       |
00000d00  20 20 20 20 20 20 20 20  20 62 75 74 20 74 68 65  |         but the|
00000d10  20 6f 76 65 72 61 6c 6c  20 73 65 74 74 69 6e 67  | overall setting|
00000d20  20 77 69 6c 6c 20 62 65  20 75 73 65 64 20 69 66  | will be used if|
00000d30  20 6e 6f 74 0a 20 20 20  20 20 20 20 20 20 20 20  | not.           |
00000d40  20 20 20 20 20 73 70 65  63 69 66 69 65 64 2e 0a  |     specified..|
00000d50  0a 54 68 61 74 27 73 20  61 62 6f 75 74 20 61 6c  |.That's about al|
00000d60  6c 20 49 20 63 61 6e 20  73 61 79 2c 20 68 6f 70  |l I can say, hop|
00000d70  65 20 79 6f 75 20 66 69  6e 64 20 74 68 69 73 20  |e you find this |
00000d80  75 73 65 66 75 6c 2e 2e  2e 2e 0a 0a 4a 61 6d 65  |useful......Jame|
00000d90  73 20 50 72 6f 63 74 65  72 2c 20 31 30 2d 46 65  |s Procter, 10-Fe|
00000da0  62 2d 39 31 0a 0a 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |b-91..----------|
00000db0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000de0  2d 2d 2d 2d 2d 0a 65 6e  64 2e 0a                 |-----.end..|
00000deb