hello there, i am new to pure data and think its really great. i have managed to make a very simple drum sequencer where i load my own samples. but i cant figure out how to make the toggle switches for entering steps. i have to connect the cords where in the sequence i want to hear the sounds. could someone show me the absolute simplest way to implement toggle switches for which step the samples should play? SEKVENSER SKISSE.pd
-
sample sequencer question
-
Here are 2 different ways to do it.
However, it would be more efficient to store the sequence in an array.
Then you can have neater wiring more importantly, it makes it simple to have more than one pattern.sekvenser-skisse2.pd -
thanks! thats awesome. i downloaded some patches with different sequencer but they were a bit too complicated for me to understand the logic behind how it works. this is however perfect for me to get a sense of how it works. i will be trying to make neater patches definately. i just need to get a hang of it first. thanks again