Home » Archimedes archive » Micro User » MU 1991-01.adf » PD-Stuff » !STracker/STmod-DOCS
!STracker/STmod-DOCS
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 1991-01.adf » PD-Stuff |
Filename: | !STracker/STmod-DOCS |
Read OK: | ✔ |
File size: | 05F4 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
---------------------------------------------------------------------------- Background SoundTracker ModulePlayer v0.07 11-Jan-1990 19:03 ---------------------------------------------------------------------------- Coding & design by ALT_Man This little module will play the specified Amiga-soundtracker module until told to stop. It allocates space from the RMA to fit the module in so it's best to be at the supervisor '*' prompt when you load tunes. Use *PM to load the PlayerModule. Start a tune going using: *PlayMod <modulename> where <modulename> is the name of an Amiga soundtracker module. Note: Using a *PlayMod while one tune is playing will cause the first tune to be stopped and the second one loaded & started. Stop a tune playing with: *PlayStop I've debugged the code a bit since the last version and now it hasn't ever crashed on me, but tends to lose notes just occasionally in desktop and entry/exit of desktop makes screwy noises. Sample rate is currently fixed at 29Khz per channel. Takes appx 25%-ish CPU time. Contact points: Voice: (0749) 72234 (ask for Hugo) Data : (0749) (6 prefix soon for sysx)79794 (300-2400 baud) Email: Prestel - 045847608, CIX - altman Snail: Hugo Fiennes, Burcott Manor, Wells, Somerset, BA5 1NH To be released in a tider form (probably a module) soon: Amiga screenconverter Universal sampleplayer Have fun, y'all! ALT_Man
00000000 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000040 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 42 61 63 |------------.Bac| 00000050 6b 67 72 6f 75 6e 64 20 53 6f 75 6e 64 54 72 61 |kground SoundTra| 00000060 63 6b 65 72 20 4d 6f 64 75 6c 65 50 6c 61 79 65 |cker ModulePlaye| 00000070 72 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |r | 00000080 20 20 76 30 2e 30 37 20 31 31 2d 4a 61 6e 2d 31 | v0.07 11-Jan-1| 00000090 39 39 30 20 31 39 3a 30 33 0a 2d 2d 2d 2d 2d 2d |990 19:03.------| 000000a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000000e0 2d 2d 2d 2d 2d 2d 0a 20 20 20 20 20 20 20 20 20 |------. | 000000f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000110 20 20 20 20 20 20 20 20 20 43 6f 64 69 6e 67 20 | Coding | 00000120 26 20 64 65 73 69 67 6e 20 62 79 20 41 4c 54 5f |& design by ALT_| 00000130 4d 61 6e 0a 0a 54 68 69 73 20 6c 69 74 74 6c 65 |Man..This little| 00000140 20 6d 6f 64 75 6c 65 20 77 69 6c 6c 20 70 6c 61 | module will pla| 00000150 79 20 74 68 65 20 73 70 65 63 69 66 69 65 64 20 |y the specified | 00000160 41 6d 69 67 61 2d 73 6f 75 6e 64 74 72 61 63 6b |Amiga-soundtrack| 00000170 65 72 20 6d 6f 64 75 6c 65 20 75 6e 74 69 6c 0a |er module until.| 00000180 74 6f 6c 64 20 74 6f 20 73 74 6f 70 2e 20 49 74 |told to stop. It| 00000190 20 61 6c 6c 6f 63 61 74 65 73 20 73 70 61 63 65 | allocates space| 000001a0 20 66 72 6f 6d 20 74 68 65 20 52 4d 41 20 74 6f | from the RMA to| 000001b0 20 66 69 74 20 74 68 65 20 6d 6f 64 75 6c 65 20 | fit the module | 000001c0 69 6e 20 73 6f 20 69 74 27 73 0a 62 65 73 74 20 |in so it's.best | 000001d0 74 6f 20 62 65 20 61 74 20 74 68 65 20 73 75 70 |to be at the sup| 000001e0 65 72 76 69 73 6f 72 20 27 2a 27 20 70 72 6f 6d |ervisor '*' prom| 000001f0 70 74 20 77 68 65 6e 20 79 6f 75 20 6c 6f 61 64 |pt when you load| 00000200 20 74 75 6e 65 73 2e 20 55 73 65 20 2a 50 4d 20 | tunes. Use *PM | 00000210 74 6f 20 6c 6f 61 64 0a 74 68 65 20 50 6c 61 79 |to load.the Play| 00000220 65 72 4d 6f 64 75 6c 65 2e 0a 0a 53 74 61 72 74 |erModule...Start| 00000230 20 61 20 74 75 6e 65 20 67 6f 69 6e 67 20 75 73 | a tune going us| 00000240 69 6e 67 3a 20 20 20 20 20 20 20 20 20 20 20 20 |ing: | 00000250 20 20 20 20 20 2a 50 6c 61 79 4d 6f 64 20 3c 6d | *PlayMod <m| 00000260 6f 64 75 6c 65 6e 61 6d 65 3e 0a 77 68 65 72 65 |odulename>.where| 00000270 20 3c 6d 6f 64 75 6c 65 6e 61 6d 65 3e 20 69 73 | <modulename> is| 00000280 20 74 68 65 20 6e 61 6d 65 20 6f 66 20 61 6e 20 | the name of an | 00000290 41 6d 69 67 61 20 73 6f 75 6e 64 74 72 61 63 6b |Amiga soundtrack| 000002a0 65 72 20 6d 6f 64 75 6c 65 2e 0a 0a 4e 6f 74 65 |er module...Note| 000002b0 3a 20 55 73 69 6e 67 20 61 20 2a 50 6c 61 79 4d |: Using a *PlayM| 000002c0 6f 64 20 77 68 69 6c 65 20 6f 6e 65 20 74 75 6e |od while one tun| 000002d0 65 20 69 73 20 70 6c 61 79 69 6e 67 20 77 69 6c |e is playing wil| 000002e0 6c 20 63 61 75 73 65 20 74 68 65 20 66 69 72 73 |l cause the firs| 000002f0 74 20 74 75 6e 65 0a 20 20 20 20 20 20 74 6f 20 |t tune. to | 00000300 62 65 20 73 74 6f 70 70 65 64 20 61 6e 64 20 74 |be stopped and t| 00000310 68 65 20 73 65 63 6f 6e 64 20 6f 6e 65 20 6c 6f |he second one lo| 00000320 61 64 65 64 20 26 20 73 74 61 72 74 65 64 2e 0a |aded & started..| 00000330 0a 53 74 6f 70 20 61 20 74 75 6e 65 20 70 6c 61 |.Stop a tune pla| 00000340 79 69 6e 67 20 77 69 74 68 3a 20 20 20 20 20 20 |ying with: | 00000350 20 20 20 20 20 20 20 20 20 20 20 2a 50 6c 61 79 | *Play| 00000360 53 74 6f 70 0a 0a 49 27 76 65 20 64 65 62 75 67 |Stop..I've debug| 00000370 67 65 64 20 74 68 65 20 63 6f 64 65 20 61 20 62 |ged the code a b| 00000380 69 74 20 73 69 6e 63 65 20 74 68 65 20 6c 61 73 |it since the las| 00000390 74 20 76 65 72 73 69 6f 6e 20 61 6e 64 20 6e 6f |t version and no| 000003a0 77 20 69 74 20 68 61 73 6e 27 74 20 65 76 65 72 |w it hasn't ever| 000003b0 0a 63 72 61 73 68 65 64 20 6f 6e 20 6d 65 2c 20 |.crashed on me, | 000003c0 62 75 74 20 74 65 6e 64 73 20 74 6f 20 6c 6f 73 |but tends to los| 000003d0 65 20 6e 6f 74 65 73 20 6a 75 73 74 20 6f 63 63 |e notes just occ| 000003e0 61 73 69 6f 6e 61 6c 6c 79 20 69 6e 20 64 65 73 |asionally in des| 000003f0 6b 74 6f 70 20 61 6e 64 0a 65 6e 74 72 79 2f 65 |ktop and.entry/e| 00000400 78 69 74 20 6f 66 20 64 65 73 6b 74 6f 70 20 6d |xit of desktop m| 00000410 61 6b 65 73 20 73 63 72 65 77 79 20 6e 6f 69 73 |akes screwy nois| 00000420 65 73 2e 20 53 61 6d 70 6c 65 20 72 61 74 65 20 |es. Sample rate | 00000430 69 73 20 63 75 72 72 65 6e 74 6c 79 20 66 69 78 |is currently fix| 00000440 65 64 20 61 74 0a 32 39 4b 68 7a 20 70 65 72 20 |ed at.29Khz per | 00000450 63 68 61 6e 6e 65 6c 2e 20 54 61 6b 65 73 20 61 |channel. Takes a| 00000460 70 70 78 20 32 35 25 2d 69 73 68 20 43 50 55 20 |ppx 25%-ish CPU | 00000470 74 69 6d 65 2e 0a 0a 43 6f 6e 74 61 63 74 20 70 |time...Contact p| 00000480 6f 69 6e 74 73 3a 0a 0a 20 20 20 20 20 20 56 6f |oints:.. Vo| 00000490 69 63 65 3a 20 28 30 37 34 39 29 20 37 32 32 33 |ice: (0749) 7223| 000004a0 34 20 28 61 73 6b 20 66 6f 72 20 48 75 67 6f 29 |4 (ask for Hugo)| 000004b0 0a 20 20 20 20 20 20 44 61 74 61 20 3a 20 28 30 |. Data : (0| 000004c0 37 34 39 29 20 28 36 20 70 72 65 66 69 78 20 73 |749) (6 prefix s| 000004d0 6f 6f 6e 20 66 6f 72 20 73 79 73 78 29 37 39 37 |oon for sysx)797| 000004e0 39 34 20 28 33 30 30 2d 32 34 30 30 20 62 61 75 |94 (300-2400 bau| 000004f0 64 29 0a 20 20 20 20 20 20 45 6d 61 69 6c 3a 20 |d). Email: | 00000500 50 72 65 73 74 65 6c 20 2d 20 30 34 35 38 34 37 |Prestel - 045847| 00000510 36 30 38 2c 20 43 49 58 20 2d 20 61 6c 74 6d 61 |608, CIX - altma| 00000520 6e 0a 20 20 20 20 20 20 53 6e 61 69 6c 3a 20 48 |n. Snail: H| 00000530 75 67 6f 20 46 69 65 6e 6e 65 73 2c 20 42 75 72 |ugo Fiennes, Bur| 00000540 63 6f 74 74 20 4d 61 6e 6f 72 2c 20 57 65 6c 6c |cott Manor, Well| 00000550 73 2c 20 53 6f 6d 65 72 73 65 74 2c 20 42 41 35 |s, Somerset, BA5| 00000560 20 31 4e 48 0a 0a 54 6f 20 62 65 20 72 65 6c 65 | 1NH..To be rele| 00000570 61 73 65 64 20 69 6e 20 61 20 74 69 64 65 72 20 |ased in a tider | 00000580 66 6f 72 6d 20 28 70 72 6f 62 61 62 6c 79 20 61 |form (probably a| 00000590 20 6d 6f 64 75 6c 65 29 20 73 6f 6f 6e 3a 0a 0a | module) soon:..| 000005a0 20 20 20 20 20 20 41 6d 69 67 61 20 73 63 72 65 | Amiga scre| 000005b0 65 6e 63 6f 6e 76 65 72 74 65 72 0a 20 20 20 20 |enconverter. | 000005c0 20 20 55 6e 69 76 65 72 73 61 6c 20 73 61 6d 70 | Universal samp| 000005d0 6c 65 70 6c 61 79 65 72 0a 0a 48 61 76 65 20 66 |leplayer..Have f| 000005e0 75 6e 2c 20 79 27 61 6c 6c 21 0a 0a 41 4c 54 5f |un, y'all!..ALT_| 000005f0 4d 61 6e 0a |Man.| 000005f4