Author |
Message |
Musica_En_Fuego

Joined: Jun 19, 2018 Posts: 24 Location: New Castle, Delaware, USA
|
Posted: Thu Sep 13, 2018 1:15 pm Post subject:
Building a squencer with clocked logic and ram? Subject description: using crystal oscillators, ram, logic ICs to make a sequencer that can record inputs and repeat them |
 |
|
I've been reading the CMOS Cookbook for the past few days and just had a thought. How could I make a sequencer that can record inputs and with a flick of a switch, play it back infinitely? And maybe have the ability to modify the playback sequence and reset it back to the default sequence? I know some of ya'll maybe thinking, "just get a DAW for that!". But I want to do it at a hardware level. |
|
Back to top
|
|
 |
synaesthesia

Joined: May 27, 2014 Posts: 291 Location: Germany
Audio files: 85
|
Posted: Thu Sep 13, 2018 1:42 pm Post subject:
|
 |
|
My first though was to use a micro-controller, but I guess you meant discrete logic, so I am trying to follow your thought.
You could encode the sequence in binary instead of using multiplexed pots. Then use several shift registers in parallel for the data and manipulate the outputs.
Either switch between outputs, change the order before decoding, or even apply some logic to them. |
|
Back to top
|
|
 |
PHOBoS

Joined: Jan 14, 2010 Posts: 5784 Location: Moon Base
Audio files: 708
|
Posted: Fri Sep 14, 2018 3:43 am Post subject:
|
 |
|
Do you want to store/play analog or digital sequences ?
If it's digital it is something I have thought about too after watching the excellent Building an 8-bit breadboard computer
series by Ben Eater on youtube. With some of the parts of it you could do it. A (none DIY) microprocessor would
make things a lot easier though, but where's the fun in that
I do like the shiftregister idea. it gets rather large if you want to store a lot but it should be a bit easier to control
than RAM. Downside is that you don't have much control over it and of course it can't hold sequences without power. _________________ "My perf, it's full of holes!"
http://phobos.000space.com/
SoundCloud BandCamp MixCloud Stickney Synthyards Captain Collider Twitch YouTube |
|
Back to top
|
|
 |
piedwagtail

Joined: Apr 15, 2006 Posts: 297 Location: shoreditch
Audio files: 3
|
|
Back to top
|
|
 |
Steveg

Joined: Apr 23, 2015 Posts: 184 Location: Perth, Australia
|
|
Back to top
|
|
 |
Musica_En_Fuego

Joined: Jun 19, 2018 Posts: 24 Location: New Castle, Delaware, USA
|
Posted: Sat Sep 15, 2018 4:56 pm Post subject:
|
 |
|
PHOBoS wrote: | Do you want to store/play analog or digital sequences ?
If it's digital it is something I have thought about too after watching the excellent Building an 8-bit breadboard computer
series by Ben Eater on youtube. With some of the parts of it you could do it. A (none DIY) microprocessor would
make things a lot easier though, but where's the fun in that
I do like the shiftregister idea. it gets rather large if you want to store a lot but it should be a bit easier to control
than RAM. Downside is that you don't have much control over it and of course it can't hold sequences without power. |
Digital would be easier to deal with. Just making it would be quite a task. There is still so much i need to learn.
The ram idea still seems possible. Maybe a bistable cmos circuit could control the write enable and output enable functions. Check this datasheet: https://www.mouser.com/datasheet/2/464/IDT_7164SL_DST_20161205-881067.pdf |
|
Back to top
|
|
 |
NOISEBOB

Joined: Oct 13, 2019 Posts: 33 Location: NOISE
|
Posted: Wed Mar 24, 2021 7:48 am Post subject:
|
 |
|
what happened to this project? |
|
Back to top
|
|
 |
dk
Joined: Feb 12, 2019 Posts: 115 Location: Europe
|
Posted: Wed Mar 24, 2021 9:15 am Post subject:
|
 |
|
I was just watching a video of Suzanne Ciani yesterday describing how she works with sequences and thinking about this very same thing. It seems that this is where I'd probably resign to finding someone on the net who's programmed a PIC to do the same thing for $5, though. That link piedwagtail posted looks intense  _________________ Horrors Of Dial-Up! on Facebook
Horrors Of Dial-Up! on Instagram |
|
Back to top
|
|
 |
|