how to set cycle~ back to its default wavetable?
I have a patch in which i'm using a cycle~ object to play back several different repeating waveshapes. The problem is that I don't know how to get it back to its starting point, where it plays from its internal 16k sample cosine wavetable. cycle~ doesn't understand the clear message.
Send the set message with no arguments to reload the internal wavetable.
Thanks Rick!