Re: [PD] Distance Measures among Arrays and Lists

2014-04-25 Thread Bryan Jurish
On Fri, Apr 25, 2014 at 12:12 AM, D G mami.mu...@gmail.com wrote: I will check [listtool] and [ptrdiff_t] D - my apologies, ptrdiff_t was a C joke: it's just the type that a C compiler would assign to the difference between two pd array variables (as pointers). it's neither a pd internal nor

Re: [PD] Distance Measures among Arrays and Lists

2014-04-25 Thread D G
D - my apologies, ptrdiff_t was a C joke: it's just the type that a C compiler would assign to the difference between two pd array variables (as pointers). it's neither a pd internal nor external object, and its only meaning is in terms of memory addresses; so it's probably not what you're

[PD] Distance Measures among Arrays and Lists

2014-04-24 Thread D G
Hello members of the list I am very interested in creating a list of objects or abstractions from any PD library (pd-extended or beyond) used to measure the distance between two arrays or two lists. Does any of you know one or some? Thanks a lot for your help!!! D

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread IOhannes m zmölnig
On 04/24/2014 11:55 AM, D G wrote: I am very interested in creating a list of objects or abstractions from any PD library (pd-extended or beyond) used to measure the distance between two arrays or two lists. so what's the distance between two arrays? gmfdstr IOhannes signature.asc

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread Bryan Jurish
On Thu, Apr 24, 2014 at 12:59 PM, IOhannes m zmölnig zmoel...@iem.atwrote: On 04/24/2014 11:55 AM, D G wrote: I am very interested in creating a list of objects or abstractions from any PD library (pd-extended or beyond) used to measure the distance between two arrays or two lists. so

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread William Brent
[tabletool] has methods for euclidean/taxicab distance between vectors stored in 2 arrays. On Thu, Apr 24, 2014 at 5:55 AM, D G mami.mu...@gmail.com wrote: Hello members of the list I am very interested in creating a list of objects or abstractions from any PD library (pd-extended or

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread David Medine
[listtool] ditto for lists (if you are too lazy to dump them into arrays ; ) https://github.com/dmedine/list_externs On 04/24/2014 05:18 AM, William Brent wrote: [tabletool] has methods for euclidean/taxicab distance between vectors stored in 2 arrays. On Thu, Apr 24, 2014 at 5:55 AM, D G

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread D G
Hey William, David, Bryan Thanks a lot for your fast responses. I know the [tabletool] from the tID library and it works really fine. I will check [listtool] and [ptrdiff_t] I am very interested in any types of measures and objects avaliable. But specifically I am interested the swap distance