Re: [PD] looking for a simple eq

2022-09-27 Thread Tom Erbe via Pd-list
This one from the archives is pretty useful https://lists.puredata.info/pipermail/pd-list/2005-10/031738.html > On Sep 27, 2022, at 2:50 PM, Roman Haefeli wrote: > > On Mon, 2022-09-26 at 18:25 +0200, Jakob Laue wrote: > > > >> Actually I just need simple low-cutting > >

Re: [PD] wave and bwf chunk parsing and writing?

2022-07-26 Thread Tom Erbe via Pd-list
ig wrote: > > Am 24. Juli 2022 01:50:53 MESZ schrieb Tom Erbe via Pd-list > : >> Is anyone aware of an external that can add self-defined metadata “chunks” >> to a WAV file? >> > > The built in [file]? > > There's also a compagnion library 'bytestruct' for p

[PD] wave and bwf chunk parsing and writing?

2022-07-23 Thread Tom Erbe via Pd-list
Is anyone aware of an external that can add self-defined metadata “chunks” to a WAV file? Thanks, Tom ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] compander-limiter from slop~-help.pd

2021-05-03 Thread Tom Erbe via Pd-list
_Pd-list@lists.iem.at mailing listUNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list tom erbe - t...@soundhack.comprofessor - uc san diego | founder - soundhack ___ Pd-list@lists.iem.at m

Re: [PD] Yin algorithm

2020-07-12 Thread Tom Erbe via Pd-list
michael horgan has a project https://ccrma.stanford.edu/~mhorgan/220c/ "I am a little disappointed with the latency issue involving the large block sizes necessary for the yin~ object." > On Jul 12, 2020, at 12:27 PM, katja wrote: > > Jaime do you refer to [helmholtz~] >

Re: [PD] Messages for Arrays?

2018-04-25 Thread Tom Erbe
Looking into the source code I see: const bounds xticks xlabel yticks ylabel rename read write resize print sinesum cosinesum normalize arraydialog arrayviewlistnew arrayviewlistfillpage arrayviewclose > On Apr 25, 2018, at 9:26 AM, William Huston wrote: > > Where in

Re: [PD] soundhack PD externals

2017-06-08 Thread Tom Erbe
ery kind of you, thank you very much. Do you have any details about > what you updated? > > Thans a lot, > Jurgen > > > On 9 June 2017 at 01:54:39, Tom Erbe (soundh...@icloud.com) wrote: > >> I am in the midst of updating the soundhack PD externals. So far, macOS &

[PD] soundhack PD externals

2017-06-08 Thread Tom Erbe
I am in the midst of updating the soundhack PD externals. So far, macOS binaries have been compiled as Universal 32/64 bit; and source code for the externals has been uploaded. As soon as I get to a Windows machine (or someone helps me out), I will update those for 64 bit as well. Find them in

Re: [PD] How to scratch large sound file ?

2017-04-25 Thread Tom Erbe
> On Apr 21, 2017, at 8:28 PM, Tom Erbe <soundh...@icloud.com> wrote: > > I’ve done this by configuring double buffer playback with two tables. I > switch back and forth between playing the two arrays and fill the one not > being played with soundfiler. It worked pretty well

Re: [PD] How to scratch large sound file ?

2017-04-21 Thread Tom Erbe
I’ve done this by configuring double buffer playback with two tables. I switch back and forth between playing the two arrays and fill the one not being played with soundfiler. It worked pretty well for me, and could do rather extreme varispeed. The only caveat is that soundfiler could take too