View previous topic :: View next topic |
Author |
Message |
efox
Joined: 24 May 2006 Posts: 14
|
music programming |
Posted: Mon Aug 28, 2006 10:54 am |
|
|
I'm basically looking for some google keywords.
I want to be able to play a happy birthday song on a tiny speaker. However, I have no idea how to do this and when i searched simple words on google i didnt get what i wanted. So, anyone know any keywords to search for. Its for a "birthday" card with some extra features im throwing in. I thought of just making something flashy for a little kid.
Any ideas ? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Aug 28, 2006 11:18 am |
|
|
Look in the CCS example files:
Quote: |
EX_TONES.C
This example plays the song "Happy Birthday."
|
c:\program files\picc\examples\ex_tones.c |
|
|
gs
Joined: 22 Aug 2005 Posts: 30 Location: Ioannina - Greece
|
|
Posted: Mon Aug 28, 2006 11:19 am |
|
|
get a standard happy birthday singing card, and rip off the electronics. Possibly a 1.5*1.5mm pcb with a buzzer.
do what you want to do, and when it comes to the music, apply power to the pcb, through a tranzistor or fet. _________________ www.hlektronika.gr |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
|
efox
Joined: 24 May 2006 Posts: 14
|
|
Posted: Tue Aug 29, 2006 6:45 am |
|
|
[quote="gs"]get a standard happy birthday singing card, and rip off the electronics. Possibly a 1.5*1.5mm pcb with a buzzer.
do what you want to do, and when it comes to the music, apply power to the pcb, through a tranzistor or fet.[/quote]
I was actually thinking of doing that if I couldn't do it myself. |
|
|
efox
Joined: 24 May 2006 Posts: 14
|
|
Posted: Tue Aug 29, 2006 6:50 am |
|
|
PCM programmer: I didnt even bother to check to see if the examples even included anything to what i was looking for. Lesson learned.
Mark: Thanks, that code certainly looks like what I want to do. I'll have a closer look at it.
Thanks alot ! |
|
|
|