I really like your videos about this topic. I’ve never done any programming so this is all new to me. Your videos have helped me understand PD much better!
Hello Andrew, I've been really enjoying your video series on PD, really great tutorials. But I seem to have run into an issue, I've been following this video step by step but as soon as I connect the "pack 0 0 0" object to "clone mono-synth 1" I receive an error message in the log "clone: instance number 1 out of range". I've tried figuring it out on my own but with no luck unfortunately. Looking forward to any suggestions that you might have! All the best!
Great tutorial! Is it possible to use the Clone object to point to a live-input patch? In essence, using poly to create a polyphony of a cloned live input. Thanks for your time!
I tried copying this in plug data, and a strange thing happened. It plays fist note. Ignores the next ones and only changes note after it's reached it's maximum poly. Then starts again. Oddly
I agree, that would make some sense. Although additions like having the filter cutoff modulated by the env (like in classic TB-303 bass sounds) would require independent filter control per voice.
That's not how poly works??? Both the note and the velocity go into the first inlet, after being packed presumably. The second inlet is for voice stealing, which is confusing. Not sure where those velocity values at 1:33 are actually coming from... Great tutorials but I'm not sure what's going on here.
You have great tutorials! You have really expanded my understanding of sound thank you very very much for what you do! Intro groove is awesome!!
I really like your videos about this topic. I’ve never done any programming so this is all new to me. Your videos have helped me understand PD much better!
Just got into puredata and your tutorials have been helpful thank you
Hello Andrew, I've been really enjoying your video series on PD, really great tutorials. But I seem to have run into an issue, I've been following this video step by step but as soon as I connect the "pack 0 0 0" object to "clone mono-synth 1" I receive an error message in the log "clone: instance number 1 out of range". I've tried figuring it out on my own but with no luck unfortunately. Looking forward to any suggestions that you might have!
All the best!
Great tutorial! Is it possible to use the Clone object to point to a live-input patch? In essence, using poly to create a polyphony of a cloned live input. Thanks for your time!
I tried copying this in plug data, and a strange thing happened. It plays fist note.
Ignores the next ones and only changes note after it's reached it's maximum poly.
Then starts again.
Oddly
Weird , the clone object does not recognize any of my abstractions .
My abstractions works ok when just typed as an object but not in the clone obj.
save the main patch first
Wouldn't it make sense to move the filter out of the mono-synth?
I agree, that would make some sense. Although additions like having the filter cutoff modulated by the env (like in classic TB-303 bass sounds) would require independent filter control per voice.
That's not how poly works??? Both the note and the velocity go into the first inlet, after being packed presumably. The second inlet is for voice stealing, which is confusing. Not sure where those velocity values at 1:33 are actually coming from... Great tutorials but I'm not sure what's going on here.
The second inlet sets the velocity, based on the pd reference in poly-help.pd. So 2 ways both work I think, I mean urs and his
You are correct, my bad! Pitch and Velocity data should go into a [pack], then into the first inlet of [poly].