[PD] changing GOP size dynamically without dirty flag

Liam Goodacre liamg_uw at hotmail.com
Wed Mar 21 15:10:54 CET 2018


Another option is the "coords" message. In my mind, this is always preferable to "donecanvasdialog" because you don't need to dirty it, and because the syntax is slightly easier to remember. If you open the .pd file in a text editor, you'll find the "coords" term at the very bottom, and you can work it out from there.
________________________________
From: Pd-list <pd-list-bounces at lists.iem.at> on behalf of oliver <oliver at klingt.org>
Sent: 21 March 2018 13:57
To: pd-list at mail.iem.at
Subject: Re: [PD] changing GOP size dynamically without dirty flag


>
> Is there a way to adjust the GOP size without marking the instance of
> the abstraction/patch dirty?
>

yes, add a "dirty 0" message to the GOP's namecanvas, like this:


put a [namecanvas YOURNAME] onto the patch's top level.


then send it a message like this:

[donecanvasdialog 1 -1 3 0 -1 1 1 100 100 10 10, dirty 0(
|
|
[send YOURNAME]



best

oliver

_______________________________________________
Pd-list at lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20180321/6bf7e28a/attachment.html>


More information about the Pd-list mailing list