Jump to content

Recommended Posts

Posted (edited)

Hi, if someone has a few minutes to spare could they write the Jingle Bells song using Beeps and Sleeps? I tried, but im not very talented when it comes to singing in code...

Thanks for your help :D

EDIT: I was able to find a site with Note and I converted them to frequencies (Google skills) and I got this far.. Someone is more than welcome to make it better!

$C4 = 261.6
$C5 = 523.3
$D4 = 293.7
$D5 = 587.3
$E4 = 329.6
$E5 = 659.3
$F5 = 698.5
$G5 = 784.0

Beep($E5, 500)
Beep($E5, 500)
Beep($E5, 500)

Sleep(500)

Beep($E5, 500)
Beep($E5, 500)
Beep($E5, 500)

Sleep(500)

Beep($E5, 500)
Beep($G5, 500)
Beep($C5, 500)
Beep($D5, 500)
Beep($E5, 500)

Beep($C4, 500)
Beep($D4, 500)
Beep($E4, 500)

Beep($F5, 500)
Beep($F5, 500)
Beep($F5, 500)

Sleep(500)

Beep($F5, 500)
Beep($E5, 500)
Beep($E5, 500)

Sleep(500)

Beep($E5, 500)
Beep($D5, 500)
Beep($D5, 500)
Beep($E5, 500)
Beep($D5, 500)

Sleep(500)

Beep($G5)
Edited by hiimjoey11

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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