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

!PlayerMod/!Help/ReadMe

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/!Help/ReadMe
Read OK:
File size: 204E bytes
Load address: 0000
Exec address: 0000
File contents
| > !Help.ReadMe
|   Information about the !PlayerMod application, Ver 1.30

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

!PlayerMod was initially written by David Evans (aka 'The
Mad Dog') as a very simple Desktop player of Sound Tracker
modules. When the Arc version of the 'Tracker' recording
system finally arrived at the AU Show '90, we (Nick Smith
& Matt Durys) felt that a few improvements were in order.

!PlayerMod is Public Domain software, and may be freely 
copied and distributed by any person as long as they a) 
copy the application ** IN ITS ENTIRETY **, b) make no 
modifications to any file INSIDE the application directory 
and c) make no profit from distributing the software to 
others.

This is the last Public Domain version of !PlayerMod, so
check out the 'UserBits.Version2' file for details on how
to register for version 2.00 (and later) versions of
everyone's favourite SoundTracker Play system !

Nick Smith & Matt Durys, 16-Jul-91

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

Thanks go from the authors to :
=============================

1. Hugo Fiennes for his excellent Module player, v1.04
2. David Evans for the initial !PlayerMod program shell,
   and the TrackerI/IV ARM programs.
3. Warner Hepping for his fantastic !Spectre sound
   analyser.
4. James Proctor for his Fade & Script file BASIC code.
5. Matthew Farrow for the highly efficient Tracker ->
   STracker convertor ARM code from his !GetSTMod app.
6. Joris R�ling for the neat !Help application with which
   you are (probably) reading this Help file !

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

Version 1.10 (22-Oct-90) -
  added ST ModulePlayer 1.03 (29 Mar 1990) by ALT_Man can 
  handle 15 & 31 instrument format modules

Version 1.11 (23-Oct-90) -
  added Song position, instrument sample (per channel) & 
  stereo position icons (per channel)

Version 1.12 (24-Oct-90) -
  added 'Samples' window. No editing facilities as yet, 
  but useful for reading those silly messages in Amiga 
  modules !

Version 1.13 (23-Nov-90) -
  added ST ModulePlayer 1.04 (30 Aug 1990) by ALT_Man 
  thankfully the workspace bugs seem to be fixed in this 
  version - well done Hugo !

Version 1.14 (24-Nov-90) -
  can now change the volume of each sample by clicking 
  either SELECT (down) or ADJUST (up) over the sample 
  volume numbers 'Bits' dir now contains !Spectre which is 
  a WICKED desktop spectrum analyser - this app was 
  written by Warner Hepping (see his !Help file) please 
  load this AFTER playermod from the 'Open' submenu, or 
  else things screw up ! drag a directory icon to the 
  module player, and any ST modules inside will be played 
  in order, just like a CD! you can see which file is 
  playing with the icons at the bottom of the status 
  window. Also added TrackerI & TrackerIV VU analysers to 
  the 'Bits' directory, thanks to David Evans for the code 
  optimisation

Version 1.15 (08-Dec-90) - {First Public Release}
  this version has masses of changes to the templates,
  sprites and code. Now that these changes are finally
  complete, I think that we can call the app 'finished',
  and I will post it to PD libraries, BBS's, etc.

Version 1.16 (14-Dec-90) -
  Matt complained that I failed to implement the control
  panel as per HIS specs ! there are now 3 track modes - 
  REP for repeat single track, RND for random track play,
  and neither (and default) is sequential track play -
  hope you all like it.

Version 1.17 (31-Dec-90) -
  Lots of feedback since 1.15. New features include 
  editing Sample lengths, repeat positions & lengths and 
  the ability to save a sample to disc in !Tracker 
  format. I would like to see a STracker => Tracker format 
  converter added next. Also !Spectre has been turned 
  into a module so that you don't need to leave the disc 
  in the  drive - it loads from the RMA like Twin now ! 
  Added the silly Keyboard program in the 'Bits' 
  directory.

Version 1.18 (01-Jan-91) -
  First application of 1991 ! Keyboard program has been
  upgraded to a full ARM code graphically redrawn 
  window and been made an integral part of PlayerMod.  
  Even plays the correct notes on a 3 octave keyboard !

Version 1.19 (07-Jan-91) - {Second Public Release}
  Bug fixes. Code optimisation on redraw, and removal of 
  ARM source code (now loads in as a piece of Absolute 
  code). Also recognises 'Tracker' format songs prior 
  to loading, and gives an error message rather than  
  letting the module try and load it, which would give a 
  Data Abort error.

Version 1.20 (09-Jan-91) -
  No major changes, just some little bugs fixes, a new
  version of TrackerIV (Bits directory accessed by ADJUST
  on the icon bar). TrackerIV initialises quicker, doesn't
  crash and now implements volume scaling.
  New errors feature - if more than 3 errors occur within
  a few seconds (ie, an infinite loop error), then the
  program traps this and exits the application cleanly -
  I just wish that certain pieces of commercial software
  did this !

Version 1.21 (14-Feb-91) -
  Several bugs fixed to do with clicking MENU in the
  Samples window, DataOpen messages and !Tracker format
  tunes. You also now have a choice of whether to load
  an alien filetype or not when it is dragged to the icon
  bar.

