The producer/consumer problem in CS is that one thread is making things and other threads are using those things.
So I'd like to set one Pbind as a producer and different, simultaneous Pbinds as the consumers.
So the producer Pbind is picking the chord (and holding a synthpad for a few beats) and consumer Pbinds are generating a melody and a bassline using degrees that are members of the chord.
It seems like Pbindf is not the answer. Do I just need to set global variables in a Pfunc?