Jump to content
IGNORED

Alpiner end of level music, but in BASIC?


Recommended Posts

Before I try to plunk this out myself with CALL SOUND statements and make a mess of it, has anyone ever had occasion to code the little end-of-level ditty from Alpiner in BASIC?  I am working on a new game involving a mountain and I thought it might be a nice little callback.  

  • Like 1
Link to comment
Share on other sites

1 ! GENERATED BY SOUNDLISTRIPPER
10 CALL SOUND(333,247,8)
20 CALL SOUND(333,493,8,196,8)
30 CALL SOUND(333,589,8,196,8)
40 CALL SOUND(333,589,8,247,8)
50 CALL SOUND(333,493,8,196,8)
60 CALL SOUND(333,392,8,196,8)
70 CALL SOUND(333,392,8,247,8)
80 CALL SOUND(166,350,8,220,8)
90 CALL SOUND(166,392,8,220,8)
100 CALL SOUND(333,440,8,220,8)
110 CALL SOUND(333,440,8,247,8)
120 CALL SOUND(333,392,8,220,8)
130 CALL SOUND(333,440,8,220,8)
140 CALL SOUND(333,493,8,220,30)
150 CALL SOUND(333,440,8,247,8)
160 CALL SOUND(333,392,8,247,8)
170 CALL SOUND(333,440,8,247,30)
180 CALL SOUND(333,493,8,220,8)
190 CALL SOUND(333,523,8,220,8)
200 CALL SOUND(333,493,8,220,30)
210 CALL SOUND(333,523,8,247,8)
220 CALL SOUND(333,589,8,247,8)
230 CALL SOUND(333,589,8,247,8,990,8)
240 CALL SOUND(333,589,8,196,8,1045,8)
250 CALL SOUND(333,589,8,196,8,1177,8)

 

  • Like 6
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...