Version 1.22 (15-Feb-91) - {Integration of James' code}
  Added autofade at end of song when playing a directory.
  Made the autofade intelligent, fading off only when the
  last event contained any notes.
  Added playlist facilities. At the moment playlists must
  be produced by hand. See playlist file in 'Bits' dir.

Version 1.23 (16-Feb-91) -
  As expected - lots of bug fixes. Primarily to do with
  the 'repeat' option that wasn't implemented in v1.15.
  You can now double click on STScript (playlist) files
  and these will be *Type'd.

Version 1.24 (24-Feb-91) - {1st Release to Arcade BBS}
  Now preserves stereo positions over new module loads.
  Major addition is the ability to convert Tracker
  format tunes into Sound Tracker (but only if they use
  4 channels !). Thanks to M.Farrow for the ARM to do
  this from his !GetSTMod app !!
  Some 'useful' changes made like clicking ADJUST instead
  of SELECT in the 'Open' submenu will close windows, and
  clicking on the 'Open' menu item will open all the
  windows in one go.

Version 1.25 (02-Mar-91) - {2nd Release to Arcade BBS}
  Discovery of the Wimp_SetExtent call !! So the samples
  window now uses that instead of deleting and recreating
  the window..! Also the addition of yet ANOTHER window,
  this one deals with the Tracker->STracker conversion.
  Spectre 1.04 update:
   -Gravity added.
   -Direct Sprite Access to speed up drawing.
   -Fast Sqrt.
   -Approx. 70% faster than v1.03!!
  Main !RunImage has now been 'Squished' because of memory
  restrictions, resulting in an extra 8K free memory !

Version 1.30 (16-Jul-91) - {Last PD version !}
  Program now uses correct 'user sprite area' for its main
  'Sprites' file, rather than loading them into the Wimp
  sprite pool - which was the main cause of crashes in
  older versions.
  Now checks for versions of module LATER than 1.04, and
  kills them - this needs to be done to prevent crashes
  when directly reading tune details.
  Tune name conversion in Tracker->STracker is now working
  correctly.
  Some small modifications made to error handling &
  template/sprites files.
  Fixed a few problems with Keyboard/Control windows not
  recognizing stopped tunes correctly.

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

If you want to contact the authors for whatever reason,
then write to :

Nick Smith            JANET: nas20@uk.ac.cambridge.phoenix
PLAYERMOD APP
124 Westbury Lane     Term : Nick Smith         
Newport Pagnell              Churchill College   
Bucks                        Cambridge   
MK16 8PN                     CB3 0DS

I welcome all enquires - especially registrations for the
commercial version 2.00 of !PlayerMod !! Check out the
text file 'UserBits.Version2' for more details of this
scheme. Please remember to clearly mark the envelope 
'PLAYERMOD' to make sure that it dealt with as quickly as
possible.

----------------------------------------------------------
end.
00000000  7c 20 3e 20 21 48 65 6c  70 2e 52 65 61 64 4d 65  || > !Help.ReadMe|
00000010  0a 7c 20 20 20 49 6e 66  6f 72 6d 61 74 69 6f 6e  |.|   Information|
00000020  20 61 62 6f 75 74 20 74  68 65 20 21 50 6c 61 79  | about the !Play|
00000030  65 72 4d 6f 64 20 61 70  70 6c 69 63 61 74 69 6f  |erMod applicatio|
00000040  6e 2c 20 56 65 72 20 31  2e 33 30 0a 0a 2d 2d 2d  |n, Ver 1.30..---|
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 0a  0a 21 50 6c 61 79 65 72  |-------..!Player|
00000090  4d 6f 64 20 77 61 73 20  69 6e 69 74 69 61 6c 6c  |Mod was initiall|
000000a0  79 20 77 72 69 74 74 65  6e 20 62 79 20 44 61 76  |y written by Dav|
000000b0  69 64 20 45 76 61 6e 73  20 28 61 6b 61 20 27 54  |id Evans (aka 'T|
000000c0  68 65 0a 4d 61 64 20 44  6f 67 27 29 20 61 73 20  |he.Mad Dog') as |
000000d0  61 20 76 65 72 79 20 73  69 6d 70 6c 65 20 44 65  |a very simple De|
000000e0  73 6b 74 6f 70 20 70 6c  61 79 65 72 20 6f 66 20  |sktop player of |
000000f0  53 6f 75 6e 64 20 54 72  61 63 6b 65 72 0a 6d 6f  |Sound Tracker.mo|
00000100  64 75 6c 65 73 2e 20 57  68 65 6e 20 74 68 65 20  |dules. When the |
00000110  41 72 63 20 76 65 72 73  69 6f 6e 20 6f 66 20 74  |Arc version of t|
00000120  68 65 20 27 54 72 61 63  6b 65 72 27 20 72 65 63  |he 'Tracker' rec|
00000130  6f 72 64 69 6e 67 0a 73  79 73 74 65 6d 20 66 69  |ording.system fi|
00000140  6e 61 6c 6c 79 20 61 72  72 69 76 65 64 20 61 74  |nally arrived at|
00000150  20 74 68 65 20 41 55 20  53 68 6f 77 20 27 39 30  | the AU Show '90|
00000160  2c 20 77 65 20 28 4e 69  63 6b 20 53 6d 69 74 68  |, we (Nick Smith|
00000170  0a 26 20 4d 61 74 74 20  44 75 72 79 73 29 20 66  |.& Matt Durys) f|
00000180  65 6c 74 20 74 68 61 74  20 61 20 66 65 77 20 69  |elt that a few i|
00000190  6d 70 72 6f 76 65 6d 65  6e 74 73 20 77 65 72 65  |mprovements were|
000001a0  20 69 6e 20 6f 72 64 65  72 2e 0a 0a 21 50 6c 61  | in order...!Pla|
000001b0  79 65 72 4d 6f 64 20 69  73 20 50 75 62 6c 69 63  |yerMod is Public|
000001c0  20 44 6f 6d 61 69 6e 20  73 6f 66 74 77 61 72 65  | Domain software|
000001d0  2c 20 61 6e 64 20 6d 61  79 20 62 65 20 66 72 65  |, and may be fre|
000001e0  65 6c 79 20 0a 63 6f 70  69 65 64 20 61 6e 64 20  |ely .copied and |
000001f0  64 69 73 74 72 69 62 75  74 65 64 20 62 79 20 61  |distributed by a|
00000200  6e 79 20 70 65 72 73 6f  6e 20 61 73 20 6c 6f 6e  |ny person as lon|
00000210  67 20 61 73 20 74 68 65  79 20 61 29 20 0a 63 6f  |g as they a) .co|
00000220  70 79 20 74 68 65 20 61  70 70 6c 69 63 61 74 69  |py the applicati|
00000230  6f 6e 20 2a 2a 20 49 4e  20 49 54 53 20 45 4e 54  |on ** IN ITS ENT|
00000240  49 52 45 54 59 20 2a 2a  2c 20 62 29 20 6d 61 6b  |IRETY **, b) mak|
00000250  65 20 6e 6f 20 0a 6d 6f  64 69 66 69 63 61 74 69  |e no .modificati|
00000260  6f 6e 73 20 74 6f 20 61  6e 79 20 66 69 6c 65 20  |ons to any file |
00000270  49 4e 53 49 44 45 20 74  68 65 20 61 70 70 6c 69  |INSIDE the appli|
00000280  63 61 74 69 6f 6e 20 64  69 72 65 63 74 6f 72 79  |cation directory|
00000290  20 0a 61 6e 64 20 63 29  20 6d 61 6b 65 20 6e 6f  | .and c) make no|
000002a0  20 70 72 6f 66 69 74 20  66 72 6f 6d 20 64 69 73  | profit from dis|
000002b0  74 72 69 62 75 74 69 6e  67 20 74 68 65 20 73 6f  |tributing the so|
000002c0  66 74 77 61 72 65 20 74  6f 20 0a 6f 74 68 65 72  |ftware to .other|
000002d0  73 2e 0a 0a 54 68 69 73  20 69 73 20 74 68 65 20  |s...This is the |
000002e0  6c 61 73 74 20 50 75 62  6c 69 63 20 44 6f 6d 61  |last Public Doma|
000002f0  69 6e 20 76 65 72 73 69  6f 6e 20 6f 66 20 21 50  |in version of !P|
00000300  6c 61 79 65 72 4d 6f 64  2c 20 73 6f 0a 63 68 65  |layerMod, so.che|
00000310  63 6b 20 6f 75 74 20 74  68 65 20 27 55 73 65 72  |ck out the 'User|
00000320  42 69 74 73 2e 56 65 72  73 69 6f 6e 32 27 20 66  |Bits.Version2' f|
00000330  69 6c 65 20 66 6f 72 20  64 65 74 61 69 6c 73 20  |ile for details |
00000340  6f 6e 20 68 6f 77 0a 74  6f 20 72 65 67 69 73 74  |on how.to regist|
00000350  65 72 20 66 6f 72 20 76  65 72 73 69 6f 6e 20 32  |er for version 2|
00000360  2e 30 30 20 28 61 6e 64  20 6c 61 74 65 72 29 20  |.00 (and later) |
00000370  76 65 72 73 69 6f 6e 73  20 6f 66 0a 65 76 65 72  |versions of.ever|
00000380  79 6f 6e 65 27 73 20 66  61 76 6f 75 72 69 74 65  |yone's favourite|
00000390  20 53 6f 75 6e 64 54 72  61 63 6b 65 72 20 50 6c  | SoundTracker Pl|
000003a0  61 79 20 73 79 73 74 65  6d 20 21 0a 0a 4e 69 63  |ay system !..Nic|
000003b0  6b 20 53 6d 69 74 68 20  26 20 4d 61 74 74 20 44  |k Smith & Matt D|
000003c0  75 72 79 73 2c 20 31 36  2d 4a 75 6c 2d 39 31 0a  |urys, 16-Jul-91.|
000003d0  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
000003e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000400  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 54 68 61  |-----------..Tha|
00000410  6e 6b 73 20 67 6f 20 66  72 6f 6d 20 74 68 65 20  |nks go from the |
00000420  61 75 74 68 6f 72 73 20  74 6f 20 3a 0a 3d 3d 3d  |authors to :.===|
00000430  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000440  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 0a 31 2e 20 48  |==========..1. H|
00000450  75 67 6f 20 46 69 65 6e  6e 65 73 20 66 6f 72 20  |ugo Fiennes for |
00000460  68 69 73 20 65 78 63 65  6c 6c 65 6e 74 20 4d 6f  |his excellent Mo|
00000470  64 75 6c 65 20 70 6c 61  79 65 72 2c 20 76 31 2e  |dule player, v1.|
00000480  30 34 0a 32 2e 20 44 61  76 69 64 20 45 76 61 6e  |04.2. David Evan|
00000490  73 20 66 6f 72 20 74 68  65 20 69 6e 69 74 69 61  |s for the initia|
000004a0  6c 20 21 50 6c 61 79 65  72 4d 6f 64 20 70 72 6f  |l !PlayerMod pro|
000004b0  67 72 61 6d 20 73 68 65  6c 6c 2c 0a 20 20 20 61  |gram shell,.   a|
000004c0  6e 64 20 74 68 65 20 54  72 61 63 6b 65 72 49 2f  |nd the TrackerI/|
000004d0  49 56 20 41 52 4d 20 70  72 6f 67 72 61 6d 73 2e  |IV ARM programs.|
000004e0  0a 33 2e 20 57 61 72 6e  65 72 20 48 65 70 70 69  |.3. Warner Heppi|
000004f0  6e 67 20 66 6f 72 20 68  69 73 20 66 61 6e 74 61  |ng for his fanta|
00000500  73 74 69 63 20 21 53 70  65 63 74 72 65 20 73 6f  |stic !Spectre so|
00000510  75 6e 64 0a 20 20 20 61  6e 61 6c 79 73 65 72 2e  |und.   analyser.|
00000520  0a 34 2e 20 4a 61 6d 65  73 20 50 72 6f 63 74 6f  |.4. James Procto|
00000530  72 20 66 6f 72 20 68 69  73 20 46 61 64 65 20 26  |r for his Fade &|
00000540  20 53 63 72 69 70 74 20  66 69 6c 65 20 42 41 53  | Script file BAS|
00000550  49 43 20 63 6f 64 65 2e  0a 35 2e 20 4d 61 74 74  |IC code..5. Matt|
00000560  68 65 77 20 46 61 72 72  6f 77 20 66 6f 72 20 74  |hew Farrow for t|
00000570  68 65 20 68 69 67 68 6c  79 20 65 66 66 69 63 69  |he highly effici|
00000580  65 6e 74 20 54 72 61 63  6b 65 72 20 2d 3e 0a 20  |ent Tracker ->. |
00000590  20 20 53 54 72 61 63 6b  65 72 20 63 6f 6e 76 65  |  STracker conve|
000005a0  72 74 6f 72 20 41 52 4d  20 63 6f 64 65 20 66 72  |rtor ARM code fr|
000005b0  6f 6d 20 68 69 73 20 21  47 65 74 53 54 4d 6f 64  |om his !GetSTMod|
000005c0  20 61 70 70 2e 0a 36 2e  20 4a 6f 72 69 73 20 52  | app..6. Joris R|
000005d0  d6 6c 69 6e 67 20 66 6f  72 20 74 68 65 20 6e 65  |.ling for the ne|
000005e0  61 74 20 21 48 65 6c 70  20 61 70 70 6c 69 63 61  |at !Help applica|
000005f0  74 69 6f 6e 20 77 69 74  68 20 77 68 69 63 68 0a  |tion with which.|
00000600  20 20 20 79 6f 75 20 61  72 65 20 28 70 72 6f 62  |   you are (prob|
00000610  61 62 6c 79 29 20 72 65  61 64 69 6e 67 20 74 68  |ably) reading th|
00000620  69 73 20 48 65 6c 70 20  66 69 6c 65 20 21 0a 0a  |is Help file !..|
00000630  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000660  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 0a 56 65 72 73  |----------..Vers|
00000670  69 6f 6e 20 31 2e 31 30  20 28 32 32 2d 4f 63 74  |ion 1.10 (22-Oct|
00000680  2d 39 30 29 20 2d 0a 20  20 61 64 64 65 64 20 53  |-90) -.  added S|
00000690  54 20 4d 6f 64 75 6c 65  50 6c 61 79 65 72 20 31  |T ModulePlayer 1|
000006a0  2e 30 33 20 28 32 39 20  4d 61 72 20 31 39 39 30  |.03 (29 Mar 1990|
000006b0  29 20 62 79 20 41 4c 54  5f 4d 61 6e 20 63 61 6e  |) by ALT_Man can|
000006c0  20 0a 20 20 68 61 6e 64  6c 65 20 31 35 20 26 20  | .  handle 15 & |
000006d0  33 31 20 69 6e 73 74 72  75 6d 65 6e 74 20 66 6f  |31 instrument fo|
000006e0  72 6d 61 74 20 6d 6f 64  75 6c 65 73 0a 0a 56 65  |rmat modules..Ve|
000006f0  72 73 69 6f 6e 20 31 2e  31 31 20 28 32 33 2d 4f  |rsion 1.11 (23-O|
00000700  63 74 2d 39 30 29 20 2d  0a 20 20 61 64 64 65 64  |ct-90) -.  added|
00000710  20 53 6f 6e 67 20 70 6f  73 69 74 69 6f 6e 2c 20  | Song position, |
00000720  69 6e 73 74 72 75 6d 65  6e 74 20 73 61 6d 70 6c  |instrument sampl|
00000730  65 20 28 70 65 72 20 63  68 61 6e 6e 65 6c 29 20  |e (per channel) |
00000740  26 20 0a 20 20 73 74 65  72 65 6f 20 70 6f 73 69  |& .  stereo posi|
00000750  74 69 6f 6e 20 69 63 6f  6e 73 20 28 70 65 72 20  |tion icons (per |
00000760  63 68 61 6e 6e 65 6c 29  0a 0a 56 65 72 73 69 6f  |channel)..Versio|
00000770  6e 20 31 2e 31 32 20 28  32 34 2d 4f 63 74 2d 39  |n 1.12 (24-Oct-9|
00000780  30 29 20 2d 0a 20 20 61  64 64 65 64 20 27 53 61  |0) -.  added 'Sa|
00000790  6d 70 6c 65 73 27 20 77  69 6e 64 6f 77 2e 20 4e  |mples' window. N|
000007a0  6f 20 65 64 69 74 69 6e  67 20 66 61 63 69 6c 69  |o editing facili|
000007b0  74 69 65 73 20 61 73 20  79 65 74 2c 20 0a 20 20  |ties as yet, .  |
000007c0  62 75 74 20 75 73 65 66  75 6c 20 66 6f 72 20 72  |but useful for r|
000007d0  65 61 64 69 6e 67 20 74  68 6f 73 65 20 73 69 6c  |eading those sil|
000007e0  6c 79 20 6d 65 73 73 61  67 65 73 20 69 6e 20 41  |ly messages in A|
000007f0  6d 69 67 61 20 0a 20 20  6d 6f 64 75 6c 65 73 20  |miga .  modules |
00000800  21 0a 0a 56 65 72 73 69  6f 6e 20 31 2e 31 33 20  |!..Version 1.13 |
00000810  28 32 33 2d 4e 6f 76 2d  39 30 29 20 2d 0a 20 20  |(23-Nov-90) -.  |
00000820  61 64 64 65 64 20 53 54  20 4d 6f 64 75 6c 65 50  |added ST ModuleP|
00000830  6c 61 79 65 72 20 31 2e  30 34 20 28 33 30 20 41  |layer 1.04 (30 A|
00000840  75 67 20 31 39 39 30 29  20 62 79 20 41 4c 54 5f  |ug 1990) by ALT_|
00000850  4d 61 6e 20 0a 20 20 74  68 61 6e 6b 66 75 6c 6c  |Man .  thankfull|
00000860  79 20 74 68 65 20 77 6f  72 6b 73 70 61 63 65 20  |y the workspace |
00000870  62 75 67 73 20 73 65 65  6d 20 74 6f 20 62 65 20  |bugs seem to be |
00000880  66 69 78 65 64 20 69 6e  20 74 68 69 73 20 0a 20  |fixed in this . |
00000890  20 76 65 72 73 69 6f 6e  20 2d 20 77 65 6c 6c 20  | version - well |
000008a0  64 6f 6e 65 20 48 75 67  6f 20 21 0a 0a 56 65 72  |done Hugo !..Ver|
000008b0  73 69 6f 6e 20 31 2e 31  34 20 28 32 34 2d 4e 6f  |sion 1.14 (24-No|
000008c0  76 2d 39 30 29 20 2d 0a  20 20 63 61 6e 20 6e 6f  |v-90) -.  can no|
000008d0  77 20 63 68 61 6e 67 65  20 74 68 65 20 76 6f 6c  |w change the vol|
000008e0  75 6d 65 20 6f 66 20 65  61 63 68 20 73 61 6d 70  |ume of each samp|
000008f0  6c 65 20 62 79 20 63 6c  69 63 6b 69 6e 67 20 0a  |le by clicking .|
00000900  20 20 65 69 74 68 65 72  20 53 45 4c 45 43 54 20  |  either SELECT |
00000910  28 64 6f 77 6e 29 20 6f  72 20 41 44 4a 55 53 54  |(down) or ADJUST|
00000920  20 28 75 70 29 20 6f 76  65 72 20 74 68 65 20 73  | (up) over the s|
00000930  61 6d 70 6c 65 20 0a 20  20 76 6f 6c 75 6d 65 20  |ample .  volume |
00000940  6e 75 6d 62 65 72 73 20  27 42 69 74 73 27 20 64  |numbers 'Bits' d|
00000950  69 72 20 6e 6f 77 20 63  6f 6e 74 61 69 6e 73 20  |ir now contains |
00000960  21 53 70 65 63 74 72 65  20 77 68 69 63 68 20 69  |!Spectre which i|
00000970  73 20 0a 20 20 61 20 57  49 43 4b 45 44 20 64 65  |s .  a WICKED de|
00000980  73 6b 74 6f 70 20 73 70  65 63 74 72 75 6d 20 61  |sktop spectrum a|
00000990  6e 61 6c 79 73 65 72 20  2d 20 74 68 69 73 20 61  |nalyser - this a|
000009a0  70 70 20 77 61 73 20 0a  20 20 77 72 69 74 74 65  |pp was .  writte|
000009b0  6e 20 62 79 20 57 61 72  6e 65 72 20 48 65 70 70  |n by Warner Hepp|
000009c0  69 6e 67 20 28 73 65 65  20 68 69 73 20 21 48 65  |ing (see his !He|
000009d0  6c 70 20 66 69 6c 65 29  20 70 6c 65 61 73 65 20  |lp file) please |
000009e0  0a 20 20 6c 6f 61 64 20  74 68 69 73 20 41 46 54  |.  load this AFT|
000009f0  45 52 20 70 6c 61 79 65  72 6d 6f 64 20 66 72 6f  |ER playermod fro|
00000a00  6d 20 74 68 65 20 27 4f  70 65 6e 27 20 73 75 62  |m the 'Open' sub|
00000a10  6d 65 6e 75 2c 20 6f 72  20 0a 20 20 65 6c 73 65  |menu, or .  else|
00000a20  20 74 68 69 6e 67 73 20  73 63 72 65 77 20 75 70  | things screw up|
00000a30  20 21 20 64 72 61 67 20  61 20 64 69 72 65 63 74  | ! drag a direct|
00000a40  6f 72 79 20 69 63 6f 6e  20 74 6f 20 74 68 65 20  |ory icon to the |
00000a50  0a 20 20 6d 6f 64 75 6c  65 20 70 6c 61 79 65 72  |.  module player|
00000a60  2c 20 61 6e 64 20 61 6e  79 20 53 54 20 6d 6f 64  |, and any ST mod|
00000a70  75 6c 65 73 20 69 6e 73  69 64 65 20 77 69 6c 6c  |ules inside will|
00000a80  20 62 65 20 70 6c 61 79  65 64 20 0a 20 20 69 6e  | be played .  in|
00000a90  20 6f 72 64 65 72 2c 20  6a 75 73 74 20 6c 69 6b  | order, just lik|
00000aa0  65 20 61 20 43 44 21 20  79 6f 75 20 63 61 6e 20  |e a CD! you can |
00000ab0  73 65 65 20 77 68 69 63  68 20 66 69 6c 65 20 69  |see which file i|
00000ac0  73 20 0a 20 20 70 6c 61  79 69 6e 67 20 77 69 74  |s .  playing wit|
00000ad0  68 20 74 68 65 20 69 63  6f 6e 73 20 61 74 20 74  |h the icons at t|
00000ae0  68 65 20 62 6f 74 74 6f  6d 20 6f 66 20 74 68 65  |he bottom of the|
00000af0  20 73 74 61 74 75 73 20  0a 20 20 77 69 6e 64 6f  | status .  windo|
00000b00  77 2e 20 41 6c 73 6f 20  61 64 64 65 64 20 54 72  |w. Also added Tr|
00000b10  61 63 6b 65 72 49 20 26  20 54 72 61 63 6b 65 72  |ackerI & Tracker|
00000b20  49 56 20 56 55 20 61 6e  61 6c 79 73 65 72 73 20  |IV VU analysers |
00000b30  74 6f 20 0a 20 20 74 68  65 20 27 42 69 74 73 27  |to .  the 'Bits'|
00000b40  20 64 69 72 65 63 74 6f  72 79 2c 20 74 68 61 6e  | directory, than|
00000b50  6b 73 20 74 6f 20 44 61  76 69 64 20 45 76 61 6e  |ks to David Evan|
00000b60  73 20 66 6f 72 20 74 68  65 20 63 6f 64 65 20 0a  |s for the code .|
00000b70  20 20 6f 70 74 69 6d 69  73 61 74 69 6f 6e 0a 0a  |  optimisation..|
00000b80  56 65 72 73 69 6f 6e 20  31 2e 31 35 20 28 30 38  |Version 1.15 (08|
00000b90  2d 44 65 63 2d 39 30 29  20 2d 20 7b 46 69 72 73  |-Dec-90) - {Firs|
00000ba0  74 20 50 75 62 6c 69 63  20 52 65 6c 65 61 73 65  |t Public Release|
00000bb0  7d 0a 20 20 74 68 69 73  20 76 65 72 73 69 6f 6e  |}.  this version|
00000bc0  20 68 61 73 20 6d 61 73  73 65 73 20 6f 66 20 63  | has masses of c|
00000bd0  68 61 6e 67 65 73 20 74  6f 20 74 68 65 20 74 65  |hanges to the te|
00000be0  6d 70 6c 61 74 65 73 2c  0a 20 20 73 70 72 69 74  |mplates,.  sprit|
00000bf0  65 73 20 61 6e 64 20 63  6f 64 65 2e 20 4e 6f 77  |es and code. Now|
00000c00  20 74 68 61 74 20 74 68  65 73 65 20 63 68 61 6e  | that these chan|
00000c10  67 65 73 20 61 72 65 20  66 69 6e 61 6c 6c 79 0a  |ges are finally.|
00000c20  20 20 63 6f 6d 70 6c 65  74 65 2c 20 49 20 74 68  |  complete, I th|
00000c30  69 6e 6b 20 74 68 61 74  20 77 65 20 63 61 6e 20  |ink that we can |
00000c40  63 61 6c 6c 20 74 68 65  20 61 70 70 20 27 66 69  |call the app 'fi|
00000c50  6e 69 73 68 65 64 27 2c  0a 20 20 61 6e 64 20 49  |nished',.  and I|
00000c60  20 77 69 6c 6c 20 70 6f  73 74 20 69 74 20 74 6f  | will post it to|
00000c70  20 50 44 20 6c 69 62 72  61 72 69 65 73 2c 20 42  | PD libraries, B|
00000c80  42 53 27 73 2c 20 65 74  63 2e 0a 0a 56 65 72 73  |BS's, etc...Vers|
00000c90  69 6f 6e 20 31 2e 31 36  20 28 31 34 2d 44 65 63  |ion 1.16 (14-Dec|
00000ca0  2d 39 30 29 20 2d 0a 20  20 4d 61 74 74 20 63 6f  |-90) -.  Matt co|
00000cb0  6d 70 6c 61 69 6e 65 64  20 74 68 61 74 20 49 20  |mplained that I |
00000cc0  66 61 69 6c 65 64 20 74  6f 20 69 6d 70 6c 65 6d  |failed to implem|
00000cd0  65 6e 74 20 74 68 65 20  63 6f 6e 74 72 6f 6c 0a  |ent the control.|
00000ce0  20 20 70 61 6e 65 6c 20  61 73 20 70 65 72 20 48  |  panel as per H|
00000cf0  49 53 20 73 70 65 63 73  20 21 20 74 68 65 72 65  |IS specs ! there|
00000d00  20 61 72 65 20 6e 6f 77  20 33 20 74 72 61 63 6b  | are now 3 track|
00000d10  20 6d 6f 64 65 73 20 2d  20 0a 20 20 52 45 50 20  | modes - .  REP |
00000d20  66 6f 72 20 72 65 70 65  61 74 20 73 69 6e 67 6c  |for repeat singl|
00000d30  65 20 74 72 61 63 6b 2c  20 52 4e 44 20 66 6f 72  |e track, RND for|
00000d40  20 72 61 6e 64 6f 6d 20  74 72 61 63 6b 20 70 6c  | random track pl|
00000d50  61 79 2c 0a 20 20 61 6e  64 20 6e 65 69 74 68 65  |ay,.  and neithe|
00000d60  72 20 28 61 6e 64 20 64  65 66 61 75 6c 74 29 20  |r (and default) |
00000d70  69 73 20 73 65 71 75 65  6e 74 69 61 6c 20 74 72  |is sequential tr|
00000d80  61 63 6b 20 70 6c 61 79  20 2d 0a 20 20 68 6f 70  |ack play -.  hop|
00000d90  65 20 79 6f 75 20 61 6c  6c 20 6c 69 6b 65 20 69  |e you all like i|
00000da0  74 2e 0a 0a 56 65 72 73  69 6f 6e 20 31 2e 31 37  |t...Version 1.17|
00000db0  20 28 33 31 2d 44 65 63  2d 39 30 29 20 2d 0a 20  | (31-Dec-90) -. |
00000dc0  20 4c 6f 74 73 20 6f 66  20 66 65 65 64 62 61 63  | Lots of feedbac|
00000dd0  6b 20 73 69 6e 63 65 20  31 2e 31 35 2e 20 4e 65  |k since 1.15. Ne|
00000de0  77 20 66 65 61 74 75 72  65 73 20 69 6e 63 6c 75  |w features inclu|
00000df0  64 65 20 0a 20 20 65 64  69 74 69 6e 67 20 53 61  |de .  editing Sa|
00000e00  6d 70 6c 65 20 6c 65 6e  67 74 68 73 2c 20 72 65  |mple lengths, re|
00000e10  70 65 61 74 20 70 6f 73  69 74 69 6f 6e 73 20 26  |peat positions &|
00000e20  20 6c 65 6e 67 74 68 73  20 61 6e 64 20 0a 20 20  | lengths and .  |
00000e30  74 68 65 20 61 62 69 6c  69 74 79 20 74 6f 20 73  |the ability to s|
00000e40  61 76 65 20 61 20 73 61  6d 70 6c 65 20 74 6f 20  |ave a sample to |
00000e50  64 69 73 63 20 69 6e 20  21 54 72 61 63 6b 65 72  |disc in !Tracker|
00000e60  20 0a 20 20 66 6f 72 6d  61 74 2e 20 49 20 77 6f  | .  format. I wo|
00000e70  75 6c 64 20 6c 69 6b 65  20 74 6f 20 73 65 65 20  |uld like to see |
00000e80  61 20 53 54 72 61 63 6b  65 72 20 3d 3e 20 54 72  |a STracker => Tr|
00000e90  61 63 6b 65 72 20 66 6f  72 6d 61 74 20 0a 20 20  |acker format .  |
00000ea0  63 6f 6e 76 65 72 74 65  72 20 61 64 64 65 64 20  |converter added |
00000eb0  6e 65 78 74 2e 20 41 6c  73 6f 20 21 53 70 65 63  |next. Also !Spec|
00000ec0  74 72 65 20 68 61 73 20  62 65 65 6e 20 74 75 72  |tre has been tur|
00000ed0  6e 65 64 20 0a 20 20 69  6e 74 6f 20 61 20 6d 6f  |ned .  into a mo|
00000ee0  64 75 6c 65 20 73 6f 20  74 68 61 74 20 79 6f 75  |dule so that you|
00000ef0  20 64 6f 6e 27 74 20 6e  65 65 64 20 74 6f 20 6c  | don't need to l|
00000f00  65 61 76 65 20 74 68 65  20 64 69 73 63 20 0a 20  |eave the disc . |
00000f10  20 69 6e 20 74 68 65 20  20 64 72 69 76 65 20 2d  | in the  drive -|
00000f20  20 69 74 20 6c 6f 61 64  73 20 66 72 6f 6d 20 74  | it loads from t|
00000f30  68 65 20 52 4d 41 20 6c  69 6b 65 20 54 77 69 6e  |he RMA like Twin|
00000f40  20 6e 6f 77 20 21 20 0a  20 20 41 64 64 65 64 20  | now ! .  Added |
00000f50  74 68 65 20 73 69 6c 6c  79 20 4b 65 79 62 6f 61  |the silly Keyboa|
00000f60  72 64 20 70 72 6f 67 72  61 6d 20 69 6e 20 74 68  |rd program in th|
00000f70  65 20 27 42 69 74 73 27  20 0a 20 20 64 69 72 65  |e 'Bits' .  dire|
00000f80  63 74 6f 72 79 2e 0a 0a  56 65 72 73 69 6f 6e 20  |ctory...Version |
00000f90  31 2e 31 38 20 28 30 31  2d 4a 61 6e 2d 39 31 29  |1.18 (01-Jan-91)|
00000fa0  20 2d 0a 20 20 46 69 72  73 74 20 61 70 70 6c 69  | -.  First appli|
00000fb0  63 61 74 69 6f 6e 20 6f  66 20 31 39 39 31 20 21  |cation of 1991 !|
00000fc0  20 4b 65 79 62 6f 61 72  64 20 70 72 6f 67 72 61  | Keyboard progra|
00000fd0  6d 20 68 61 73 20 62 65  65 6e 0a 20 20 75 70 67  |m has been.  upg|
00000fe0  72 61 64 65 64 20 74 6f  20 61 20 66 75 6c 6c 20  |raded to a full |
00000ff0  41 52 4d 20 63 6f 64 65  20 67 72 61 70 68 69 63  |ARM code graphic|
00001000  61 6c 6c 79 20 72 65 64  72 61 77 6e 20 0a 20 20  |ally redrawn .  |
00001010  77 69 6e 64 6f 77 20 61  6e 64 20 62 65 65 6e 20  |window and been |
00001020  6d 61 64 65 20 61 6e 20  69 6e 74 65 67 72 61 6c  |made an integral|
00001030  20 70 61 72 74 20 6f 66  20 50 6c 61 79 65 72 4d  | part of PlayerM|
00001040  6f 64 2e 20 20 0a 20 20  45 76 65 6e 20 70 6c 61  |od.  .  Even pla|
00001050  79 73 20 74 68 65 20 63  6f 72 72 65 63 74 20 6e  |ys the correct n|
00001060  6f 74 65 73 20 6f 6e 20  61 20 33 20 6f 63 74 61  |otes on a 3 octa|
00001070  76 65 20 6b 65 79 62 6f  61 72 64 20 21 0a 0a 56  |ve keyboard !..V|
00001080  65 72 73 69 6f 6e 20 31  2e 31 39 20 28 30 37 2d  |ersion 1.19 (07-|
00001090  4a 61 6e 2d 39 31 29 20  2d 20 7b 53 65 63 6f 6e  |Jan-91) - {Secon|
000010a0  64 20 50 75 62 6c 69 63  20 52 65 6c 65 61 73 65  |d Public Release|
000010b0  7d 0a 20 20 42 75 67 20  66 69 78 65 73 2e 20 43  |}.  Bug fixes. C|
000010c0  6f 64 65 20 6f 70 74 69  6d 69 73 61 74 69 6f 6e  |ode optimisation|
000010d0  20 6f 6e 20 72 65 64 72  61 77 2c 20 61 6e 64 20  | on redraw, and |
000010e0  72 65 6d 6f 76 61 6c 20  6f 66 20 0a 20 20 41 52  |removal of .  AR|
000010f0  4d 20 73 6f 75 72 63 65  20 63 6f 64 65 20 28 6e  |M source code (n|
00001100  6f 77 20 6c 6f 61 64 73  20 69 6e 20 61 73 20 61  |ow loads in as a|
00001110  20 70 69 65 63 65 20 6f  66 20 41 62 73 6f 6c 75  | piece of Absolu|
00001120  74 65 20 0a 20 20 63 6f  64 65 29 2e 20 41 6c 73  |te .  code). Als|
00001130  6f 20 72 65 63 6f 67 6e  69 73 65 73 20 27 54 72  |o recognises 'Tr|
00001140  61 63 6b 65 72 27 20 66  6f 72 6d 61 74 20 73 6f  |acker' format so|
00001150  6e 67 73 20 70 72 69 6f  72 20 0a 20 20 74 6f 20  |ngs prior .  to |
00001160  6c 6f 61 64 69 6e 67 2c  20 61 6e 64 20 67 69 76  |loading, and giv|
00001170  65 73 20 61 6e 20 65 72  72 6f 72 20 6d 65 73 73  |es an error mess|
00001180  61 67 65 20 72 61 74 68  65 72 20 74 68 61 6e 20  |age rather than |
00001190  20 0a 20 20 6c 65 74 74  69 6e 67 20 74 68 65 20  | .  letting the |
000011a0  6d 6f 64 75 6c 65 20 74  72 79 20 61 6e 64 20 6c  |module try and l|
000011b0  6f 61 64 20 69 74 2c 20  77 68 69 63 68 20 77 6f  |oad it, which wo|
000011c0  75 6c 64 20 67 69 76 65  20 61 20 0a 20 20 44 61  |uld give a .  Da|
000011d0  74 61 20 41 62 6f 72 74  20 65 72 72 6f 72 2e 0a  |ta Abort error..|
000011e0  0a 56 65 72 73 69 6f 6e  20 31 2e 32 30 20 28 30  |.Version 1.20 (0|
000011f0  39 2d 4a 61 6e 2d 39 31  29 20 2d 0a 20 20 4e 6f  |9-Jan-91) -.  No|
00001200  20 6d 61 6a 6f 72 20 63  68 61 6e 67 65 73 2c 20  | major changes, |
00001210  6a 75 73 74 20 73 6f 6d  65 20 6c 69 74 74 6c 65  |just some little|
00001220  20 62 75 67 73 20 66 69  78 65 73 2c 20 61 20 6e  | bugs fixes, a n|
00001230  65 77 0a 20 20 76 65 72  73 69 6f 6e 20 6f 66 20  |ew.  version of |
00001240  54 72 61 63 6b 65 72 49  56 20 28 42 69 74 73 20  |TrackerIV (Bits |
00001250  64 69 72 65 63 74 6f 72  79 20 61 63 63 65 73 73  |directory access|
00001260  65 64 20 62 79 20 41 44  4a 55 53 54 0a 20 20 6f  |ed by ADJUST.  o|
00001270  6e 20 74 68 65 20 69 63  6f 6e 20 62 61 72 29 2e  |n the icon bar).|
00001280  20 54 72 61 63 6b 65 72  49 56 20 69 6e 69 74 69  | TrackerIV initi|
00001290  61 6c 69 73 65 73 20 71  75 69 63 6b 65 72 2c 20  |alises quicker, |
000012a0  64 6f 65 73 6e 27 74 0a  20 20 63 72 61 73 68 20  |doesn't.  crash |
000012b0  61 6e 64 20 6e 6f 77 20  69 6d 70 6c 65 6d 65 6e  |and now implemen|
000012c0  74 73 20 76 6f 6c 75 6d  65 20 73 63 61 6c 69 6e  |ts volume scalin|
000012d0  67 2e 0a 20 20 4e 65 77  20 65 72 72 6f 72 73 20  |g..  New errors |
000012e0  66 65 61 74 75 72 65 20  2d 20 69 66 20 6d 6f 72  |feature - if mor|
000012f0  65 20 74 68 61 6e 20 33  20 65 72 72 6f 72 73 20  |e than 3 errors |
00001300  6f 63 63 75 72 20 77 69  74 68 69 6e 0a 20 20 61  |occur within.  a|
00001310  20 66 65 77 20 73 65 63  6f 6e 64 73 20 28 69 65  | few seconds (ie|
00001320  2c 20 61 6e 20 69 6e 66  69 6e 69 74 65 20 6c 6f  |, an infinite lo|
00001330  6f 70 20 65 72 72 6f 72  29 2c 20 74 68 65 6e 20  |op error), then |
00001340  74 68 65 0a 20 20 70 72  6f 67 72 61 6d 20 74 72  |the.  program tr|
00001350  61 70 73 20 74 68 69 73  20 61 6e 64 20 65 78 69  |aps this and exi|
00001360  74 73 20 74 68 65 20 61  70 70 6c 69 63 61 74 69  |ts the applicati|
00001370  6f 6e 20 63 6c 65 61 6e  6c 79 20 2d 0a 20 20 49  |on cleanly -.  I|
00001380  20 6a 75 73 74 20 77 69  73 68 20 74 68 61 74 20  | just wish that |
00001390  63 65 72 74 61 69 6e 20  70 69 65 63 65 73 20 6f  |certain pieces o|
000013a0  66 20 63 6f 6d 6d 65 72  63 69 61 6c 20 73 6f 66  |f commercial sof|
000013b0  74 77 61 72 65 0a 20 20  64 69 64 20 74 68 69 73  |tware.  did this|
000013c0  20 21 0a 0a 56 65 72 73  69 6f 6e 20 31 2e 32 31  | !..Version 1.21|
000013d0  20 28 31 34 2d 46 65 62  2d 39 31 29 20 2d 0a 20  | (14-Feb-91) -. |
000013e0  20 53 65 76 65 72 61 6c  20 62 75 67 73 20 66 69  | Several bugs fi|
000013f0  78 65 64 20 74 6f 20 64  6f 20 77 69 74 68 20 63  |xed to do with c|
00001400  6c 69 63 6b 69 6e 67 20  4d 45 4e 55 20 69 6e 20  |licking MENU in |
00001410  74 68 65 0a 20 20 53 61  6d 70 6c 65 73 20 77 69  |the.  Samples wi|
00001420  6e 64 6f 77 2c 20 44 61  74 61 4f 70 65 6e 20 6d  |ndow, DataOpen m|
00001430  65 73 73 61 67 65 73 20  61 6e 64 20 21 54 72 61  |essages and !Tra|
00001440  63 6b 65 72 20 66 6f 72  6d 61 74 0a 20 20 74 75  |cker format.  tu|
00001450  6e 65 73 2e 20 59 6f 75  20 61 6c 73 6f 20 6e 6f  |nes. You also no|
00001460  77 20 68 61 76 65 20 61  20 63 68 6f 69 63 65 20  |w have a choice |
00001470  6f 66 20 77 68 65 74 68  65 72 20 74 6f 20 6c 6f  |of whether to lo|
00001480  61 64 0a 20 20 61 6e 20  61 6c 69 65 6e 20 66 69  |ad.  an alien fi|
00001490  6c 65 74 79 70 65 20 6f  72 20 6e 6f 74 20 77 68  |letype or not wh|
000014a0  65 6e 20 69 74 20 69 73  20 64 72 61 67 67 65 64  |en it is dragged|
000014b0  20 74 6f 20 74 68 65 20  69 63 6f 6e 0a 20 20 62  | to the icon.  b|
000014c0  61 72 2e 0a 0a 56 65 72  73 69 6f 6e 20 31 2e 32  |ar...Version 1.2|
000014d0  32 20 28 31 35 2d 46 65  62 2d 39 31 29 20 2d 20  |2 (15-Feb-91) - |
000014e0  7b 49 6e 74 65 67 72 61  74 69 6f 6e 20 6f 66 20  |{Integration of |
000014f0  4a 61 6d 65 73 27 20 63  6f 64 65 7d 0a 20 20 41  |James' code}.  A|
00001500  64 64 65 64 20 61 75 74  6f 66 61 64 65 20 61 74  |dded autofade at|
00001510  20 65 6e 64 20 6f 66 20  73 6f 6e 67 20 77 68 65  | end of song whe|
00001520  6e 20 70 6c 61 79 69 6e  67 20 61 20 64 69 72 65  |n playing a dire|
00001530  63 74 6f 72 79 2e 0a 20  20 4d 61 64 65 20 74 68  |ctory..  Made th|
00001540  65 20 61 75 74 6f 66 61  64 65 20 69 6e 74 65 6c  |e autofade intel|
00001550  6c 69 67 65 6e 74 2c 20  66 61 64 69 6e 67 20 6f  |ligent, fading o|
00001560  66 66 20 6f 6e 6c 79 20  77 68 65 6e 20 74 68 65  |ff only when the|
00001570  0a 20 20 6c 61 73 74 20  65 76 65 6e 74 20 63 6f  |.  last event co|
00001580  6e 74 61 69 6e 65 64 20  61 6e 79 20 6e 6f 74 65  |ntained any note|
00001590  73 2e 0a 20 20 41 64 64  65 64 20 70 6c 61 79 6c  |s..  Added playl|
000015a0  69 73 74 20 66 61 63 69  6c 69 74 69 65 73 2e 20  |ist facilities. |
000015b0  41 74 20 74 68 65 20 6d  6f 6d 65 6e 74 20 70 6c  |At the moment pl|
000015c0  61 79 6c 69 73 74 73 20  6d 75 73 74 0a 20 20 62  |aylists must.  b|
000015d0  65 20 70 72 6f 64 75 63  65 64 20 62 79 20 68 61  |e produced by ha|
000015e0  6e 64 2e 20 53 65 65 20  70 6c 61 79 6c 69 73 74  |nd. See playlist|
000015f0  20 66 69 6c 65 20 69 6e  20 27 42 69 74 73 27 20  | file in 'Bits' |
00001600  64 69 72 2e 0a 0a 56 65  72 73 69 6f 6e 20 31 2e  |dir...Version 1.|
00001610  32 33 20 28 31 36 2d 46  65 62 2d 39 31 29 20 2d  |23 (16-Feb-91) -|
00001620  0a 20 20 41 73 20 65 78  70 65 63 74 65 64 20 2d  |.  As expected -|
00001630  20 6c 6f 74 73 20 6f 66  20 62 75 67 20 66 69 78  | lots of bug fix|
00001640  65 73 2e 20 50 72 69 6d  61 72 69 6c 79 20 74 6f  |es. Primarily to|
00001650  20 64 6f 20 77 69 74 68  0a 20 20 74 68 65 20 27  | do with.  the '|
00001660  72 65 70 65 61 74 27 20  6f 70 74 69 6f 6e 20 74  |repeat' option t|
00001670  68 61 74 20 77 61 73 6e  27 74 20 69 6d 70 6c 65  |hat wasn't imple|
00001680  6d 65 6e 74 65 64 20 69  6e 20 76 31 2e 31 35 2e  |mented in v1.15.|
00001690  0a 20 20 59 6f 75 20 63  61 6e 20 6e 6f 77 20 64  |.  You can now d|
000016a0  6f 75 62 6c 65 20 63 6c  69 63 6b 20 6f 6e 20 53  |ouble click on S|
000016b0  54 53 63 72 69 70 74 20  28 70 6c 61 79 6c 69 73  |TScript (playlis|
000016c0  74 29 20 66 69 6c 65 73  0a 20 20 61 6e 64 20 74  |t) files.  and t|
000016d0  68 65 73 65 20 77 69 6c  6c 20 62 65 20 2a 54 79  |hese will be *Ty|
000016e0  70 65 27 64 2e 0a 0a 56  65 72 73 69 6f 6e 20 31  |pe'd...Version 1|
000016f0  2e 32 34 20 28 32 34 2d  46 65 62 2d 39 31 29 20  |.24 (24-Feb-91) |
00001700  2d 20 7b 31 73 74 20 52  65 6c 65 61 73 65 20 74  |- {1st Release t|
00001710  6f 20 41 72 63 61 64 65  20 42 42 53 7d 0a 20 20  |o Arcade BBS}.  |
00001720  4e 6f 77 20 70 72 65 73  65 72 76 65 73 20 73 74  |Now preserves st|
00001730  65 72 65 6f 20 70 6f 73  69 74 69 6f 6e 73 20 6f  |ereo positions o|
00001740  76 65 72 20 6e 65 77 20  6d 6f 64 75 6c 65 20 6c  |ver new module l|
00001750  6f 61 64 73 2e 0a 20 20  4d 61 6a 6f 72 20 61 64  |oads..  Major ad|
00001760  64 69 74 69 6f 6e 20 69  73 20 74 68 65 20 61 62  |dition is the ab|
00001770  69 6c 69 74 79 20 74 6f  20 63 6f 6e 76 65 72 74  |ility to convert|
00001780  20 54 72 61 63 6b 65 72  0a 20 20 66 6f 72 6d 61  | Tracker.  forma|
00001790  74 20 74 75 6e 65 73 20  69 6e 74 6f 20 53 6f 75  |t tunes into Sou|
000017a0  6e 64 20 54 72 61 63 6b  65 72 20 28 62 75 74 20  |nd Tracker (but |
000017b0  6f 6e 6c 79 20 69 66 20  74 68 65 79 20 75 73 65  |only if they use|
000017c0  0a 20 20 34 20 63 68 61  6e 6e 65 6c 73 20 21 29  |.  4 channels !)|
000017d0  2e 20 54 68 61 6e 6b 73  20 74 6f 20 4d 2e 46 61  |. Thanks to M.Fa|
000017e0  72 72 6f 77 20 66 6f 72  20 74 68 65 20 41 52 4d  |rrow for the ARM|
000017f0  20 74 6f 20 64 6f 0a 20  20 74 68 69 73 20 66 72  | to do.  this fr|
00001800  6f 6d 20 68 69 73 20 21  47 65 74 53 54 4d 6f 64  |om his !GetSTMod|
00001810  20 61 70 70 20 21 21 0a  20 20 53 6f 6d 65 20 27  | app !!.  Some '|
00001820  75 73 65 66 75 6c 27 20  63 68 61 6e 67 65 73 20  |useful' changes |
00001830  6d 61 64 65 20 6c 69 6b  65 20 63 6c 69 63 6b 69  |made like clicki|
00001840  6e 67 20 41 44 4a 55 53  54 20 69 6e 73 74 65 61  |ng ADJUST instea|
00001850  64 0a 20 20 6f 66 20 53  45 4c 45 43 54 20 69 6e  |d.  of SELECT in|
00001860  20 74 68 65 20 27 4f 70  65 6e 27 20 73 75 62 6d  | the 'Open' subm|
00001870  65 6e 75 20 77 69 6c 6c  20 63 6c 6f 73 65 20 77  |enu will close w|
00001880  69 6e 64 6f 77 73 2c 20  61 6e 64 0a 20 20 63 6c  |indows, and.  cl|
00001890  69 63 6b 69 6e 67 20 6f  6e 20 74 68 65 20 27 4f  |icking on the 'O|
000018a0  70 65 6e 27 20 6d 65 6e  75 20 69 74 65 6d 20 77  |pen' menu item w|
000018b0  69 6c 6c 20 6f 70 65 6e  20 61 6c 6c 20 74 68 65  |ill open all the|
000018c0  0a 20 20 77 69 6e 64 6f  77 73 20 69 6e 20 6f 6e  |.  windows in on|
000018d0  65 20 67 6f 2e 0a 0a 56  65 72 73 69 6f 6e 20 31  |e go...Version 1|
000018e0  2e 32 35 20 28 30 32 2d  4d 61 72 2d 39 31 29 20  |.25 (02-Mar-91) |
000018f0  2d 20 7b 32 6e 64 20 52  65 6c 65 61 73 65 20 74  |- {2nd Release t|
00001900  6f 20 41 72 63 61 64 65  20 42 42 53 7d 0a 20 20  |o Arcade BBS}.  |
00001910  44 69 73 63 6f 76 65 72  79 20 6f 66 20 74 68 65  |Discovery of the|
00001920  20 57 69 6d 70 5f 53 65  74 45 78 74 65 6e 74 20  | Wimp_SetExtent |
00001930  63 61 6c 6c 20 21 21 20  53 6f 20 74 68 65 20 73  |call !! So the s|
00001940  61 6d 70 6c 65 73 0a 20  20 77 69 6e 64 6f 77 20  |amples.  window |
00001950  6e 6f 77 20 75 73 65 73  20 74 68 61 74 20 69 6e  |now uses that in|
00001960  73 74 65 61 64 20 6f 66  20 64 65 6c 65 74 69 6e  |stead of deletin|
00001970  67 20 61 6e 64 20 72 65  63 72 65 61 74 69 6e 67  |g and recreating|
00001980  0a 20 20 74 68 65 20 77  69 6e 64 6f 77 2e 2e 21  |.  the window..!|
00001990  20 41 6c 73 6f 20 74 68  65 20 61 64 64 69 74 69  | Also the additi|
000019a0  6f 6e 20 6f 66 20 79 65  74 20 41 4e 4f 54 48 45  |on of yet ANOTHE|
000019b0  52 20 77 69 6e 64 6f 77  2c 0a 20 20 74 68 69 73  |R window,.  this|
000019c0  20 6f 6e 65 20 64 65 61  6c 73 20 77 69 74 68 20  | one deals with |
000019d0  74 68 65 20 54 72 61 63  6b 65 72 2d 3e 53 54 72  |the Tracker->STr|
000019e0  61 63 6b 65 72 20 63 6f  6e 76 65 72 73 69 6f 6e  |acker conversion|
000019f0  2e 0a 20 20 53 70 65 63  74 72 65 20 31 2e 30 34  |..  Spectre 1.04|
00001a00  20 75 70 64 61 74 65 3a  0a 20 20 20 2d 47 72 61  | update:.   -Gra|
00001a10  76 69 74 79 20 61 64 64  65 64 2e 0a 20 20 20 2d  |vity added..   -|
00001a20  44 69 72 65 63 74 20 53  70 72 69 74 65 20 41 63  |Direct Sprite Ac|
00001a30  63 65 73 73 20 74 6f 20  73 70 65 65 64 20 75 70  |cess to speed up|
00001a40  20 64 72 61 77 69 6e 67  2e 0a 20 20 20 2d 46 61  | drawing..   -Fa|
00001a50  73 74 20 53 71 72 74 2e  0a 20 20 20 2d 41 70 70  |st Sqrt..   -App|
00001a60  72 6f 78 2e 20 37 30 25  20 66 61 73 74 65 72 20  |rox. 70% faster |
00001a70  74 68 61 6e 20 76 31 2e  30 33 21 21 0a 20 20 4d  |than v1.03!!.  M|
00001a80  61 69 6e 20 21 52 75 6e  49 6d 61 67 65 20 68 61  |ain !RunImage ha|
00001a90  73 20 6e 6f 77 20 62 65  65 6e 20 27 53 71 75 69  |s now been 'Squi|
00001aa0  73 68 65 64 27 20 62 65  63 61 75 73 65 20 6f 66  |shed' because of|
00001ab0  20 6d 65 6d 6f 72 79 0a  20 20 72 65 73 74 72 69  | memory.  restri|
00001ac0  63 74 69 6f 6e 73 2c 20  72 65 73 75 6c 74 69 6e  |ctions, resultin|
00001ad0  67 20 69 6e 20 61 6e 20  65 78 74 72 61 20 38 4b  |g in an extra 8K|
00001ae0  20 66 72 65 65 20 6d 65  6d 6f 72 79 20 21 0a 0a  | free memory !..|
00001af0  56 65 72 73 69 6f 6e 20  31 2e 33 30 20 28 31 36  |Version 1.30 (16|
00001b00  2d 4a 75 6c 2d 39 31 29  20 2d 20 7b 4c 61 73 74  |-Jul-91) - {Last|
00001b10  20 50 44 20 76 65 72 73  69 6f 6e 20 21 7d 0a 20  | PD version !}. |
00001b20  20 50 72 6f 67 72 61 6d  20 6e 6f 77 20 75 73 65  | Program now use|
00001b30  73 20 63 6f 72 72 65 63  74 20 27 75 73 65 72 20  |s correct 'user |
00001b40  73 70 72 69 74 65 20 61  72 65 61 27 20 66 6f 72  |sprite area' for|
00001b50  20 69 74 73 20 6d 61 69  6e 0a 20 20 27 53 70 72  | its main.  'Spr|
00001b60  69 74 65 73 27 20 66 69  6c 65 2c 20 72 61 74 68  |ites' file, rath|
00001b70  65 72 20 74 68 61 6e 20  6c 6f 61 64 69 6e 67 20  |er than loading |
00001b80  74 68 65 6d 20 69 6e 74  6f 20 74 68 65 20 57 69  |them into the Wi|
00001b90  6d 70 0a 20 20 73 70 72  69 74 65 20 70 6f 6f 6c  |mp.  sprite pool|
00001ba0  20 2d 20 77 68 69 63 68  20 77 61 73 20 74 68 65  | - which was the|
00001bb0  20 6d 61 69 6e 20 63 61  75 73 65 20 6f 66 20 63  | main cause of c|
00001bc0  72 61 73 68 65 73 20 69  6e 0a 20 20 6f 6c 64 65  |rashes in.  olde|
00001bd0  72 20 76 65 72 73 69 6f  6e 73 2e 0a 20 20 4e 6f  |r versions..  No|
00001be0  77 20 63 68 65 63 6b 73  20 66 6f 72 20 76 65 72  |w checks for ver|
00001bf0  73 69 6f 6e 73 20 6f 66  20 6d 6f 64 75 6c 65 20  |sions of module |
00001c00  4c 41 54 45 52 20 74 68  61 6e 20 31 2e 30 34 2c  |LATER than 1.04,|
00001c10  20 61 6e 64 0a 20 20 6b  69 6c 6c 73 20 74 68 65  | and.  kills the|
00001c20  6d 20 2d 20 74 68 69 73  20 6e 65 65 64 73 20 74  |m - this needs t|
00001c30  6f 20 62 65 20 64 6f 6e  65 20 74 6f 20 70 72 65  |o be done to pre|
00001c40  76 65 6e 74 20 63 72 61  73 68 65 73 0a 20 20 77  |vent crashes.  w|
00001c50  68 65 6e 20 64 69 72 65  63 74 6c 79 20 72 65 61  |hen directly rea|
00001c60  64 69 6e 67 20 74 75 6e  65 20 64 65 74 61 69 6c  |ding tune detail|
00001c70  73 2e 0a 20 20 54 75 6e  65 20 6e 61 6d 65 20 63  |s..  Tune name c|
00001c80  6f 6e 76 65 72 73 69 6f  6e 20 69 6e 20 54 72 61  |onversion in Tra|
00001c90  63 6b 65 72 2d 3e 53 54  72 61 63 6b 65 72 20 69  |cker->STracker i|
00001ca0  73 20 6e 6f 77 20 77 6f  72 6b 69 6e 67 0a 20 20  |s now working.  |
00001cb0  63 6f 72 72 65 63 74 6c  79 2e 0a 20 20 53 6f 6d  |correctly..  Som|
00001cc0  65 20 73 6d 61 6c 6c 20  6d 6f 64 69 66 69 63 61  |e small modifica|
00001cd0  74 69 6f 6e 73 20 6d 61  64 65 20 74 6f 20 65 72  |tions made to er|
00001ce0  72 6f 72 20 68 61 6e 64  6c 69 6e 67 20 26 0a 20  |ror handling &. |
00001cf0  20 74 65 6d 70 6c 61 74  65 2f 73 70 72 69 74 65  | template/sprite|
00001d00  73 20 66 69 6c 65 73 2e  0a 20 20 46 69 78 65 64  |s files..  Fixed|
00001d10  20 61 20 66 65 77 20 70  72 6f 62 6c 65 6d 73 20  | a few problems |
00001d20  77 69 74 68 20 4b 65 79  62 6f 61 72 64 2f 43 6f  |with Keyboard/Co|
00001d30  6e 74 72 6f 6c 20 77 69  6e 64 6f 77 73 20 6e 6f  |ntrol windows no|
00001d40  74 0a 20 20 72 65 63 6f  67 6e 69 7a 69 6e 67 20  |t.  recognizing |
00001d50  73 74 6f 70 70 65 64 20  74 75 6e 65 73 20 63 6f  |stopped tunes co|
00001d60  72 72 65 63 74 6c 79 2e  0a 0a 2d 2d 2d 2d 2d 2d  |rrectly...------|
00001d70  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001da0  2d 2d 2d 2d 0a 0a 49 66  20 79 6f 75 20 77 61 6e  |----..If you wan|
00001db0  74 20 74 6f 20 63 6f 6e  74 61 63 74 20 74 68 65  |t to contact the|
00001dc0  20 61 75 74 68 6f 72 73  20 66 6f 72 20 77 68 61  | authors for wha|
00001dd0  74 65 76 65 72 20 72 65  61 73 6f 6e 2c 0a 74 68  |tever reason,.th|
00001de0  65 6e 20 77 72 69 74 65  20 74 6f 20 3a 0a 0a 4e  |en write to :..N|
00001df0  69 63 6b 20 53 6d 69 74  68 20 20 20 20 20 20 20  |ick Smith       |
00001e00  20 20 20 20 20 4a 41 4e  45 54 3a 20 6e 61 73 32  |     JANET: nas2|
00001e10  30 40 75 6b 2e 61 63 2e  63 61 6d 62 72 69 64 67  |0@uk.ac.cambridg|
00001e20  65 2e 70 68 6f 65 6e 69  78 0a 50 4c 41 59 45 52  |e.phoenix.PLAYER|
00001e30  4d 4f 44 20 41 50 50 0a  31 32 34 20 57 65 73 74  |MOD APP.124 West|
00001e40  62 75 72 79 20 4c 61 6e  65 20 20 20 20 20 54 65  |bury Lane     Te|
00001e50  72 6d 20 3a 20 4e 69 63  6b 20 53 6d 69 74 68 20  |rm : Nick Smith |
00001e60  20 20 20 20 20 20 20 20  0a 4e 65 77 70 6f 72 74  |        .Newport|
00001e70  20 50 61 67 6e 65 6c 6c  20 20 20 20 20 20 20 20  | Pagnell        |
00001e80  20 20 20 20 20 20 43 68  75 72 63 68 69 6c 6c 20  |      Churchill |
00001e90  43 6f 6c 6c 65 67 65 20  20 20 0a 42 75 63 6b 73  |College   .Bucks|
00001ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001eb0  20 20 20 20 20 20 20 20  43 61 6d 62 72 69 64 67  |        Cambridg|
00001ec0  65 20 20 20 0a 4d 4b 31  36 20 38 50 4e 20 20 20  |e   .MK16 8PN   |
00001ed0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001ee0  20 20 43 42 33 20 30 44  53 0a 0a 49 20 77 65 6c  |  CB3 0DS..I wel|
00001ef0  63 6f 6d 65 20 61 6c 6c  20 65 6e 71 75 69 72 65  |come all enquire|
00001f00  73 20 2d 20 65 73 70 65  63 69 61 6c 6c 79 20 72  |s - especially r|
00001f10  65 67 69 73 74 72 61 74  69 6f 6e 73 20 66 6f 72  |egistrations for|
00001f20  20 74 68 65 0a 63 6f 6d  6d 65 72 63 69 61 6c 20  | the.commercial |
00001f30  76 65 72 73 69 6f 6e 20  32 2e 30 30 20 6f 66 20  |version 2.00 of |
00001f40  21 50 6c 61 79 65 72 4d  6f 64 20 21 21 20 43 68  |!PlayerMod !! Ch|
00001f50  65 63 6b 20 6f 75 74 20  74 68 65 0a 74 65 78 74  |eck out the.text|
00001f60  20 66 69 6c 65 20 27 55  73 65 72 42 69 74 73 2e  | file 'UserBits.|
00001f70  56 65 72 73 69 6f 6e 32  27 20 66 6f 72 20 6d 6f  |Version2' for mo|
00001f80  72 65 20 64 65 74 61 69  6c 73 20 6f 66 20 74 68  |re details of th|
00001f90  69 73 0a 73 63 68 65 6d  65 2e 20 50 6c 65 61 73  |is.scheme. Pleas|
00001fa0  65 20 72 65 6d 65 6d 62  65 72 20 74 6f 20 63 6c  |e remember to cl|
00001fb0  65 61 72 6c 79 20 6d 61  72 6b 20 74 68 65 20 65  |early mark the e|
00001fc0  6e 76 65 6c 6f 70 65 20  0a 27 50 4c 41 59 45 52  |nvelope .'PLAYER|
00001fd0  4d 4f 44 27 20 74 6f 20  6d 61 6b 65 20 73 75 72  |MOD' to make sur|
00001fe0  65 20 74 68 61 74 20 69  74 20 64 65 61 6c 74 20  |e that it dealt |
00001ff0  77 69 74 68 20 61 73 20  71 75 69 63 6b 6c 79 20  |with as quickly |
00002000  61 73 0a 70 6f 73 73 69  62 6c 65 2e 0a 0a 2d 2d  |as.possible...--|
00002010  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00002040  2d 2d 2d 2d 2d 2d 2d 2d  0a 65 6e 64 2e 0a        |--------.end..|
0000204e