Re: [PD] Vanilla replacement for tanh~

2015-07-03 Thread Pagano, Patrick
The tanh~.pd is working swell. Would you all be able to suggest a replacement for the lp8_cheb~? I needed to replace three non-vanilla items 1.) tanh~ 2.) make symbol [zexy] 3.) lp8_cheb~ I am trying to convert an algorithmic patch by a gentleman named Scott Norlund and these are the only

Re: [PD] Vanilla replacement for tanh~

2015-07-03 Thread Alexandre Torres Porres
The tanh~.pd is working swell. Are you using mine? why not just use [expr~ tanh($v1)]? for the cheby filter, you'd need to know where are all the poles and zeros, then you could do it with vanilla raw filters or maybe even a few biquad~ in cascade 2015-07-03 11:55 GMT-03:00 Pagano, Patrick

Re: [PD] Vanilla replacement for tanh~

2015-07-03 Thread Alexandre Torres Porres
well, I was someone who did it, and I wonder and ask you why don't you just use [expr~ tanh($v1)] like I also suggested. It does the same thing and is way simpler. I don't know about the poles and zeros from an 8 pole cheby filter with cuttoff at 2Hz, but a filter guru would easilly find that

Re: [PD] looking for an object like max's join

2015-07-03 Thread Alexandre Torres Porres
there's also a [pak] object in max that does it, it's simpler than [join] and it's been there longer (since max 5 at least). There seems to be no other compatible object in extended, so I could try and code a pak clone to inlcude in cyclone. 2015-07-02 20:30 GMT-03:00 Alexandre Torres Porres

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-03 Thread Pierre Guillot
I can't find the screenshot atm, but you had a message box with the selector path in it, followed by a series of numbers. What does that message do? I don't really understand the question but I think this is my mistake, I didn't notice how the functions were displayed : The wrapper offers

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-03 Thread Jonathan Wilkes via Pd-list
On 07/03/2015 04:32 AM, Pierre Guillot wrote: Pierre: what is the syntax for the path method, and what does it do? I can't find the screenshot atm, but you had a message box with the selector path in it, followed by a series of numbers. What does that message do? -Jonathan The wrapper

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-03 Thread Pierre Guillot
Pierre: what is the syntax for the path method, and what does it do? The wrapper offers a layer structure called *t_elayer *that owns a set of points. First we create a layer for a t_ebox (GUI object) : ebox_start_layer

Re: [PD] Vanilla replacement for tanh~

2015-07-03 Thread Pagano, Patrick
Is there something similar in Vanilla for a [lp8_cheb~ 2 100] When I copy the iemlib abs into my extra and dive into the objects it eventually fails because it cannot create filter~ Sent from my iPhone On Jul 3, 2015, at 1:27 AM, Miller Puckette m...@ucsd.edu wrote: I've never seen