Home » Archimedes archive » Archimedes World » AW-1991-05.adf » May91 » !AWMay91/Goodies/Coconizer/!Coconizer/Ready?
!AWMay91/Goodies/Coconizer/!Coconizer/Ready?
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 » Archimedes World » AW-1991-05.adf » May91 |
Filename: | !AWMay91/Goodies/Coconizer/!Coconizer/Ready? |
Read OK: | ✔ |
File size: | 10B3 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
INSTALLING ON HARDDISC / DISCS 3rd March 1991 ============================== To install Coconizer on Harddisc or Disc, adapt the !Boot file of !Coconizer appropriate its documented lines please. Mark the 'not needed' lines with a leading "|", do not delete them please. That means you should find the following lines in your !Boot file : For Disc use: Set Alias$CSD_Coco Nodir Set Alias$CSD_Dism Dismount :0 For Harddisc: Set Alias$CSD_Coco Dir <Obey$Dir>.^ Set Alias$CSD_Dism * MEMORY ALLOCATION ================= Coconizer grabs all memory of the next slot when it's booting (ensuring to have memory for a 160K screen). For users of 1 MB this doesn't matter as they usually haven't space for several larger programs (oh, I know - I'm using ONE MB). If you should be the lucky owner of more than a single MB then you could adapt the Wimpslot -MAX value of Coco's !Run file appropriate your requirements. SOME FIXED BUGS, IMPROVEMENTS ============================= With version 1.1 (August 1990) : - The internal pattern handling was incorrect sometimes, when only one pattern was entered at all. So you couldn't use this pattern at "Edit Sequence" occasionally. Fixed now. - Packing now works without buffer => song still exists after saving (well, actually this was absolutely necessary). - No window scrolling => faster *command availability. - Auto-repeat-delay for editing note values. - Amiga Transfer now recognizes new soundtracker format (31 Insts, but still doesn't convert Paula's vol/period-modulating commands). With version 1.2 (November 1990) : - Harddisc users couldn't load instruments directly from HD by hand, due to a very small ("$")-bug. Corrected now. - Empty pattern play, edit single sequence and single pattern play don't crash any more. - The losing channels don't lose (to 95%) any more, due to improved startup synchronization (exactly what I told about...). - Coco now uses another mode 123, cause of some conflicts with other "modes 99" ! - Coco now remembers which song or instrument was pointed last, when the filer window is reopened. - Simple game sound effects (fx) interface added to the Player. With it you can make several sound effects together with a playing tune. - New command "Set Stereo Position of current Channel" added. - Improved Locater and AmigaTransfer tool. - Coco's player routine is now relative, ie may be loaded and be run everywhere in memory, together with a "Restart-Tune-Entry". - Autostartable songmodule maker available now. With version 1.3 (January 1991) : - Finally we did it and added a desktop front end to Coconizer. This includes dragging and doubling clicking of song files, saving in the usual manner via 'SaveBox', etc. - Running out of memory doesn't cause problems any more. - Simpler implementation of the player routine into own programs. With version 1.31 (February 1991) : - Turbo player routine added (four voices only), needs just about 15% of the ARM II processor speed. Normal player uses about 20% - The RISC OS bug "crashing with an address exception after mounting too many discs" brought some problems to Coco when having used more than six sample discs. Using an Alias$Command "Dismount :0" fixes this now. - Exactly the same applies for the Locater tool, which (or rather: RISC OS) reported a crash after having located more than six discs. A Quicksort algorithm speeds up the sorting considerably now. - The routines Player and Turbo don't lose channels any more, because Coco's voice generator now disables interrupts at the begin of buffer filling (and enables again at its end). If some of your system devices can't accept lengthy waits, then it's possible to remove these orders (like the Modul player does). Well, that's it so far. We're always waiting for further bugs (ahhh), and wish you happy tracking! If there should be questions, some trouble, suggestions, the need for more songs & samples (currently 8 discs) or if you have nice Public Domain songs then please don't hesitate to write to us.
00000000 0a 0a 20 49 4e 53 54 41 4c 4c 49 4e 47 20 4f 4e |.. INSTALLING ON| 00000010 20 48 41 52 44 44 49 53 43 20 2f 20 44 49 53 43 | HARDDISC / DISC| 00000020 53 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |S | 00000030 20 20 20 20 20 20 20 20 20 33 72 64 20 4d 61 72 | 3rd Mar| 00000040 63 68 20 31 39 39 31 0a 20 3d 3d 3d 3d 3d 3d 3d |ch 1991. =======| 00000050 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000060 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 6f 20 20 69 6e 73 |=======..To ins| 00000070 74 61 6c 6c 20 20 43 6f 63 6f 6e 69 7a 65 72 20 |tall Coconizer | 00000080 20 6f 6e 20 48 61 72 64 64 69 73 63 20 6f 72 20 | on Harddisc or | 00000090 44 69 73 63 2c 20 20 61 64 61 70 74 20 20 74 68 |Disc, adapt th| 000000a0 65 20 20 21 42 6f 6f 74 20 20 66 69 6c 65 20 20 |e !Boot file | 000000b0 6f 66 20 0a 21 43 6f 63 6f 6e 69 7a 65 72 20 61 |of .!Coconizer a| 000000c0 70 70 72 6f 70 72 69 61 74 65 20 69 74 73 20 64 |ppropriate its d| 000000d0 6f 63 75 6d 65 6e 74 65 64 20 6c 69 6e 65 73 20 |ocumented lines | 000000e0 70 6c 65 61 73 65 2e 20 4d 61 72 6b 20 74 68 65 |please. Mark the| 000000f0 20 27 6e 6f 74 20 6e 65 65 64 65 64 27 20 0a 6c | 'not needed' .l| 00000100 69 6e 65 73 20 20 77 69 74 68 20 20 61 20 6c 65 |ines with a le| 00000110 61 64 69 6e 67 20 22 7c 22 2c 20 20 64 6f 20 6e |ading "|", do n| 00000120 6f 74 20 64 65 6c 65 74 65 20 74 68 65 6d 20 70 |ot delete them p| 00000130 6c 65 61 73 65 2e 20 20 54 68 61 74 20 20 6d 65 |lease. That me| 00000140 61 6e 73 20 20 79 6f 75 20 0a 73 68 6f 75 6c 64 |ans you .should| 00000150 20 66 69 6e 64 20 74 68 65 20 66 6f 6c 6c 6f 77 | find the follow| 00000160 69 6e 67 20 6c 69 6e 65 73 20 69 6e 20 79 6f 75 |ing lines in you| 00000170 72 20 21 42 6f 6f 74 20 66 69 6c 65 20 3a 0a 0a |r !Boot file :..| 00000180 0a 46 6f 72 20 44 69 73 63 20 75 73 65 3a 20 20 |.For Disc use: | 00000190 53 65 74 20 41 6c 69 61 73 24 43 53 44 5f 43 6f |Set Alias$CSD_Co| 000001a0 63 6f 20 4e 6f 64 69 72 0a 20 20 20 20 20 20 20 |co Nodir. | 000001b0 20 20 20 20 20 20 20 20 53 65 74 20 41 6c 69 61 | Set Alia| 000001c0 73 24 43 53 44 5f 44 69 73 6d 20 44 69 73 6d 6f |s$CSD_Dism Dismo| 000001d0 75 6e 74 20 3a 30 0a 0a 0a 46 6f 72 20 48 61 72 |unt :0...For Har| 000001e0 64 64 69 73 63 3a 20 20 53 65 74 20 41 6c 69 61 |ddisc: Set Alia| 000001f0 73 24 43 53 44 5f 43 6f 63 6f 20 44 69 72 20 3c |s$CSD_Coco Dir <| 00000200 4f 62 65 79 24 44 69 72 3e 2e 5e 0a 20 20 20 20 |Obey$Dir>.^. | 00000210 20 20 20 20 20 20 20 20 20 20 20 53 65 74 20 41 | Set A| 00000220 6c 69 61 73 24 43 53 44 5f 44 69 73 6d 20 2a 0a |lias$CSD_Dism *.| 00000230 0a 0a 0a 20 4d 45 4d 4f 52 59 20 41 4c 4c 4f 43 |... MEMORY ALLOC| 00000240 41 54 49 4f 4e 0a 20 3d 3d 3d 3d 3d 3d 3d 3d 3d |ATION. =========| 00000250 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 43 6f 63 6f 6e 69 |========..Coconi| 00000260 7a 65 72 20 20 67 72 61 62 73 20 61 6c 6c 20 6d |zer grabs all m| 00000270 65 6d 6f 72 79 20 6f 66 20 74 68 65 20 6e 65 78 |emory of the nex| 00000280 74 20 73 6c 6f 74 20 77 68 65 6e 20 69 74 27 73 |t slot when it's| 00000290 20 62 6f 6f 74 69 6e 67 20 20 28 65 6e 73 75 72 | booting (ensur| 000002a0 69 6e 67 20 0a 74 6f 20 68 61 76 65 20 6d 65 6d |ing .to have mem| 000002b0 6f 72 79 20 66 6f 72 20 61 20 31 36 30 4b 20 73 |ory for a 160K s| 000002c0 63 72 65 65 6e 29 2e 20 20 46 6f 72 20 75 73 65 |creen). For use| 000002d0 72 73 20 6f 66 20 31 20 4d 42 20 74 68 69 73 20 |rs of 1 MB this | 000002e0 64 6f 65 73 6e 27 74 20 6d 61 74 74 65 72 20 0a |doesn't matter .| 000002f0 61 73 20 74 68 65 79 20 75 73 75 61 6c 6c 79 20 |as they usually | 00000300 68 61 76 65 6e 27 74 20 73 70 61 63 65 20 66 6f |haven't space fo| 00000310 72 20 73 65 76 65 72 61 6c 20 6c 61 72 67 65 72 |r several larger| 00000320 20 70 72 6f 67 72 61 6d 73 20 28 6f 68 2c 20 20 | programs (oh, | 00000330 49 20 6b 6e 6f 77 20 20 2d 20 0a 49 27 6d 20 75 |I know - .I'm u| 00000340 73 69 6e 67 20 4f 4e 45 20 4d 42 29 2e 20 49 66 |sing ONE MB). If| 00000350 20 79 6f 75 20 73 68 6f 75 6c 64 20 62 65 20 74 | you should be t| 00000360 68 65 20 6c 75 63 6b 79 20 6f 77 6e 65 72 20 6f |he lucky owner o| 00000370 66 20 6d 6f 72 65 20 74 68 61 6e 20 61 20 73 69 |f more than a si| 00000380 6e 67 6c 65 20 0a 4d 42 20 20 74 68 65 6e 20 20 |ngle .MB then | 00000390 79 6f 75 20 20 63 6f 75 6c 64 20 61 64 61 70 74 |you could adapt| 000003a0 20 74 68 65 20 57 69 6d 70 73 6c 6f 74 20 2d 4d | the Wimpslot -M| 000003b0 41 58 20 76 61 6c 75 65 20 6f 66 20 20 43 6f 63 |AX value of Coc| 000003c0 6f 27 73 20 20 21 52 75 6e 20 20 66 69 6c 65 20 |o's !Run file | 000003d0 0a 61 70 70 72 6f 70 72 69 61 74 65 20 79 6f 75 |.appropriate you| 000003e0 72 20 72 65 71 75 69 72 65 6d 65 6e 74 73 2e 0a |r requirements..| 000003f0 0a 0a 0a 20 53 4f 4d 45 20 46 49 58 45 44 20 42 |... SOME FIXED B| 00000400 55 47 53 2c 20 49 4d 50 52 4f 56 45 4d 45 4e 54 |UGS, IMPROVEMENT| 00000410 53 0a 20 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |S. =============| 00000420 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000430 0a 0a 57 69 74 68 20 76 65 72 73 69 6f 6e 20 31 |..With version 1| 00000440 2e 31 20 20 28 41 75 67 75 73 74 20 31 39 39 30 |.1 (August 1990| 00000450 29 20 3a 0a 0a 20 2d 20 54 68 65 20 69 6e 74 65 |) :.. - The inte| 00000460 72 6e 61 6c 20 70 61 74 74 65 72 6e 20 68 61 6e |rnal pattern han| 00000470 64 6c 69 6e 67 20 77 61 73 20 69 6e 63 6f 72 72 |dling was incorr| 00000480 65 63 74 20 73 6f 6d 65 74 69 6d 65 73 2c 20 20 |ect sometimes, | 00000490 77 68 65 6e 20 6f 6e 6c 79 20 20 6f 6e 65 20 0a |when only one .| 000004a0 20 20 20 70 61 74 74 65 72 6e 20 77 61 73 20 65 | pattern was e| 000004b0 6e 74 65 72 65 64 20 61 74 20 61 6c 6c 2e 20 20 |ntered at all. | 000004c0 53 6f 20 79 6f 75 20 63 6f 75 6c 64 6e 27 74 20 |So you couldn't | 000004d0 75 73 65 20 74 68 69 73 20 70 61 74 74 65 72 6e |use this pattern| 000004e0 20 61 74 20 22 45 64 69 74 20 0a 20 20 20 53 65 | at "Edit . Se| 000004f0 71 75 65 6e 63 65 22 20 6f 63 63 61 73 69 6f 6e |quence" occasion| 00000500 61 6c 6c 79 2e 20 46 69 78 65 64 20 6e 6f 77 2e |ally. Fixed now.| 00000510 0a 20 2d 20 50 61 63 6b 69 6e 67 20 20 6e 6f 77 |. - Packing now| 00000520 20 20 77 6f 72 6b 73 20 77 69 74 68 6f 75 74 20 | works without | 00000530 62 75 66 66 65 72 20 3d 3e 20 73 6f 6e 67 20 73 |buffer => song s| 00000540 74 69 6c 6c 20 65 78 69 73 74 73 20 20 61 66 74 |till exists aft| 00000550 65 72 20 20 73 61 76 69 6e 67 20 0a 20 20 20 28 |er saving . (| 00000560 77 65 6c 6c 2c 20 61 63 74 75 61 6c 6c 79 20 74 |well, actually t| 00000570 68 69 73 20 77 61 73 20 61 62 73 6f 6c 75 74 65 |his was absolute| 00000580 6c 79 20 6e 65 63 65 73 73 61 72 79 29 2e 0a 20 |ly necessary).. | 00000590 2d 20 4e 6f 20 77 69 6e 64 6f 77 20 73 63 72 6f |- No window scro| 000005a0 6c 6c 69 6e 67 20 3d 3e 20 66 61 73 74 65 72 20 |lling => faster | 000005b0 2a 63 6f 6d 6d 61 6e 64 20 61 76 61 69 6c 61 62 |*command availab| 000005c0 69 6c 69 74 79 2e 0a 20 2d 20 41 75 74 6f 2d 72 |ility.. - Auto-r| 000005d0 65 70 65 61 74 2d 64 65 6c 61 79 20 66 6f 72 20 |epeat-delay for | 000005e0 65 64 69 74 69 6e 67 20 6e 6f 74 65 20 76 61 6c |editing note val| 000005f0 75 65 73 2e 0a 20 2d 20 41 6d 69 67 61 20 54 72 |ues.. - Amiga Tr| 00000600 61 6e 73 66 65 72 20 6e 6f 77 20 72 65 63 6f 67 |ansfer now recog| 00000610 6e 69 7a 65 73 20 6e 65 77 20 73 6f 75 6e 64 74 |nizes new soundt| 00000620 72 61 63 6b 65 72 20 66 6f 72 6d 61 74 20 28 33 |racker format (3| 00000630 31 20 20 49 6e 73 74 73 2c 20 20 62 75 74 20 0a |1 Insts, but .| 00000640 20 20 20 73 74 69 6c 6c 20 64 6f 65 73 6e 27 74 | still doesn't| 00000650 20 63 6f 6e 76 65 72 74 20 50 61 75 6c 61 27 73 | convert Paula's| 00000660 20 76 6f 6c 2f 70 65 72 69 6f 64 2d 6d 6f 64 75 | vol/period-modu| 00000670 6c 61 74 69 6e 67 20 63 6f 6d 6d 61 6e 64 73 29 |lating commands)| 00000680 2e 0a 0a 57 69 74 68 20 76 65 72 73 69 6f 6e 20 |...With version | 00000690 31 2e 32 20 20 28 4e 6f 76 65 6d 62 65 72 20 31 |1.2 (November 1| 000006a0 39 39 30 29 20 3a 0a 0a 20 2d 20 48 61 72 64 64 |990) :.. - Hardd| 000006b0 69 73 63 20 75 73 65 72 73 20 63 6f 75 6c 64 6e |isc users couldn| 000006c0 27 74 20 6c 6f 61 64 20 69 6e 73 74 72 75 6d 65 |'t load instrume| 000006d0 6e 74 73 20 64 69 72 65 63 74 6c 79 20 66 72 6f |nts directly fro| 000006e0 6d 20 48 44 20 62 79 20 68 61 6e 64 2c 20 64 75 |m HD by hand, du| 000006f0 65 20 0a 20 20 20 74 6f 20 61 20 76 65 72 79 20 |e . to a very | 00000700 73 6d 61 6c 6c 20 28 22 24 22 29 2d 62 75 67 2e |small ("$")-bug.| 00000710 20 43 6f 72 72 65 63 74 65 64 20 6e 6f 77 2e 0a | Corrected now..| 00000720 20 2d 20 45 6d 70 74 79 20 70 61 74 74 65 72 6e | - Empty pattern| 00000730 20 70 6c 61 79 2c 20 65 64 69 74 20 73 69 6e 67 | play, edit sing| 00000740 6c 65 20 73 65 71 75 65 6e 63 65 20 61 6e 64 20 |le sequence and | 00000750 73 69 6e 67 6c 65 20 70 61 74 74 65 72 6e 20 70 |single pattern p| 00000760 6c 61 79 20 64 6f 6e 27 74 20 0a 20 20 20 63 72 |lay don't . cr| 00000770 61 73 68 20 61 6e 79 20 6d 6f 72 65 2e 0a 20 2d |ash any more.. -| 00000780 20 54 68 65 20 20 6c 6f 73 69 6e 67 20 20 63 68 | The losing ch| 00000790 61 6e 6e 65 6c 73 20 64 6f 6e 27 74 20 6c 6f 73 |annels don't los| 000007a0 65 20 28 74 6f 20 39 35 25 29 20 61 6e 79 20 6d |e (to 95%) any m| 000007b0 6f 72 65 2c 20 20 64 75 65 20 20 74 6f 20 20 69 |ore, due to i| 000007c0 6d 70 72 6f 76 65 64 20 0a 20 20 20 73 74 61 72 |mproved . star| 000007d0 74 75 70 20 73 79 6e 63 68 72 6f 6e 69 7a 61 74 |tup synchronizat| 000007e0 69 6f 6e 20 28 65 78 61 63 74 6c 79 20 77 68 61 |ion (exactly wha| 000007f0 74 20 49 20 74 6f 6c 64 20 61 62 6f 75 74 2e 2e |t I told about..| 00000800 2e 29 2e 0a 20 2d 20 43 6f 63 6f 20 20 6e 6f 77 |.).. - Coco now| 00000810 20 75 73 65 73 20 61 6e 6f 74 68 65 72 20 6d 6f | uses another mo| 00000820 64 65 20 31 32 33 2c 20 20 63 61 75 73 65 20 6f |de 123, cause o| 00000830 66 20 73 6f 6d 65 20 63 6f 6e 66 6c 69 63 74 73 |f some conflicts| 00000840 20 20 77 69 74 68 20 20 6f 74 68 65 72 20 0a 20 | with other . | 00000850 20 20 22 6d 6f 64 65 73 20 39 39 22 20 21 0a 20 | "modes 99" !. | 00000860 2d 20 43 6f 63 6f 20 6e 6f 77 20 72 65 6d 65 6d |- Coco now remem| 00000870 62 65 72 73 20 77 68 69 63 68 20 73 6f 6e 67 20 |bers which song | 00000880 6f 72 20 69 6e 73 74 72 75 6d 65 6e 74 20 77 61 |or instrument wa| 00000890 73 20 70 6f 69 6e 74 65 64 20 6c 61 73 74 2c 20 |s pointed last, | 000008a0 77 68 65 6e 20 74 68 65 20 0a 20 20 20 66 69 6c |when the . fil| 000008b0 65 72 20 77 69 6e 64 6f 77 20 69 73 20 72 65 6f |er window is reo| 000008c0 70 65 6e 65 64 2e 0a 20 2d 20 53 69 6d 70 6c 65 |pened.. - Simple| 000008d0 20 67 61 6d 65 20 73 6f 75 6e 64 20 65 66 66 65 | game sound effe| 000008e0 63 74 73 20 28 66 78 29 20 69 6e 74 65 72 66 61 |cts (fx) interfa| 000008f0 63 65 20 61 64 64 65 64 20 74 6f 20 74 68 65 20 |ce added to the | 00000900 50 6c 61 79 65 72 2e 20 20 57 69 74 68 20 69 74 |Player. With it| 00000910 20 0a 20 20 20 79 6f 75 20 63 61 6e 20 6d 61 6b | . you can mak| 00000920 65 20 73 65 76 65 72 61 6c 20 73 6f 75 6e 64 20 |e several sound | 00000930 65 66 66 65 63 74 73 20 74 6f 67 65 74 68 65 72 |effects together| 00000940 20 77 69 74 68 20 61 20 70 6c 61 79 69 6e 67 20 | with a playing | 00000950 74 75 6e 65 2e 0a 20 2d 20 4e 65 77 20 63 6f 6d |tune.. - New com| 00000960 6d 61 6e 64 20 22 53 65 74 20 53 74 65 72 65 6f |mand "Set Stereo| 00000970 20 50 6f 73 69 74 69 6f 6e 20 6f 66 20 63 75 72 | Position of cur| 00000980 72 65 6e 74 20 43 68 61 6e 6e 65 6c 22 20 61 64 |rent Channel" ad| 00000990 64 65 64 2e 0a 20 2d 20 49 6d 70 72 6f 76 65 64 |ded.. - Improved| 000009a0 20 4c 6f 63 61 74 65 72 20 61 6e 64 20 41 6d 69 | Locater and Ami| 000009b0 67 61 54 72 61 6e 73 66 65 72 20 74 6f 6f 6c 2e |gaTransfer tool.| 000009c0 0a 20 2d 20 43 6f 63 6f 27 73 20 20 70 6c 61 79 |. - Coco's play| 000009d0 65 72 20 72 6f 75 74 69 6e 65 20 69 73 20 6e 6f |er routine is no| 000009e0 77 20 72 65 6c 61 74 69 76 65 2c 20 20 69 65 20 |w relative, ie | 000009f0 6d 61 79 20 62 65 20 6c 6f 61 64 65 64 20 61 6e |may be loaded an| 00000a00 64 20 20 62 65 20 20 72 75 6e 20 0a 20 20 20 65 |d be run . e| 00000a10 76 65 72 79 77 68 65 72 65 20 69 6e 20 6d 65 6d |verywhere in mem| 00000a20 6f 72 79 2c 20 74 6f 67 65 74 68 65 72 20 77 69 |ory, together wi| 00000a30 74 68 20 61 20 22 52 65 73 74 61 72 74 2d 54 75 |th a "Restart-Tu| 00000a40 6e 65 2d 45 6e 74 72 79 22 2e 0a 20 2d 20 41 75 |ne-Entry".. - Au| 00000a50 74 6f 73 74 61 72 74 61 62 6c 65 20 73 6f 6e 67 |tostartable song| 00000a60 6d 6f 64 75 6c 65 20 6d 61 6b 65 72 20 61 76 61 |module maker ava| 00000a70 69 6c 61 62 6c 65 20 6e 6f 77 2e 0a 0a 57 69 74 |ilable now...Wit| 00000a80 68 20 76 65 72 73 69 6f 6e 20 31 2e 33 20 20 28 |h version 1.3 (| 00000a90 4a 61 6e 75 61 72 79 20 31 39 39 31 29 20 3a 0a |January 1991) :.| 00000aa0 0a 20 2d 20 46 69 6e 61 6c 6c 79 20 20 77 65 20 |. - Finally we | 00000ab0 64 69 64 20 69 74 20 61 6e 64 20 61 64 64 65 64 |did it and added| 00000ac0 20 61 20 64 65 73 6b 74 6f 70 20 66 72 6f 6e 74 | a desktop front| 00000ad0 20 65 6e 64 20 20 74 6f 20 20 43 6f 63 6f 6e 69 | end to Coconi| 00000ae0 7a 65 72 2e 20 20 54 68 69 73 20 0a 20 20 20 69 |zer. This . i| 00000af0 6e 63 6c 75 64 65 73 20 64 72 61 67 67 69 6e 67 |ncludes dragging| 00000b00 20 61 6e 64 20 64 6f 75 62 6c 69 6e 67 20 63 6c | and doubling cl| 00000b10 69 63 6b 69 6e 67 20 6f 66 20 73 6f 6e 67 20 66 |icking of song f| 00000b20 69 6c 65 73 2c 20 20 73 61 76 69 6e 67 20 69 6e |iles, saving in| 00000b30 20 20 74 68 65 20 0a 20 20 20 75 73 75 61 6c 20 | the . usual | 00000b40 6d 61 6e 6e 65 72 20 76 69 61 20 27 53 61 76 65 |manner via 'Save| 00000b50 42 6f 78 27 2c 20 65 74 63 2e 0a 20 2d 20 52 75 |Box', etc.. - Ru| 00000b60 6e 6e 69 6e 67 20 6f 75 74 20 6f 66 20 6d 65 6d |nning out of mem| 00000b70 6f 72 79 20 64 6f 65 73 6e 27 74 20 63 61 75 73 |ory doesn't caus| 00000b80 65 20 70 72 6f 62 6c 65 6d 73 20 61 6e 79 20 6d |e problems any m| 00000b90 6f 72 65 2e 0a 20 2d 20 53 69 6d 70 6c 65 72 20 |ore.. - Simpler | 00000ba0 69 6d 70 6c 65 6d 65 6e 74 61 74 69 6f 6e 20 6f |implementation o| 00000bb0 66 20 74 68 65 20 70 6c 61 79 65 72 20 72 6f 75 |f the player rou| 00000bc0 74 69 6e 65 20 69 6e 74 6f 20 6f 77 6e 20 70 72 |tine into own pr| 00000bd0 6f 67 72 61 6d 73 2e 0a 0a 57 69 74 68 20 76 65 |ograms...With ve| 00000be0 72 73 69 6f 6e 20 31 2e 33 31 20 28 46 65 62 72 |rsion 1.31 (Febr| 00000bf0 75 61 72 79 20 31 39 39 31 29 20 3a 0a 0a 20 2d |uary 1991) :.. -| 00000c00 20 54 75 72 62 6f 20 70 6c 61 79 65 72 20 72 6f | Turbo player ro| 00000c10 75 74 69 6e 65 20 61 64 64 65 64 20 28 66 6f 75 |utine added (fou| 00000c20 72 20 76 6f 69 63 65 73 20 6f 6e 6c 79 29 2c 20 |r voices only), | 00000c30 6e 65 65 64 73 20 6a 75 73 74 20 61 62 6f 75 74 |needs just about| 00000c40 20 31 35 25 20 6f 66 20 0a 20 20 20 74 68 65 20 | 15% of . the | 00000c50 41 52 4d 20 49 49 20 70 72 6f 63 65 73 73 6f 72 |ARM II processor| 00000c60 20 73 70 65 65 64 2e 20 4e 6f 72 6d 61 6c 20 70 | speed. Normal p| 00000c70 6c 61 79 65 72 20 75 73 65 73 20 61 62 6f 75 74 |layer uses about| 00000c80 20 32 30 25 0a 20 2d 20 54 68 65 20 52 49 53 43 | 20%. - The RISC| 00000c90 20 4f 53 20 62 75 67 20 22 63 72 61 73 68 69 6e | OS bug "crashin| 00000ca0 67 20 77 69 74 68 20 61 6e 20 61 64 64 72 65 73 |g with an addres| 00000cb0 73 20 65 78 63 65 70 74 69 6f 6e 20 61 66 74 65 |s exception afte| 00000cc0 72 20 6d 6f 75 6e 74 69 6e 67 20 74 6f 6f 20 0a |r mounting too .| 00000cd0 20 20 20 6d 61 6e 79 20 20 64 69 73 63 73 22 20 | many discs" | 00000ce0 62 72 6f 75 67 68 74 20 73 6f 6d 65 20 70 72 6f |brought some pro| 00000cf0 62 6c 65 6d 73 20 74 6f 20 43 6f 63 6f 20 77 68 |blems to Coco wh| 00000d00 65 6e 20 68 61 76 69 6e 67 20 75 73 65 64 20 6d |en having used m| 00000d10 6f 72 65 20 20 74 68 61 6e 20 0a 20 20 20 73 69 |ore than . si| 00000d20 78 20 73 61 6d 70 6c 65 20 64 69 73 63 73 2e 20 |x sample discs. | 00000d30 55 73 69 6e 67 20 61 6e 20 41 6c 69 61 73 24 43 |Using an Alias$C| 00000d40 6f 6d 6d 61 6e 64 20 22 44 69 73 6d 6f 75 6e 74 |ommand "Dismount| 00000d50 20 3a 30 22 20 66 69 78 65 73 20 74 68 69 73 20 | :0" fixes this | 00000d60 6e 6f 77 2e 0a 20 2d 20 45 78 61 63 74 6c 79 20 |now.. - Exactly | 00000d70 74 68 65 20 73 61 6d 65 20 61 70 70 6c 69 65 73 |the same applies| 00000d80 20 66 6f 72 20 74 68 65 20 4c 6f 63 61 74 65 72 | for the Locater| 00000d90 20 74 6f 6f 6c 2c 20 20 77 68 69 63 68 20 28 6f | tool, which (o| 00000da0 72 20 72 61 74 68 65 72 3a 20 52 49 53 43 20 0a |r rather: RISC .| 00000db0 20 20 20 4f 53 29 20 72 65 70 6f 72 74 65 64 20 | OS) reported | 00000dc0 61 20 63 72 61 73 68 20 61 66 74 65 72 20 68 61 |a crash after ha| 00000dd0 76 69 6e 67 20 6c 6f 63 61 74 65 64 20 6d 6f 72 |ving located mor| 00000de0 65 20 74 68 61 6e 20 73 69 78 20 64 69 73 63 73 |e than six discs| 00000df0 2e 0a 20 20 20 41 20 51 75 69 63 6b 73 6f 72 74 |.. A Quicksort| 00000e00 20 61 6c 67 6f 72 69 74 68 6d 20 73 70 65 65 64 | algorithm speed| 00000e10 73 20 75 70 20 74 68 65 20 73 6f 72 74 69 6e 67 |s up the sorting| 00000e20 20 63 6f 6e 73 69 64 65 72 61 62 6c 79 20 6e 6f | considerably no| 00000e30 77 2e 0a 20 2d 20 54 68 65 20 20 72 6f 75 74 69 |w.. - The routi| 00000e40 6e 65 73 20 50 6c 61 79 65 72 20 61 6e 64 20 54 |nes Player and T| 00000e50 75 72 62 6f 20 64 6f 6e 27 74 20 6c 6f 73 65 20 |urbo don't lose | 00000e60 63 68 61 6e 6e 65 6c 73 20 61 6e 79 20 20 6d 6f |channels any mo| 00000e70 72 65 2c 20 20 62 65 63 61 75 73 65 20 0a 20 20 |re, because . | 00000e80 20 43 6f 63 6f 27 73 20 76 6f 69 63 65 20 67 65 | Coco's voice ge| 00000e90 6e 65 72 61 74 6f 72 20 6e 6f 77 20 64 69 73 61 |nerator now disa| 00000ea0 62 6c 65 73 20 69 6e 74 65 72 72 75 70 74 73 20 |bles interrupts | 00000eb0 61 74 20 74 68 65 20 62 65 67 69 6e 20 6f 66 20 |at the begin of | 00000ec0 20 62 75 66 66 65 72 20 0a 20 20 20 66 69 6c 6c | buffer . fill| 00000ed0 69 6e 67 20 28 61 6e 64 20 65 6e 61 62 6c 65 73 |ing (and enables| 00000ee0 20 61 67 61 69 6e 20 61 74 20 69 74 73 20 65 6e | again at its en| 00000ef0 64 29 2e 20 49 66 20 73 6f 6d 65 20 6f 66 20 79 |d). If some of y| 00000f00 6f 75 72 20 73 79 73 74 65 6d 20 64 65 76 69 63 |our system devic| 00000f10 65 73 20 0a 20 20 20 63 61 6e 27 74 20 61 63 63 |es . can't acc| 00000f20 65 70 74 20 6c 65 6e 67 74 68 79 20 77 61 69 74 |ept lengthy wait| 00000f30 73 2c 20 20 74 68 65 6e 20 69 74 27 73 20 70 6f |s, then it's po| 00000f40 73 73 69 62 6c 65 20 74 6f 20 72 65 6d 6f 76 65 |ssible to remove| 00000f50 20 74 68 65 73 65 20 6f 72 64 65 72 73 20 0a 20 | these orders . | 00000f60 20 20 28 6c 69 6b 65 20 74 68 65 20 4d 6f 64 75 | (like the Modu| 00000f70 6c 20 70 6c 61 79 65 72 20 64 6f 65 73 29 2e 0a |l player does)..| 00000f80 0a 0a 57 65 6c 6c 2c 20 74 68 61 74 27 73 20 69 |..Well, that's i| 00000f90 74 20 73 6f 20 66 61 72 2e 20 57 65 27 72 65 20 |t so far. We're | 00000fa0 61 6c 77 61 79 73 20 77 61 69 74 69 6e 67 20 66 |always waiting f| 00000fb0 6f 72 20 66 75 72 74 68 65 72 20 62 75 67 73 20 |or further bugs | 00000fc0 28 61 68 68 68 29 2c 20 61 6e 64 20 0a 77 69 73 |(ahhh), and .wis| 00000fd0 68 20 20 79 6f 75 20 68 61 70 70 79 20 74 72 61 |h you happy tra| 00000fe0 63 6b 69 6e 67 21 20 20 49 66 20 74 68 65 72 65 |cking! If there| 00000ff0 20 73 68 6f 75 6c 64 20 62 65 20 20 71 75 65 73 | should be ques| 00001000 74 69 6f 6e 73 2c 20 20 73 6f 6d 65 20 20 74 72 |tions, some tr| 00001010 6f 75 62 6c 65 2c 20 0a 73 75 67 67 65 73 74 69 |ouble, .suggesti| 00001020 6f 6e 73 2c 20 20 74 68 65 20 6e 65 65 64 20 66 |ons, the need f| 00001030 6f 72 20 6d 6f 72 65 20 73 6f 6e 67 73 20 26 20 |or more songs & | 00001040 73 61 6d 70 6c 65 73 20 28 63 75 72 72 65 6e 74 |samples (current| 00001050 6c 79 20 38 20 64 69 73 63 73 29 20 6f 72 20 69 |ly 8 discs) or i| 00001060 66 20 0a 79 6f 75 20 68 61 76 65 20 6e 69 63 65 |f .you have nice| 00001070 20 50 75 62 6c 69 63 20 44 6f 6d 61 69 6e 20 73 | Public Domain s| 00001080 6f 6e 67 73 20 74 68 65 6e 20 70 6c 65 61 73 65 |ongs then please| 00001090 20 64 6f 6e 27 74 20 68 65 73 69 74 61 74 65 20 | don't hesitate | 000010a0 74 6f 20 77 72 69 74 65 20 20 74 6f 20 0a 75 73 |to write to .us| 000010b0 2e 0a 0a |...| 000010b3