Music

Developer(s): Kristian Boisvert
Date: 1986
Type: Program
Platform(s): TS 2068

Short program to demonstrate programming with the SOUND command.

Content

Related Products

Related Articles

Let’s talk about sound effects in programs. It is very important in a game to have good sound effects as...

Related Content

Image Gallery

Music

Source Code

    1 REM RESET 1986 BYTE POWER                WRITTEN BY K. BOISVERT
    2 
   10 FOR z=1 TO 18: READ a,b,c
   20 SOUND 7,60;8,15;9,15;0,a;1,b;2,a+2;3,b
   30 PAUSE 10*c: SOUND 8,0;9,0: NEXT z: STOP 
   40 DATA 92,4,2,209,5,2,92,4,2,209,5,2,92,4,1,158,4,1,47,5,1,158,4,1,92,4,4,226,3,2,209,5,2,226,3,2,209,5,2,226,3,1,209,5,1,47,5,1,209,5,1,92,4,4
Scroll to Top