Re: [PD] changing GOP size dynamically without dirty flag

2018-03-21 Thread Liam Goodacre
t the very bottom, and you can work it out from there. From: Pd-list <pd-list-boun...@lists.iem.at> on behalf of oliver <oli...@klingt.org> Sent: 21 March 2018 13:57 To: pd-l...@mail.iem.at Subject: Re: [PD] changing GOP size dynamically without dirty f

Re: [PD] changing GOP size dynamically without dirty flag

2018-03-21 Thread Roman Haefeli
On Mit, 2018-03-21 at 14:57 +0100, oliver wrote: > > > > > > Is there a way to adjust the GOP size without marking the instance > > of > > the abstraction/patch dirty? > > [..] send it a message like this: > > [donecanvasdialog 1 -1 3 0 -1 1 1 100 100 10 10, dirty 0( > | > [send YOURNAME]

Re: [PD] changing GOP size dynamically without dirty flag

2018-03-21 Thread oliver
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

[PD] changing GOP size dynamically without dirty flag

2018-03-21 Thread Roman Haefeli
On Mit, 2018-03-21 at 13:08 +, Liam Goodacre wrote: > An external object that reported the system standard dimensions would > offer a solution, since you could then set the abstraction to resize > itself according to the system. This reminds of my finding, that when using 'donecanvasdialog'