Changing bpatcher argument

Roel van Doorn's icon

Hi,

i need to have a bpatcher with a dynamic argument, how do i change the argument value externally? (this is the #1 inside the bpatcher, and the argument value in the inspector of bpatcher)

Should be easy, maybe i'm missing something here...but i can not change it.

thanks

seejayjames's icon

I don't think you can, not sure. use send/receive instead, or inlets?

(karrrlo)'s icon

Yes you can :
name your bpatcher
talk to the named bpatcher via a thispatcher object outside your bpatcher
with your arguments in a script sendbox (message box)
you can have up to 8 arguments i think

script sendbox mybpatcher args cat cow frog
I
thispatcher

hope it helps

(karrrlo)'s icon

up to 9 arguments i ment

Mark Durham's icon

Thanks for that karrrlo, helped me lots. Never knew you could do so much with this patcher.