--
You received this message because you are subscribed to the Google Groups "Mozzi-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mozzi-users...@googlegroups.com.
To post to this group, send email to mozzi...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/mozzi-users/279c31da-89a7-4536-aed1-3a4ef3799322%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alberto
Thanks to your Mozzi library and the throubleshooting in this group I've got it! A basic synth based on arduino UNO, Mozzi as audio engine and a few components:
The synth has:
3 oscillators
1 low pass filter
2 envelopes
2 lfos
12 modulation patches with 10 sources and 14 destinations
The synth is controlled through 5 analog pots, a switch, a led and an 16x2 lcd. I still have to implement MIDI, but I believe that it is easy stuff :-).
I want to fine tune all the parameters, but the synth is already sounding very good (being an arduino). Im thinking to add to the build an analog filter that could be driven by 3 pwm arduino pins (cutoff, resonance, amp) so I can get a more harsh sound and I can get free memory from the atmega to improve functionalities. Right now 90% of arduino resources are spent.
I'm looking forward to add the shruthi's smr4 mkII low pass filter, from Mutable Instruments
Thanks for everything