Re: [PD] Installing PDP on Linux using Deken

2018-02-16 Thread IOhannes m zmölnig
On 02/16/2018 08:10 AM, Jim Ruxton wrote: > I tried installing PDP on Ubuntu 17.10 using Deken. The installation apt-get install pdp gfdsra IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRI

[PD] absolute values of a list of numbers?

2018-02-16 Thread Peter P.
Hi list, I am using William Brent's [cepstrum~] to calculate cepstral coefficients from a section of an audio signal. My object outputs 512 the real-valued coefficients as pd message list, which I would like to convert to their absolute value. I can't seem to find an easy way to do this except for

Re: [PD] absolute values of a list of numbers?

2018-02-16 Thread Jack
[list-abs/list-abs] ? ++ Jack Le 16/02/2018 à 14:43, Peter P. a écrit : > Hi list, > > I am using William Brent's [cepstrum~] to calculate cepstral > coefficients from a section of an audio signal. My object outputs 512 > the real-valued coefficients as pd message list, which I would like to >

Re: [PD] absolute values of a list of numbers?

2018-02-16 Thread cyrille henry
Hello, You can use iem_tab. copy the list to 2 array tab_min 1st arry with 0 tab_mul_scalar it with -1 tab_max 0 the 2nd array tab_add both array cheer c Le 16/02/2018 à 14:43, Peter P. a écrit : Hi list, I am using William Brent's [cepstrum~] to calculate cepstral coefficients from a sect

Re: [PD] absolute values of a list of numbers?

2018-02-16 Thread Claude Heiland-Allen
Hi Peter, On 16/02/18 13:43, Peter P. wrote: > I am using William Brent's [cepstrum~] to calculate cepstral > coefficients from a section of an audio signal. My object outputs 512 > the real-valued coefficients as pd message list, which I would like to > convert to their absolute value. I can't se

[PD] HOAlib in 0.48-1 not working/recognized

2018-02-16 Thread jlistshit
Hello everyone, i only switched from 0.47-1 to 0.48-1 yesterday (on OSX 10.9.5) and can not seem to make HOAlib and Cream running. Is there anything substantial to path recognition or file registering, which might have changed in the meantime? Hoalib is v 2.2 including the cream lib, that came

Re: [PD] absolute values of a list of numbers?

2018-02-16 Thread Roman Haefeli
On Fre, 2018-02-16 at 14:09 +, Claude Heiland-Allen wrote: > > If the list were longer or not a power of two [...] You can use any block size, doesn't need to be power of two. IIRC, only [inlet~ ] and [outlet~] require a power of two block size. Roman signature.asc Description: This is a dig

Re: [PD] absolute values of a list of numbers?

2018-02-16 Thread Christof Ressi
Hi, personally I'd use a generic foreach abstraction like the one I attached. Note: since Pd 0.48 we have [list store] which finally makes iterating over lists and assembling lists from elements much easier (and faster)! > Gesendet: Freitag, 16. Februar 2018 um 14:43 Uhr > Von: "Peter P." > A

Re: [PD] absolute values of a list of numbers?

2018-02-16 Thread IOhannes m zmölnig
On 02/16/2018 02:43 PM, Peter P. wrote: > Hi list, > > I am using William Brent's [cepstrum~] to calculate cepstral > coefficients from a section of an audio signal. My object outputs 512 > the real-valued coefficients as pd message list, which I would like to > convert to their absolute value. I

Re: [PD] HOAlib in 0.48-1 not working/recognized

2018-02-16 Thread Pierre Guillot
Yes, I think for the moment you have to avoid the GUIs. I already answered to this question on the Pd-list: https://lists.puredata.info/pipermail/pd-list/2017-12/121142.html > Hello everyone, i only switched from 0.47-1 to 0.48-1 yesterday (on OSX > 10.9.5) and can not seem to make HOAlib and Cr

[PD] list serializer was Re: absolute values of a list of numbers?

2018-02-16 Thread Jack
Hello, I have a [range $1 1( message instead of [get $1 1( message in [pd example3] in the 'list *' help. It is with Pd version 0.48.1-test3. Do you have same message in this help file or i make a mistake ? ++ Jack Le 16/02/2018 à 16:29, IOhannes m zmölnig a écrit : > On 02/16/2018 02:43 PM,

Re: [PD] list serializer was Re: absolute values of a list of numbers?

2018-02-16 Thread Christof Ressi
this is a bug and the example actually causes an infinite loop. the [range( message has been renamed to [get( during development but apparently the help file hasn't been updated accordingly. > Gesendet: Freitag, 16. Februar 2018 um 19:08 Uhr > Von: Jack > An: pd-list@lists.iem.at > Betreff: [PD

[PD] suggestion for [list store]: disable convertion from anything to list in first inlet.

2018-02-16 Thread Christof Ressi
The last posts on the list have been about [list store] and I just realized that the object does automatic conversion from anything to list. IMHO, it's not a good idea to mix messages like [append(, [prepend( etc. with anythings. This can lead to weird bugs (like in the serializer example in

Re: [PD] Installing PDP on Linux using Deken

2018-02-16 Thread Jim Ruxton
I tried installing PDP on Ubuntu 17.10 using Deken. The installation seemed to work well and put the external in the same folder as all the other externals I have installed. However when I try building a patch with a pdp object I get the message that the object couldn't be created. Any thoughts

Re: [PD] Installing PDP on Linux using Deken

2018-02-16 Thread Jim Ruxton
I tried installing PDP on Ubuntu 17.10 using Deken. The installation apt-get install pdp Thanks IOhannes. I tried this but I get a message: E: Unable to locate package pdp Do I need to install a specific repository? Jim ___ Pd-list@lists.iem.at maili

Re: [PD] Installing PDP on Linux using Deken

2018-02-16 Thread IOhannes m zmölnig
On 02/16/2018 09:17 PM, Jim Ruxton wrote: >>> I tried installing PDP on Ubuntu 17.10 using Deken. The installation >> apt-get install pdp > Thanks IOhannes. I tried this but I get a message: > E: Unable to locate package pdp > Do I need to install a specific repository? DoH, it's called "pd-pdp"

Re: [PD] Pd on Tiny Core Linux on Raspberry Pi

2018-02-16 Thread Thomas Grill
Dear all, i have just submitted picore extension packages for pd-0.48-1 to the respective repertory. I hope i have met all the requirements, so that the package can become canonical very soon. If you want to install them in the meantime, please grab the files from http://l.g.org/puredata_tc