Melodies, where are they ?

I'm no musician and I don't want to become one, but I'd like to play some melodies from the piezo.

I've been searching google for a selection of defined melodies that I could play on the Arduino and I have found nothing.

I'd like to start with simple door chimes for a door bell.

Is there a library somewhere that has a bunch of defined melodies that we can use ? what terms to use in google search ?

Thank you,

Sidney

[u]Here[/u] is an example.

That's my point. It's the only melody I have ever found. That one. And that is the reason I'm asking if there is a library somewhere that has many melodies like this to choose from.

nd that is the reason I'm asking if there is a library somewhere that has many melodies like this to choose from.

Not that I know of because there are so many different ways of defining a tune that it all gets somewhat diluted. However there have been a few examples posted here in the past.

Personally whenever I want a tune I get some piano easy play music and translate them note by note.

I'm no musician and I don't want to become one

Nether am I, but you do not have to be a musician to do that.
Things I have done using this technique:-

sid1202:
Is there a library somewhere that has a bunch of defined melodies that we can use ?

What about the melodies in RTTTL ringtone format, downloadable on the PICAXE website?
http://www.picaxe.com/RTTTL-Ringtones-for-Tune-Command/

Ringtones in RTTTL format can be played easily with an Arduino board and a piezo.

jurs:
What about the melodies in RTTTL ringtone format, downloadable on the PICAXE website?
RTTTL Ringtones for Tune Command - PICAXE

Ringtones in RTTTL format can be played easily with an Arduino board and a piezo.

That interesting. There's even a RTTTL player available on github