hi, i have an abstraction which has [s $0-selector]
- and that's fine. but i've got abstractions inside the patch which, currently, receive [r selector]
- and i'd like to get the $0-selector
to be receivable there. how do i do this?
-
getting $0 into subpatches?
-
@esaruoho Simplest way, just make $0 an argument of the abstraction so you can get it with $1, $2..., [adc-route 7 $0] will give the parents $0 as $2 inside the abstraction. Or when that is impractical than [iemguts/canvasdollarzero] will do the job.
-
@oid said:
@esaruoho Simplest way, just make $0 an argument of the abstraction so you can get it with $1, $2..., [adc-route 7 $0] will give the parents $0 as $2 inside the abstraction. Or when that is impractical than [iemguts/canvasdollarzero] will do the job.
oh my.
$0 as $2 in the abstraction. works like a charm. that's just great. i don't know if i ever knew this, if i did, i promptly forgot about it years ago, but this solved everything. this, coupled with that 1mb array copier thing - i can now record two separate streams of audio and then punch them into smaller loopers. thank you very, very much.
radioin.pd
adc-route.pd