Author |
Message |
defex

Joined: Jun 27, 2008 Posts: 36 Location: Toronto, canada
|
Posted: Fri Jun 27, 2014 1:08 pm Post subject:
Neutron Orgone accumulator Subject description: Teensy 3.1 multiple phase accumulator oscillator. |
 |
|
Here is my new euro module programmed in arduino IDE. there are a few soundcloud examples on the page linked below.
It runs on a teensy 3.1 and has real time v/oct expo converter. There are 11 simultaneous oscillators, an 88khz output sample rate.
There is a 4 pole 19khz output filter and 4 attenuverting control voltage inputs.
Http://www.neutron-sound.com/noa.html
The code is available on github, so you could program it to do whatever you like. Last edited by defex on Fri Jun 27, 2014 2:05 pm; edited 1 time in total |
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 22430 Location: The Netherlands, Enschede
Audio files: 216
G2 patch files: 319
|
Posted: Fri Jun 27, 2014 1:44 pm Post subject:
|
 |
|
Oh wow, very nice!
And amazing performance out of such a small board. _________________ Jan |
|
Back to top
|
|
 |
defex

Joined: Jun 27, 2008 Posts: 36 Location: Toronto, canada
|
Posted: Fri Jun 27, 2014 6:56 pm Post subject:
|
 |
|
For a long time i was working on something called "neutron shield modulator" which was an arduino based one, this can do a lot of the same things, in some cases actually more.
It is sold as an oscillator but if you wanted to make it do anything else:
open source
arduino IDE compatible (with teensyduino)
96 MHZ ARM cpu (fast enough to real time calculate exponential conversion from 1v/oct to frequency in floating point, without bothering your program. no lookup tables and bend input cheating!)
10 programmable knobs
8 programmable switches
4 attenuverted CV inputs
gate input
trimmed/buffered ADC input (usually for 1V/oct)
12 bit DAC output (88khz in this case)
level shifted unfiltered 1/0 output.
7 extra GPIO pins left on teensy for hacking. 4 are ADC in, one is PWM out.
external voltage reference. with buffer for pots.
teensy is on its own regulator, nothing else uses its power (less noise)
MOTM or euro power, works at +-12 or +-15v
optional 5v onboard regulator.
CPU specs: https://www.pjrc.com/teensy/teensy31.html
I am thinking of making blank cards (or a template, at least) you can put over the controls to write your own control names on. |
|
Back to top
|
|
 |
elmegil

Joined: Mar 20, 2012 Posts: 2019 Location: Chicago
Audio files: 16
|
Posted: Sat Jun 28, 2014 3:02 pm Post subject:
|
 |
|
And I plan to do my own MOTM format panel, will share the artwork at least.
It sounds great, and I want to play with the code  |
|
Back to top
|
|
 |
defex

Joined: Jun 27, 2008 Posts: 36 Location: Toronto, canada
|
Posted: Sat Jun 28, 2014 7:23 pm Post subject:
|
 |
|
Well i did add a couple of holes so you can attach it to brackets, but you will be doing a lot of wiring.
Something i did not think of is showing which of the switch pads you need to connect your toggle switches to, there are 6 for each switch, but you actually only need to connect 2 wires to your toggle switches.
Ill put it on my list and make a diagram on the web page for 5U wiring. |
|
Back to top
|
|
 |
elmegil

Joined: Mar 20, 2012 Posts: 2019 Location: Chicago
Audio files: 16
|
Posted: Sat Jun 28, 2014 7:51 pm Post subject:
|
 |
|
I've wired the MOTM version of Dustin's Dual Mirror Core/Complex VCO, and a MFOS Soundlab Plus. Nothing scares me.  |
|
Back to top
|
|
 |
Varoudis
Joined: Dec 03, 2009 Posts: 31 Location: London
|
Posted: Sat Jun 28, 2014 11:14 pm Post subject:
|
 |
|
Perfect for experimental coding and learning DSP.
I'll take one soon! |
|
Back to top
|
|
 |
|