Author |
Message |
anclib
Joined: Oct 12, 2012 Posts: 12 Location: UK
|
Posted: Wed Jan 22, 2014 10:18 am Post subject:
Sequencer pulse width |
 |
|
Hi, does anyone know of a circuit for altering the pulse width of a sequencer's steps? preferably something simple and without comparators, could a 555 could be used maybe, or is there something even simpler? |
|
Back to top
|
|
 |
J3RK
Joined: Jun 05, 2006 Posts: 123 Location: Seattle
|
Posted: Wed Jan 22, 2014 10:59 am Post subject:
|
 |
|
You could make a simple gate to trigger converter using a couple of resistors and a capacitor and a diode. (I'll see if I can draw one or find an image.) This would be just a very short pulse/spike though, so if you just wanted a short full gate signal, you might want to try something else.
You could trigger a monostable (which a 555 can be set up as). There are some CMOS monostable chips as well, and you can also build one with a couple of transistors a cap and some resistors. Look up transistor monostable.
I have a sequencer design that uses a series of flip flops to drive some counters and a multiplexer. I wanted to shorten the individual gate outputs, so I used 8 AND gates, and ANDed the gate outputs with a signal from one of the flip flops, which cut the gate lengths in half. This sort of approach would depend on how your sequencer is driven/clocked though. Just pointing out that there are quite a few ways you might do this.
This may be helpful: http://www.electronics-tutorials.ws/waveforms/monostable.html |
|
Back to top
|
|
 |
anclib
Joined: Oct 12, 2012 Posts: 12 Location: UK
|
Posted: Wed Jan 22, 2014 11:13 am Post subject:
|
 |
|
thanks, my sequencer is just a simple shift register type with the 555 clock, so the register is just detecting the rises in the 555 input pulse. I was thinking maybe of a envelope instead of gate length but its probably a little to complicated and would cause attenuation problems in the cv output. |
|
Back to top
|
|
 |
ryktnk

Joined: Apr 24, 2008 Posts: 285 Location: london
Audio files: 1
|
Posted: Thu Jan 23, 2014 1:05 pm Post subject:
|
 |
|
Hello
The easiest way is starting with a sawtooth vco and slicing ( sorry comparator )
the waveform.
Check out Renne's 4069 VCO, it is a one chip solution.
-ryk |
|
Back to top
|
|
 |
roglok

Joined: Aug 28, 2010 Posts: 202 Location: uptown
|
|
Back to top
|
|
 |
anclib
Joined: Oct 12, 2012 Posts: 12 Location: UK
|
Posted: Sun Jan 26, 2014 10:57 am Post subject:
midi to gate circuit |
 |
|
Hi thanks for your helpful replies, it much appreciated.
Hello, does anyone know of a circuit for simple inexpensive midi to gate,
I am not interested in midi to CV, just the gate so I can sync analogue sequencer.
Ideally something that is very cheap and easy that I can put together myself. |
|
Back to top
|
|
 |
isak

Joined: Dec 13, 2009 Posts: 847 Location: Israel
Audio files: 18
|
Posted: Tue Jan 28, 2014 2:12 pm Post subject:
|
 |
|
You can do it with arduino, it's cheap and easy to make.
I just need to remember where I put the code  _________________ http://www.myspace.com/mgmtrance |
|
Back to top
|
|
 |
|