Re: [PD] Dynamic Graph on Parent

2010-09-30 Thread Mathieu Bouchard
On Wed, 29 Sep 2010, brandon zeeb wrote: Is there a way to dynamically adjust and enabled graph on parent (GOP)?  I'm building some UI sequencer widgets and it would be preferable to dynamically adjust the GOP size given user input, say number of steps in a step sequencer (ie: an 8x8 vs a 16x1

Re: [PD] Dynamic Graph on Parent

2010-09-30 Thread Mathieu Bouchard
On Wed, 29 Sep 2010, Jonathan Wilkes wrote: A canvas accepts a "donecanvasdialog" message that can be used to do what you want.  Search the list for that. There's also the "coords" message, which takes its arguments in a different order than "donecanvasdialog" and doesn't set the dirty flag fo

Re: [PD] Dynamic Graph on Parent

2010-09-29 Thread brandon zeeb
; > There's also the "coords" message, which takes its arguments in a > different order than "donecanvasdialog" and doesn't set the dirty > flag for Pd < 0.43. Other than that I'm not sure what the > differences are between the two messages. > &g

Re: [PD] Dynamic Graph on Parent

2010-09-29 Thread Jonathan Wilkes
d. -Jonathan --- On Thu, 9/30/10, brandon zeeb wrote: From: brandon zeeb Subject: Re: [PD] Dynamic Graph on Parent To: "PD List" Date: Thursday, September 30, 2010, 3:53 AM How is this sent to the current patch?  Can you give me a quick example. Thanks~B On Wed, Sep 29, 2010 at

Re: [PD] Dynamic Graph on Parent

2010-09-29 Thread brandon zeeb
; --- On *Wed, 9/29/10, brandon zeeb * wrote: > > > From: brandon zeeb > Subject: [PD] Dynamic Graph on Parent > To: "PD List" > Date: Wednesday, September 29, 2010, 10:08 PM > > > Is there a way to dynamically adjust and enabled graph on parent (GOP)? >

Re: [PD] Dynamic Graph on Parent

2010-09-29 Thread Jonathan Wilkes
Pd < 0.43.  Other than that I'm not sure what the differences are between the two messages. -Jonathan --- On Wed, 9/29/10, brandon zeeb wrote: From: brandon zeeb Subject: [PD] Dynamic Graph on Parent To: "PD List" Date: Wednesday, September 29, 2010, 10:08 PM Is there a

[PD] Dynamic Graph on Parent

2010-09-29 Thread brandon zeeb
Is there a way to dynamically adjust and enabled graph on parent (GOP)? I'm building some UI sequencer widgets and it would be preferable to dynamically adjust the GOP size given user input, say number of steps in a step sequencer (ie: an 8x8 vs a 16x16 step sequencer using the same abstraction).