[PD] Gem automatically loads a path? (was Re: How to declare custom libraries in abstractions)

2018-04-19 Thread Alexandre Torres Porres
2018-04-14 17:39 GMT-03:00 IOhannes m zmölnig : > > Gem is special, as it adds its own path to Pd's search path and the user > shouldn't manually do that. > Hi, how can I test this and check it? I was doing this on my own but it seems I just got confused. Can I test it in Pd

Re: [PD] avoid "properities"/"open" options in abstractions

2018-04-19 Thread Alexandre Torres Porres
well, I'm now confused, cause it was mentioned how Gem automatically adds a path to Pd to load abstractions, so I was testing that even though I never used Gem, and I was checking its abstractions, like gemmouse, to see if it was instantiated without the path added. It got created, but I couldn't

Re: [PD] compiling a recent Gem for windows ? ...

2018-04-19 Thread Lucas Cordiviola
@ Oliver: Here's a compiled Gem a few weeks ago: > http://lucarda.com.ar/x/Gem-for-oliver-test.zip I didn't did a "make install" so it contains manually copying of certain files (the hole Gem-master folder is 500MB post compilation). I'm not a Gem user so I just opened a couple of helps

Re: [PD] compiling a recent Gem for windows ? ...

2018-04-19 Thread Alexandre Torres Porres
wow, I just realized Gem has over 2 thousand commits since 0.93.3 I wonder why 0.93.4 never came out 2018-04-19 9:30 GMT-03:00 oliver : > hi, thanks a lot for your replies > > @chris: yes, if you could post or link to a recent binary, that would be > great ! > > @lucas:

Re: [PD] polynomial pairs in lpc filter

2018-04-19 Thread Ed Kelly via Pd-list
verbose... tried...(all pd search paths)...and failed tried...(current directory)...and failed I will probably work it out sooner or later. The only external functions I'm using are fabs() from and fft_mayer/ifft_mayer from m_pd.h Ed _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases,

Re: [PD] avoid "properities"/"open" options in abstractions

2018-04-19 Thread Alexandre Torres Porres
Hi, I just learned that the Gem library similarly achieves what I wanted somehow... If you don't have the Gem library in the startup, you can load an abstraction like gemmouse and click it to open or right click it and get all the options (properties, open, help). But when the library is loaded,

Re: [PD] parametric equalizer

2018-04-19 Thread Dan Wilcox
Check out [e_3bandeq] in rc-patches: https://github.com/danomatika/rc-patches > On Apr 19, 2018, at 11:55 AM, pd-list-requ...@lists.iem.at wrote: > > From: Raphaël Ilias > > To: pd-list

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-19 Thread Raphaël Ilias
Good to know that my testing was useful. However, I don't know if this is important for your testings, but I DO have iemguts and zexy (and cyclone, flatgui, hcs and list-abs... for the ones you use) already installed via Deken (so on Mac OS X now they're put in /Users/myuseraccount/Library/Pd/).

Re: [PD] parametric equalizer

2018-04-19 Thread Alexandre Torres Porres
Not a ready made multi band equalizer, but the 'else' library also has a biquad coefficient generator, which offers more options than the ggee library (see else/bicoeff). Else also has ready made filters that don't require biquad~ and take audio signals to control all the parameters (ie.

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-19 Thread Liam Goodacre
Thanks Raphaël. It's especially good to know that Context works on Mac, since I haven't tested it there myself. It looks like you don't have the zexy, iemguts or else installed. You can get them from Help-->Find Externals if you want, but the important thing is that Context works with the

Re: [PD] polynomial pairs in lpc filter

2018-04-19 Thread IOhannes m zmölnig
On 04/19/2018 11:48 AM, Ed Kelly via Pd-list wrote: > I remember trying to get some help with why my ported lpc object wasn't > initalizing properly earlier this week- also silence. that's probably because it was totally unclear (at least to me) what you were asking. if your object cannot load -

Re: [PD] [shell] - shell scripts on osx

2018-04-19 Thread IOhannes m zmölnig
On 04/19/2018 02:39 PM, oliver wrote: > hi, again something where i am stuck ... > > i am trying to get a simple bash script to run on OS X using ggee's > shell object. > > > unfortunately, when sending it the corresponding message, [shell] > doesn't seem to do anything. while simple commands

[PD] [shell] - shell scripts on osx

2018-04-19 Thread oliver
hi, again something where i am stuck ... i am trying to get a simple bash script to run on OS X using ggee's shell object. unfortunately, when sending it the corresponding message, [shell] doesn't seem to do anything. while simple commands like "ls" etc. work and output a result (out the

Re: [PD] compiling a recent Gem for windows ? ...

2018-04-19 Thread oliver
hi, thanks a lot for your replies @chris: yes, if you could post or link to a recent binary, that would be great ! @lucas: sorry, no luck here ! autogen.sh and configure.sh seem to work (i'm getting a similar config status like you posted). but the make process terminates after half an

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-19 Thread Raphaël Ilias
Hi, I might be late for the answer... I didn't know Context, but I just had a quick look about it and seems interesting concept. I am trying "externs-test.pd". I am using Macbook Pro 2012 with OS X 10.10.5 Yosemite and pd-vanilla 0.48-1 1. I don't have any "couldn't create" on load 2. I don't

Re: [PD] parametric equalizer

2018-04-19 Thread Christof Ressi
have a look at the "ggee" library! there are a couple of objects which mimik the usual EQ filters and output coefficients for [biquad~]. besides [lowpass], [lowshelf], [highpass], [highshelf], [bandpass] and [notch] there's also a [equalizer] object which is a typical peeking filter with

Re: [PD] parametric equalizer

2018-04-19 Thread cyrille henry
hello, It's not parametric, but I made a vanilla 30 band graphic stereo equalizer. It is in nusmuk audio. I don't know about the deken avaibility, but it's on pd svn and on my website. cheers Cyrille Le 19/04/2018 à 11:45, Raphaël Ilias a écrit : Hello dear pd lovers, I wonder if someone

Re: [PD] polynomial pairs in lpc filter

2018-04-19 Thread Ed Kelly via Pd-list
Hi Simon, I remember trying to extract such information from pd-list members about 13 years ago...the silence was deafening! I remember trying to get some help with why my ported lpc object wasn't initalizing properly earlier this week- also silence. However, I soldier on regardless. If you

[PD] parametric equalizer

2018-04-19 Thread Raphaël Ilias
Hello dear pd lovers, I wonder if someone as implemented a parametric equalizer similar to the ones you find on mixer : like three band LOW MID HIGH, with -/+ X dB so that when everything is +0 dB, the output is flat and similar to input. And eventually with Q/curve/spectral transistion