Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape07a_c16_d90_ages_b.wav » music3
music3
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 » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape07a_c16_d90_ages_b.wav |
Filename: | music3 |
Read OK: | ✔ |
File size: | 04DF bytes |
Load address: | 1001 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Commodore disks » disk52a2_c16_progs.d64 » music3
- Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape07a_c16_d90_ages_b.wav » music3
File contents
10 SCNCLR 20 PRINT:PRINT:PRINT:PRINT:PRINT"WHICH VOICE DO YOU WANT (1 OR 2)"; 30 INPUT VC 40 IF VC=1 THEN 70 50 IF VC=2 THEN 70 60 RUN 70 SCNCLR 80 PRINT:PRINT:PRINT:PRINT:PRINT"WHICH VOLUME DO YOU WANT (1 TO 8)"; 90 INPUT VL 100 IF VL=1 THEN 190 110 IF VL=2 THEN 190 120 IF VL=3 THEN 190 130 IF VL=4 THEN 190 140 IF VL=5 THEN 190 150 IF VL=6 THEN 190 160 IF VL=7 THEN 190 170 IF VL=8 THEN 190 180 GOTO 70 190 SCNCLR 200 COLOR 4,1 210 COLOR 0,1 220 COLOR 1,6 230 PRINT"<orange> FROD'S AMAZING MUSIC PROGRAM" 240 PRINT"<light blue>🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸🭸" 250 COLOR 1,6 260 PRINT" 1=C" 270 PRINT:PRINT" 2=D" 280 PRINT:PRINT" 3=E" 290 PRINT:PRINT" 4=F" 300 PRINT:PRINT" 5=G" 310 PRINT:PRINT" 6=A" 320 PRINT:PRINT" 7=B" 330 PRINT:PRINT" 8=C" 340 PRINT:PRINT" 9=MACHINE GUN NOISE" 350 PRINT:PRINT:PRINT" TO RESTART PROGRAM PRESS 'R'" 360 PRINT:PRINT" TO STOP PROGRAM PRESS 'S'" 370 VOL VL 380 GET A$ 390 IF A$="1" THEN 510 400 IF A$="2" THEN 530 410 IF A$="3" THEN 550 420 IF A$="4" THEN 570 430 IF A$="5" THEN 590 440 IF A$="6" THEN 610 450 IF A$="7" THEN 630 460 IF A$="8" THEN 650 470 IF A$="9" THEN 670 480 IF A$="R" THEN RUN 490 IF A$="S" THEN 690 500 GOTO 380 510 SOUND VC,596,10 520 GOTO 380 530 SOUND VC,643,10 540 GOTO 380 550 SOUND VC,685,10 560 GOTO 380 570 SOUND VC,704,10 580 GOTO 380 590 SOUND VC,739,10 600 GOTO 380 610 SOUND VC,770,10 620 GOTO 380 630 SOUND VC,798,10 640 GOTO 380 650 SOUND VC,810,10 660 GOTO 380 670 SOUND 3,800,20 680 GOTO 380 690 SCNCLR 700 END
� 8 �:�:�:�:�"WHICH VOICE DO YOU WANT (1 OR 2)"; A � VC Q( � VC�1 � 70 a2 � VC�2 � 70 g<