Hi, it's been a while since I've used Pd and I have forgotten a lot of what I learnt, which was... not much. Hopefully someone will be able to help me make a shift register, arbitrary length, operated by a square wave (transition on rising or falling edge).
I want to take an audio signal and at the rising edge of the square wave the current value will be recorded and latched in the register, then at the next rising edge another value will be sampled and stored, the previous value will move along one value. After x amount of steps, the value appears at the output of the shift register and is listened to as audio.... so if i get a 20KHz square wave, I will get a reasonable quality audio out + a delay (im NOT just trying to make a delay, btw!)
any suggestions how I might achieve this? MUCH APPRECIATED