Any inexpensive synth chip currently being maked, usable with basic stamp?
CuriousOne
Posts: 931
Hello. I'm doing a simple project, for specific process controller device. I want to add an easter egg to it, which will play some arcade tunes when activated. The bult-in capabilities does not produce required quality and also cant do polyphony. I don't need or want mp3, i want old school synth. So far what I only found is sparkfun offerings for mp3 codec with midi, which is exactly not the right thing I need. I even thought salvaging old nes to get ay chip, but having 40 pin dip case in compact device does not feels ckmfortable. Any ideas?
Comments
-- Gordon
You can forget the VLSI Solutions chips Sparkfun resells. They aren't FM sound chips and at best could reproduce crude SID-type effects through hacking the available instruments in its two sound banks. In real time mode it supports a modest subset of common MIDI statements -- NoteOn, NoteOff, volume, and a few others. They require either SPI or a faster baud rate than the regular BS2 can provide. Have you programmed in MIDI before? It's harder than learning enough Spin to go through the examples other people have already created for you.
-- Gordon
-Phil
Specifically http://www.arcadechips.com/index.php?cPath=27_22
If you do not want to use a Prop, and are not in a hurry, then maybe this ?
http://www.ftdichip.com/EVE.htm
This has Audio synth in one corner, and PR claims $2.75/100k, so likely similar in price to a Prop
It's clear you already half way there to your own solution and don't need anyone's advice.
If I'm not mistaken, some person/company is selling the chip named UM3567/U3567 in ebay which is a clone of a Yamaha YM2413 FM synthesizer chip. Not that expensive, it's quite ok for that price. To wire it up, check out the pinouts for the chip in that website. It is in Portuguese, but the diagrams are self-explanatory.
Here's a English Version of the website:
http://translate.google.ca/translate?sl=pt&tl=en&prev=_t&hl=en&ie=UTF-8&eotf=1&u=http://www.msxpro.com/fm.html&authuser=0
Here's a English Version of the website:
http://translate.google.ca/translate?sl=pt&tl=en&prev=_t&hl=en&ie=UTF-8&eotf=1&u=http://www.msxpro.com/fm.html&authuser=0