[PD] Good filtering package

2020-09-12 Thread Jean-Marie Adrien
Hello List Just to know : is there somewhere a good package / object for sound filtering with a sort of graphical interface showing the transfer function a bit like what is available in the Logic pro channel EQ, (a bunch of filters with frequency center, Q and dB sort of and resulting transfer

Re: [PD] menubutton bug ...

2020-09-12 Thread Lucas Cordiviola
Hi Oliver :) How about reporting to Fred at https://github.com/electrickery/pd-tof/issues :) Mensaje telepatico asistido por maquinas. On 9/11/2020 10:09 PM, oliver wrote: Hi, i just discovered a bug in the [menubutton] object of the TOF library, in version 0.2.2 if you send a float to

Re: [PD] Good filtering package

2020-09-12 Thread Alexandre Torres Porres
If you just want to see the freq/phase response, check [else/biplot], an abstraction that plots biquad coefficients (also more than one biquad filter in cascade). Use it with [else/bicoeff] that generates the coefficients for many different filters - all of which are also present as dedicated

Re: [PD] menubutton bug ...

2020-09-12 Thread oliver
Lucas Cordiviola wrote: Hi Oliver :) How about reporting to Fred at https://github.com/electrickery/pd-tof/issues Hi, Lucas ! Thanks for the heads up ! Just did ! Best Oliver ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] Installing GEM through Dekken not working

2020-09-12 Thread mick mengucci
Thank you very much for your attention. *sudo apt-get install gem* Gives me: *Reading package lists... Done* *Building dependency tree * *Reading state information... Done* *gem is already the newest version (1:0.93.3-13).* *0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.*

Re: [PD] [pii2c] keeps and resends previous messages when addresses change

2020-09-12 Thread Martin Peach
On Thu, Sep 10, 2020 at 2:25 PM Alexandros wrote: > > When trying to send messages to two I2C slaves from the Pi with [pii2c] > the following happens: > > If I send this message to [pii2c 0x0A]: > "write 3 127 7" > > it arrives properly at the slave address 0x0A. > > If I change the address to

Re: [PD] Installing GEM through Dekken not working

2020-09-12 Thread IOhannes m zmölnig
On 2020-09-12 19:35, mick mengucci wrote: > Thank you very much for your attention. > > *sudo apt-get install gem* > > > Gives me: > > > *gem is already the newest version (1:0.93.3-13).* cool, so you already had it installed. > > *0 upgraded, 0 newly installed, 0 to remove and 0 not

Re: [PD] menubutton bug ...

2020-09-12 Thread João Pais
sidestep, you can also use jmmmp/jp.menu (doesn't have the same features as menubutton) On Sat, 12 Sep 2020 at 11:17, oliver wrote: > Lucas Cordiviola wrote: > > Hi Oliver :) > > > > How about reporting to Fred at > https://github.com/electrickery/pd-tof/issues > > > > Hi, Lucas ! > > Thanks