-
dougseidel
I am using arduino to control pd patches (using firmata and pduino).
Each time i open a pd patch, i manually select the various analog and digital ports i want to use (via a simplified version of the "pduino-test" code that comes with pduino. They seem to need to be enabled sequentially.
I'm trying to find a way to automate this, so that when i open the pd patch, the various ports are automatically enabled.
Has anyone tried to do something like this?
Thanks,
Doug
-
dougseidel
I am new to Pd, so figive me if this is very simple...
Is there a way to implement a "switch" that will allow a signal to pass, or block it based on an input bang? Like, one bang enables the signal to pass, the following bang blocks it.
Thanks!
-
dougseidel
Thanks. Yes, i see that now - and i was able to do what i needed.
-
-
dougseidel
I see in the help for spigot that there is a way to do this for audio, which is what i was looking fr.
Thanks!