This is another project that is progressing agonizingly slowly... It is based upon a VERY old Digital Frequency Counter that was all old germanium transistors and small globes. I was going to try and to an authentic restoration but the globes had all corroded and kept falling off... There were also some sad things happening in the huge nest of transistors. I did find the schematic but really it was all a bit of a bridge-to-far. I have ended up making some small AVR boards and got some 5mm white LED's from Deal Extreme and it looks pretty original.
Saturday, September 14, 2013
Digital Frequency Counter 1960's Style
This is another project that is progressing agonizingly slowly... It is based upon a VERY old Digital Frequency Counter that was all old germanium transistors and small globes. I was going to try and to an authentic restoration but the globes had all corroded and kept falling off... There were also some sad things happening in the huge nest of transistors. I did find the schematic but really it was all a bit of a bridge-to-far. I have ended up making some small AVR boards and got some 5mm white LED's from Deal Extreme and it looks pretty original.
Sunday, August 25, 2013
Limping back into life...
Doesn't look all that exciting but the Hellfire Modulator is slowly limping back to life. The old sticky panel has been peeled off -- quite a task! and the holes re-drilled for two of the pots with switches and the larger hole for the PWM range switch made smaller -- quite a task II! and now we are getting back to being able to where we should have been 3 years ago...
Sunday, August 18, 2013
Asthetic has Knobs on....

This is a bit of an experiment in a number of ways. I have started on an 8 channel Envelope Generator that is based upon an enhanced DX7 style envelope control. I am also considering that really Forbin is going to be a bit big... I know that I am getting ancient and that large chicken head knobs are easy to see and that it all looks a bit Emerson circa 1974 but 40 years later I don't really have the space! Come what may the OctoEnvGen will be useful however it is packaged. It was a bit interesting to see though, how small a Euro synth actually is! I need to finds some knobs without markers on them though... These aren't pots but continuously rotating switches which control a TFT display which draws the waveform...
Thursday, August 15, 2013
Cloudy
Well a bit more daydreaming and have been experimenting with a few ideas. I have always been fascinated by the MOTM 520 Cloud Generator VCO. It is a bit of an expensive beastie having an original price of $500 and no DIY option. That has become a bit easier with a DIY option for the E340 being offered but still $270 + postage and the $US Vs $AU is not in my favor at the moment... Anyway the aesthetic behind Forbin is not to spend much money, just to be unique and learn a bit so this represents my experiment with similar ideas. I have no real idea how they do it internally but I have prototyped up 4 sine wave oscillators with separate Brownian noise sources that modulate the 4 oscillators. The Brownian rate of change (well frequency I suppose -- Chaos Bandwidth in E340 parlance) and amount that it is tweaking each of the oscillators (Spread on E340) seem to all work fine. I want to make the number of oscillators also continuously variable rather than just stepped. I also need to do some thinking about a soft clipping arrangement Vs a an amplitude compression technique. I plan to rework this in Assembler after some of the prototype parts in C have been bashed out. The nice thing about the CortexM4F is that there are truckloads of floating point registers -- actually 32! so it is possible to leave a lot of the parameters in the CPU rather than loading them in and out of memory all the time... The sample frequency of this thing should be around ~150kHz to 200kHz so hopefully not too many artifacts will get through. It is pretty impressive what you can get out of a $7.99 evaluation board + a simple DAC!
Tuesday, August 13, 2013
Tuesday, August 6, 2013
VS Voice
A bit more prodding and pummeling and for a bit of a laugh I loaded up a sample from the Sequential Circuits VS Synthesizer. This is allegedly waveform #20 from the wavetable. I have no idea if it is correct or not but there is an interesting interview with one of the chaps, Chris Mayer, that helped designed the VS and he mentioned that he wanted the interpolated sound of a short samples. Worked out that I can get all of the factory waveforms of the VS into one 48pin QFP... Thinking maybe a 7 segment display and a digital pot to choose the waveforms. Could do the joystick thing... could also do two control voltages for up/down and left/right. Might just start out with two waveform selections and a digital mix and see how we go from there...
sin(sin(x))
Well into a little bit of DX VCO... The DAC works, the FPU works, the SPI works, some fairly basic code works and we end up with this! Did cheat a little and end up using a lookup table rather than a Taylor series. Since I really don't need the resolution and when you start scratching the surface the Taylor Series is a reasonable amount more mucking around than it appears and to try and run this as fast as possible I pinched some table generation stuff that I used for the LFO a while ago and re-jigged it a little bit. This is about 400Hz and the sample rate is up around 176kHz with a 16 bit resolution. Now need to get the ADC going...
Subscribe to:
Posts (Atom)