Propeller Synthesizer
Android
Posts: 82
Hello everyone. I am going to attempt to create a simple sytnthesizer with the propeller. It would have 5 controls in total. A pitch control, volume control, and three different effects. Not sure about the programming or the wiring for this. Any help is appreciated.
- Android
- Android
Comments
Step 2: ???
Step 3: Profit!
I am not the most intelligent person with electronics so didn't really get what i'm supposed to do with the files on the post. Could you explain?
- Android
How do you intend to control your synth? MIDI?
While many keyboards have built in synthesizers, there are also some piano type keyboards that don't produce music on their own. They require a separate sound generator.
For example, I have an Alesis keyboard synthesizer but I wanted to learn to play the organ so I added a second keyboard that's just a "controller" meaning it provides information about the notes played but it doesn't produce sound. This "controller" is plugged into the Alesis so when I press a key on the controller, the Alesis generates a sound to go with it.
While there's lots of ways to generate this note information, it's tough to beat a good keyboard for producing a wide range of notes (it of course helps to know how to play the piano or other keyboard type instrument).
One project I keep intending to try is a MIDI signal merger. I also have a pedal board which generates MIDI instructions but my synthesizer only has one "MIDI in" port. I have to run the two MIDI signals through a PC in order to merge them. It would be nice to free my two keyboards with foot pedals from the need of having a PC in the mix.
I think what Circuitsoft was asking was how do you want to tell the Propeller which note to play? One option, as he mentioned, is a potentiometer. Another option would be to use some sort of MIDI controller to generated instructions to the Propeller.
Here's a project I did using my little PMC project for a SIDcog enable synth that accepts MIDI-in.
http://www.instructables.com/id/Building-a-Retro-Synthesizer-with-the-Pocket-Mini-/
Jeff
http://linusakesson.net/bitbuf/index.php
It was made with Atmega88. The Propeller can do much more.
And this:
http://linusakesson.net/chipophone/index.php
is a synth made with two Atmegas 88.
As I said, the Propeller is much more powerful than Atmega 88. It is much more powerful than two of them, too.
With the Propeller you can simply make any synth you want.
There is a midi interface ready in OBEX.
There is a lot of sound producing libraries
There is sidcog, a SID emulator, AY emulator, Retronitus and some other synths available here
Yu only have to look at these parts and make something with them. Or develop a new one
http://propellerpowered.com/forum/index.php?PHPSESSID=501e63f33767d74c9f20db32c0be4289&topic=32.0
Andy
The actual code pulls in code written by others, so I've posted the bit I wrote below.
Sorry it is a bit blurry on the video. Below is the background file to give an idea of the resolution. Draw the sliders and switches on top of this and set them as active areas on the touchscreen as per the code. Look for touches to the keys and play the sound.