Jump to content
IGNORED

Pop Sound - BASIC


Recommended Posts

I want to write a simple routine in BASIC to create a pop noise. Like the sound made by pressing your lips together then opening your mouth real fast. I don't have the sound skills with the Atari BASIC to even know where to start. In other words, I don't know what sound statements make what noises or how I might create such a noise combining things together.

 

Can anyone suggest a small routine or point me in the right direction.

 

Thx in advance!

Wade

Link to comment
Share on other sites

Thanks, that is close. I guess I need a re-education in Atari sound.

 

If you haven't already, re-familiarize yourself with the Atari BASIC SOUND command. Then have some fun reliving your old excitement with the platform and experiment. Have fun with your Atari!

Link to comment
Share on other sites

I'd just go:

 

 

10 FOR F=100 TO 20 STEP -15
20 SOUND 0,F,10,8
90 NEXT F

 

A triangle wave would probably work better though a dynamic sound using it would need to be done with help from an assembly routine since multiple registers have to be stored in very quick sequence.

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...