need help with stepsequencer

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
TB303
Posts: 7
Joined: Thu Aug 23, 2007 11:35 pm

need help with stepsequencer

Post by TB303 »

i'm building a synth device in SDK and now i like to integrate a (tight) step sequencer for triggering notes into the design.
is there any dev who can help me with it or show me some example circuits.

i spend several days trying all the different sequencer dsp files but have no clue how to get em to work.

thanks in advance

mike



ps,
( if you like to discuss this in private (NDA) please send a pm )
User avatar
Shroomz~>
Posts: 5669
Joined: Wed Feb 23, 2005 4:00 pm
Location: The Blue Shadows

Post by Shroomz~> »

Hi,

it's all in the logic. Google or wiki search for logic functions, logic counter or shift register & you'll come up with plenty of info. Some of the nord modular sites are interesting in this respect (advanced understanding of logic circuit implementations in dsp-land over there). Beyond that you'll need to actually think about it & experiment. It IS possible in the sdk, I assure you!!

Anyway, I see you're quite a new forum member, so welcome!

regards,
Shroomz
TB303
Posts: 7
Joined: Thu Aug 23, 2007 11:35 pm

Post by TB303 »

it's all in the logic. Google or wiki search for logic functions, logic counter or shift register & you'll come up with plenty of info. Some of the nord modular sites are interesting in this respect (advanced understanding of logic circuit implementations in dsp-land over there). Beyond that you'll need to actually think about it & experiment. It IS possible in the sdk, I assure you!!
thanks,
i am already tinkering about logic circuits to do the trick and reading a lot
Any help with this subject is welcome for sure :)
Anyway, I see you're quite a new forum member, so welcome!
I'm a old member under a new name (lost old one) and a scope user for quite some years now.
also worked with scope dp some years ago but didn't put too much effort into it back then because of the sparsely free time on the dp machine.

Regards,

mike
User avatar
Shroomz~>
Posts: 5669
Joined: Wed Feb 23, 2005 4:00 pm
Location: The Blue Shadows

Post by Shroomz~> »

Ah ok, so you're not a new member. Welcome back then :)
User avatar
Neutron
Posts: 2274
Joined: Sun Apr 29, 2001 4:00 pm
Location: Great white north eh
Contact:

Post by Neutron »

back in the day, i made one for the "micro" synth
it is just a ramp wave which is compared to 16 equally spaced values. and when it is equal it outputs the next step.

you can alter the odd numbered step values to get swing.

I cant remember if i had to use any custom atoms, but it was only DP back then.
User avatar
hifiboom
Posts: 2057
Joined: Thu Aug 03, 2006 4:00 pm
Location: Germany, Munich
Contact:

Post by hifiboom »

what device do you build with an integrated stepsequencer, tb303?
:lol:
hubird

Post by hubird »

shhh... :-D
Post Reply