Author |
Message |
stewpye
Joined: Apr 30, 2009 Posts: 49 Location: Brisbane, Australia
|
Posted: Sun Apr 29, 2012 1:42 am Post subject:
Analog Sequencer Design Subject description: Seeking opinions on my sequencer design |
 |
|
I'm designing an analog sequencer loosely based on the operation of the Moog 960 sequencer, and would apreciate opinons on a few aspects, as I haven't used an analog sequencer for about 15 years...
What I've already decided on is...
Two CV rows that can be switched between quantized and not quantized.
On/Off, Skip, Reset, Stop per step.
Please express your opinions on the following:
1. No built in clock. I'd prefer to use a drum machine or MIDI anyway...
2. Switchable glide per step, or perhaps another row of pots for adjustable glide. Is it worth the cost / panel space?
3. Third row of pots would be for gate length. Is it worth the cost / panel space? This could be optional anyway...
As the design is based on a microcontroller there are many more features, one of which is at least 8 pattern memories that can be accessed in pattern play mode.
I plan to sell PCB's for this if it all works out OK.
Regards,
Stewart. |
|
Back to top
|
|
 |
andrewF

Joined: Dec 29, 2006 Posts: 1176 Location: australia
Audio files: 4
|
Posted: Sun Apr 29, 2012 2:19 am Post subject:
|
 |
|
I have never built a seq with a built-in clock, but seeing as yours will be micro based, whynot implement one that can be set at a specific bpm - perhaps a rotary encoder, the xoxbox has something like this.
pots to set glide per step = awesome, I would love it and if i ever do another sequencer it will have this feature
Cv control of stage is always a good function. |
|
Back to top
|
|
 |
stewpye
Joined: Apr 30, 2009 Posts: 49 Location: Brisbane, Australia
|
Posted: Sun Apr 29, 2012 3:15 am Post subject:
|
 |
|
andrewF wrote: |
pots to set glide per step = awesome, I would love it and if i ever do another sequencer it will have this feature
|
Perhaps the third row could be switched between gate time and glide rate control. It could have a switch for the third row to select beteen editing the gate time and the glide time. After switching from gate time to glide time control the glide time for each step would not be changed until you moved the pot for that step (and the same deal when changing back to gate time control). The downside to this scheme is that the pots don't necessarily show the corrrect value of the selected parameter, but it does save one row of pots...
Regards,
Stewart. |
|
Back to top
|
|
 |
Dougster

Joined: Sep 20, 2005 Posts: 272 Location: Tucson, AZ, USA
|
Posted: Sun Apr 29, 2012 9:37 am Post subject:
|
 |
|
Which microcontroller are you planning to use? If you've got enough capacity in the mcu, you could use encoders instead of potentiometers and store the state of each parameter. That way, when switching between modes, you won't have to worry about whether the potentiometer position matches the current state...
Regards,
Doug _________________ Once you start down the modular path, forever will it dominate your destiny!
Every DIY person should own a copy of Electronotes: http://electronotes.netfirms.com
Blue LEDs are evil. |
|
Back to top
|
|
 |
stewpye
Joined: Apr 30, 2009 Posts: 49 Location: Brisbane, Australia
|
Posted: Sun Apr 29, 2012 2:37 pm Post subject:
|
 |
|
Dougster wrote: | Which microcontroller are you planning to use? If you've got enough capacity in the mcu, you could use encoders instead of potentiometers and store the state of each parameter. That way, when switching between modes, you won't have to worry about whether the potentiometer position matches the current state...
Regards,
Doug |
I'm using an Atmel XMEGA128A1 so I could use rotary encoders. The problem then is that you still have no visual indication of the parameter unless you also use an LED or LCD display.
A different design I had planned got around this problem (and the problem of having many rotary encoders) by having a pushbutton switch for each step (ala TR606) and just one set of parameter controls. The parameters could be, but not limited to CV1, CV2, Gate time, Glide time.
There would be various modes of operation:
PARAMETER EDIT MODE
Use the Step switches to select the step you want to edit, then adjust the parameters. An LCD would be above the parameter controls so you can see the values. It could be possible to do things like select multiple steps and adjust them simultaneously.
STEP SELECT MODE
Turn steps on and off just like the TR606.
PATTERN PLAY MODE
Similar to TR606.
The downside to this interface is that you can't edit two steps simultaneously (unless you want them to be the same), but I think it would be pretty nice to use just selecting the step and then editing it. It would be pretty easy to have 8 drum trigger channels as well.
Heck, maybe I should just go with this design! |
|
Back to top
|
|
 |
|