[PD] setting send 'list: no such object' ?

2012-05-24 Thread tim vets
hello, I have a symbol like this: destination_value1_value2_value3_value4 with which I want to send the list value1 value2 value3 value4 to destination First, I turn the symbol into a list using [s2l] Then I split off the first element of the list using list-splat, and use that to set the

Re: [PD] setting send 'list: no such object' ?

2012-05-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-24 08:46, tim vets wrote: hello, I have a symbol like this: destination_value1_value2_value3_value4 with which I want to send the list value1 value2 value3 value4 to destination First, I turn the symbol into a list using [s2l] Then I

Re: [PD] mapping variable-length lists to a fixed length one

2012-05-24 Thread tim vets
thanks for the suggestions, here's the solution I came up with. gr, Tim 2012/5/22 Claude Heiland-Allen cla...@goto10.org On 22/05/12 02:13, tim vets wrote: I have lists of floats from measurements which vary in length (they grow with the duration of the measurements) What would be a good

Re: [PD] closest frequency in scale

2012-05-24 Thread William Brent
For other scales, you can store all the notes in an array. When each of your random numbers appears, do a quick search for the closest note in the scale. On Wed, May 23, 2012 at 4:21 AM, Matthias Kronlachner m.kronlach...@student.tugraz.at wrote: if you mean as specific scale the equal

Re: [PD] unable to edit canvas properties

2012-05-24 Thread João Pais
I don't know if these apply to you: if your canvas are being created/saved with a wrong symbol as symbol, it might cause them to have some bugs. looking at the text file of the patch makes it clear, where one symbol should be, there are several now (in case you turned a list with spaces

Re: [PD] unable to edit canvas properties

2012-05-24 Thread Ivica Ico Bukvic
João Pais jmmmp...@googlemail.com wrote: I don't know if these apply to you: if your canvas are being created/saved with a wrong symbol as symbol, it might cause them to have some bugs. looking at the text file of the patch makes it clear, where one symbol should be, there are several now