Hello everyone!
/introduction
I'm a complete PD newbie (tried it long time ago, but moved to SuperCollider, ChucK, etc, but made my mind about giving PD my attention), but must say I'm fascinated by it!
I'm getting my feet wet with PD, trying out the examples and reading the online docs, but now I've tried to make something really simple on my own and stumbled on the first obstacle.
/question
I wanted to create a switch between two audio loops, for which I could control the frequency rate. Say 1Hz would switch between 1 second of loop A, then 1 second of B.
I could manage to create the audio playing part of the patch without problem, but I'm stumped by how to implement the switch...
What strategy would you use? Something along the lines of an osc~ connected to an expr~?
Many thanks!