-
Psyko Logical
Is it possible to change the 'Graph On Parent' dimensions from within the patch?
For instance, I'd like to create a resize-able GUI abstraction. But I'm not sure how to address the patch to set things like size and position.
On a related note, being able to set the size/pos of the editor windows via msg would be pretty cool too.
I'd be grateful to anyone who can shed some light on this for me.
Thanks
-
Psyko Logical
I remember seeing a while back that it was possible to tell pd to include a file path from within the patch with a message, but I've had no luck finding info about this with Google. Something like [; pd include path/to/include(.
Anyone know?Thanks
-
Psyko Logical
Since you're not using the value for anything after you check to see if it's over 100, you don't need to use [spigot] at all. I'd use [select], like this.
-
-
-
Psyko Logical
Here's an abstraction that works, I added a few comments inside. I don't use extended, so I'm not sure if it has a naming conflict, but you can always rename it to whatever you like.
-
-
-
Psyko Logical
There were some execution order problems with the counter you posted. A trigger object solved the problem.
-