Hello list Is there a way to change various configuration aspects (usually available from the menus) from inside a patch? For example, if I want to change the patch's sample rate, number of inputs, or the input/output device from patch in real time (using message boxes or something) Many thanks Billy
create the objects
[r pd] | [print]
and change whatever you want, etc etc. Look at the results from the print
console.
Hello list Is there a way to change various configuration aspects (usually
available from the menus) from inside a patch? For example, if I want to change the patch's sample rate, number of
inputs, or the input/output device from patch in real time (using
message boxes or something) Many thanks Billy
On 09/09/2012 06:14 PM, Billy King wrote:
Hello list Is there a way to change various configuration aspects (usually available from the menus) from inside a patch? For example, if I want to change the patch's sample rate, number of inputs, or the input/output device from patch in real time (using message boxes or something)
check the "mediasettings" library, it will allow you to change the media-properties in a simpler way than the low-level "pd" trick joao mentioned.
fgmasdr IOhannes