-
Zyx
First some explaining: press the mass reset to load a bunch of samples into arrays. These arrays are played (or should be played) by midi-input but with the stripnote in there I can't seem to get messages through anymore. That's the main problem... I should probably combine those dac~ objects too right?
Any other advice would be greatly appreciated as well.
http://www.pdpatchrepo.info/hurleur/BONGO_PTERODACTYL_(beta).pd
-
Zyx
Attached is one of the "solutions" I've come up with but I hope (suspect) there's a better way to do this.
-
Zyx
Can a route object receive numbers and send bangs out the appropriate outputs? If not I should ask you what can. Thanks for your time.
-
Zyx
I wanted to use the lists with vars to slide from note to note but nothing I do seems to get it done. Help please!
-
Zyx
I put a metro in front of the attachment but it seems the right side of the patch is sometimes faster than the left causing the loop to go off the rails.
I've probably already made a mistake here, please let me know.
-
-
Zyx
Thanks! I still had to connect [r gear2] to [/ ] so it'll start properly but this is exactly the kind of thing I was looking for
-
Zyx
Thanks! I'd already placed bangs behind my route but clearly I was looking for select. I have added the code I'm working on now because when I have it hooked up to a random number generator it tells me "error: $1: argument number out of range" a million times. "Gear" is where I suspect that problem is since the only other thing coming in contact with "$1" is select which only sends bangs right? I tried making gear a lot smaller for "line" but that didn't seem to do anything.
The lower part is because select can activate several outlets at once and I didn't think "line~" would process that properly.
I've been reading and searching pd-tutorial.com but feel free to tell me to read something else because I don't feel like I'm making a lot of progress.
-