Re: [PD] object that only outputs list when it changes?

2010-08-18 Thread Mathieu Bouchard
On Tue, 17 Aug 2010, Johnny Ferguson wrote: Just a quick question on gridflow. Is it possible to install help files or something (so I can right click gridflow objects for help)? I had the doc folder after compiling from source, but I wasn't sure where to put it. You are supposed to point a

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Frank Barknecht
On Mon, Aug 16, 2010 at 10:34:03PM -0400, Johnny Ferguson wrote: I'm wondering if anyone knows of an object that will only pass on a list if it changes. I'm sure I could whip something up, but I'd rather not if it exists. [list-compare] in the [list]-abs is a vanilla way to compare two

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Johnny Ferguson
On 08/17/2010 01:13 AM, Mathieu Bouchard wrote: On Tue, 17 Aug 2010, Johnny Ferguson wrote: Awesome external. I've coded up an abstraction to filter out repeated lists. See attached. What are you trying to achieve using [moses] and the two messageboxes ? I don't understand. _ _ __ ___ _

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread IOhannes m zmoelnig
On 2010-08-17 09:12, Johnny Ferguson wrote: On 08/17/2010 01:13 AM, Mathieu Bouchard wrote: On Tue, 17 Aug 2010, Johnny Ferguson wrote: Awesome external. I've coded up an abstraction to filter out repeated lists. See attached. What are you trying to achieve using [moses] and the two

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread tim vets
or [nchange l] (from maxlib, I think) gr, Tim 2010/8/17 Johnny Ferguson hyperfle...@gmail.com On 08/17/2010 01:13 AM, Mathieu Bouchard wrote: On Tue, 17 Aug 2010, Johnny Ferguson wrote: Awesome external. I've coded up an abstraction to filter out repeated lists. See attached. What

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Mathieu Bouchard
On Tue, 17 Aug 2010, Johnny Ferguson wrote: when [list.==] puts out a 1, I want the spigot to close (avoid duplicates). When [list.==] puts out a 0 I want the spigot to open (the list has changed). ah sorry... I didn't think about it long enough... I tried looking for a NOT object, but

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Mathieu Bouchard
On Tue, 17 Aug 2010, IOhannes m zmoelnig wrote: try [!=] you mean [!= 1] try 1-x that would be [swap 1] with [-] using builtins or [expr 1-$f1] with expr or [inv+ 1] with GridFlow try [select 0] [listread 1 0] also swaps 0 and 1 [listfind 1 0] also swaps 0 and 1 because listfind is

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Mathieu Bouchard
On Tue, 17 Aug 2010, Frank Barknecht wrote: On Mon, Aug 16, 2010 at 10:34:03PM -0400, Johnny Ferguson wrote: I'm wondering if anyone knows of an object that will only pass on a list if it changes. I'm sure I could whip something up, but I'd rather not if it exists. [list-compare] in the

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Johnny Ferguson
On 08/17/2010 10:08 AM, Mathieu Bouchard wrote: On Tue, 17 Aug 2010, Johnny Ferguson wrote: when [list.==] puts out a 1, I want the spigot to close (avoid duplicates). When [list.==] puts out a 0 I want the spigot to open (the list has changed). ah sorry... I didn't think about it long

Re: [PD] object that only outputs list when it changes?

2010-08-16 Thread Mathieu Bouchard
On Mon, 16 Aug 2010, Johnny Ferguson wrote: I'm wondering if anyone knows of an object that will only pass on a list if it changes. I'm sure I could whip something up, but I'd rather not if it exists. [t a a] | | | [list.==] | | [spigot] using [list.==] from GridFlowâ„¢. _ _ __ ___

Re: [PD] object that only outputs list when it changes?

2010-08-16 Thread Johnny Ferguson
On 08/16/2010 10:36 PM, Mathieu Bouchard wrote: On Mon, 16 Aug 2010, Johnny Ferguson wrote: I'm wondering if anyone knows of an object that will only pass on a list if it changes. I'm sure I could whip something up, but I'd rather not if it exists. [t a a] | | | [list.==] | | [spigot] using

Re: [PD] object that only outputs list when it changes?

2010-08-16 Thread Mathieu Bouchard
On Tue, 17 Aug 2010, Johnny Ferguson wrote: Awesome external. I've coded up an abstraction to filter out repeated lists. See attached. What are you trying to achieve using [moses] and the two messageboxes ? I don't understand. _ _ __ ___ _ _ _