Jump to content
Sign in to follow this  
Ripdubski

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

Share this post


Link to post
Share on other sites

Maybe not exaclty but...

 

post-4727-0-27615700-1471895569_thumb.png

 

Edit - a bit more accurate:

 

post-4727-0-28420300-1471896647_thumb.png

 

Sorry for screenshots - working on atr with some trash inside. :)

Edited by miker

Share this post


Link to post
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!

Share this post


Link to post
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.

Share this post


Link to post
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.

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...