Jump to content
IGNORED

A Night at the Opera: 15 Minutes of TI-99 Title Tunes


pixelpedant

Recommended Posts

On 2/7/2021 at 1:28 AM, arcadeshopper said:

Very cool, would be cooler with the music pieces listed :) at least the ones that are not originals 

Well, I got a few of them (I remember the "Anteater" melody, but can't find the title):

Alpiner    Edward Grieg: "Anitra's Dance"
Anteater
Jawbreaker II    Mozart: "Turkish March" ("Rondo Alla Turca")
Midnite Mason
Mouskattack    Mozart: "Turkish March" ("Rondo Alla Turca")
Protector II
Slymoids
Arcturus
Blasto
Hustle    Stephen Collins Foster: "Camptown Races"
St. Nick    Edward Grieg: "In the Hall of the Mountain King"
Driving Demon    Bach, "Invention 13" (BWV 784)
Ambulance
Hangman
Hen House    Beethoven, "Für Elise"
Junkman Jr.
Rotor Raiders
Tombstone City
Tris
Yahtzee    Scott Joplin: "Maple Leaf Rag"

Edited by Pokeypy
  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

Also a very cool and short tune...

HCM vOL 5 05

A Three-Voice Tune
[TI BASIC for TI-99/4A]
Dear Sir:
This program plays a short musical tune on the TI-99/4A. Input a numerical value to tell the computer how fast to play the tune. Smaller numbers play the tune faster.
Scott Williams
Marimont, CT.

 

Spoiler

1 INPUT "TIME:":T
2 A$="DABCDCBCDABCDCBCDABCDCBCDABCDCBCDABCDCBCDABCDCBCDABCDCBCDABCDCBCACEACEBEABDABDCDACFAEADCAAAAAAA"
3 B$="IIIIIIIIHHHHHHHHGGGGGGGFFFFFFFFIIIIIIIIIHHHHHHHHGGGGGGGGFFFFFFFFIIKKKKKIIIKKKKIIIIKKKKKKBBCCCCD"
4 C$="KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKIIKKKKKIIIKKKKIIIIKKKKKKDDFFEEI"
5 DIM N(11)
6 READ N(0),N(1),N(2),N(3),N(4),N(5),N(6),N(7),N(8),N(9),N(10),N(11)
7 DATA 110,262,311,349,392,415,440,466,494,523,466,20000
8 FOR Z=1 TO LEN(A$)
9 CALL SOUND(T,N(ASC(SEG$(A$,Z,1))-64),5,N(ASC(SEG$(B$,Z,1))-64),2,N(ASC(SEG$(C$,Z,1))-64),0)
10 NEXT Z

 

 

  • Like 4
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...