Jump to content



0

Heartbeat sound?


1 reply to this topic

#1 yuppicide OFFLINE  

yuppicide

    I am the Black Knight. Give me your money!

  • 6,933 posts
  • Location:New Jersey

Posted Wed Sep 3, 2008 6:59 AM

Anyone have a sound of a heartbeat I could use on a title screen?

#2 atari2600land OFFLINE  

atari2600land

    Quadrunner

  • 6,491 posts
  • All hail the zyzzyva!
  • Location:Salem, Oregon

Posted Wed Sep 3, 2008 1:31 PM

Here's my attempt:

heartbeat
  AUDC0=14 : AUDF0=22 : AUDV0=beatvol[b]

  drawscreen : rem you can remove this if you already have one
  data beatvol
  6,0,6,0
end

  data beatlength
  8,2,30,40
end 

  a=a+1
  if a>beatlength[c] then a=0 : b=b+1 : c=c+1
  if b>3 then b=0 : c=0
  goto heartbeat

Edited by atari2600land, Wed Sep 3, 2008 1:32 PM.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users