|
Post by NightMachines on Jul 12, 2019 22:34:43 GMT
Here’s a little quick and dirty DIY project I just finished. It’s an adaptation of the Møffenzeef Modular STARGAZER drone synth for the AE Modular. Some info on the original desktop synth: www.moffenzeefmodular.com/stargazerThe STARGAZER is open source and uses a Teensy 3.2 microprocessor for almost all its sound generation. The Teensy runs on +5V, so you can basically just plug it right into your AE Modular rack and it will work fine. Its analog inputs only accept 3.3V but it’s easy to scale the CV signals down to that with a voltage divider. To actually add CV inputs though, I needed to free up some analog input ports, which meant I had to leave stuff away. I decided to remove the output filter2, the output VCA and the three LFOs, which are all just standard features done in software. If I want another filter, a VCA and LFOs I can just use my other AE modules for that. I also did not implement the analog CMOS distortion, because I didn’t have the proper IC and also not enough space on my 2U PCB. But again, I can get that from another module. So with analog inputs freed up on the Teensy, I added CV control for pitch, filter1 cutoff, wavetable selection, aliasing, bit reduction and sub oscillator octave switching, which turns the STARGAZER into a very different beast than the desktop synth. Now I can use it as a regular oscillator for melodies, with dynamic wavetable modulation. Awesome! I built this in-between things over a few days, so it’s a really bad DIY hack-job, with a lot of potentiometer noise and I think one or two faulty CV inputs which I need to check. But it still works well and it’s a cool addition to my AE Modular rack. Here are some demos: Raw: http://instagr.am/p/Bz00iEno715 With the Nyle Filter and Lofi Delay: http://instagr.am/p/Bz05Vdmodzd ... and a picture: http://instagr.am/p/Bz1TcL-oDkW
|
|
Lugia
Wiki Editors
Ridiculously busy...ish.
Posts: 556
|
Post by Lugia on Jul 13, 2019 4:55:23 GMT
Given the general sonic craziness of the Moffenzeef stuff, Ross might actually consider making AE format versions of some of his modules. The Stargaezer would be a great choice, as would the Deviant, Dialup, Muskrat and Kriket. Lots of racket potential there, plus it looks like he's following some of the EE basics necessary already.
|
|
|
Post by NightMachines on Jul 13, 2019 10:01:01 GMT
Yes, it is indeed very simple to adapt the Teensy circuits to AE Modular. I’m checking out the other modules now. The GMØ also looks cool The only downside of using a Teensy in the AE Modular world is the price, which is at least 20$. So this would drive the price of a commercial module up quite a bit.
|
|
bahm
Full Member
Posts: 154
|
Post by bahm on Jul 14, 2019 21:00:49 GMT
Wow this is really cool. I always wanted to do some diy. Does it mean I just need this teensy board and the pots and Jacks and some wire to make this?
|
|
|
Post by NightMachines on Jul 14, 2019 21:20:39 GMT
Wow this is really cool. I always wanted to do some diy. Does it mean I just need this teensy board and the pots and Jacks and some wire to make this? Yes, pretty much. Although you’ll need a few Op-Amps and stuff too. But it’s not very complicated indeed Schematics and source code are here: github.com/moffenzeefmodular/stargazer/wiki
|
|