Re: [PD] variable speed tabwrite~?

2021-08-15 Thread Charles Z Henry
Hi all, I also have been living with some shifting priorities that have kept me away from accomplishing development. I'm currently teaching computing/physics/electronics courses in a renewable energy program, which has been quite humbling this past year. I've come back around to polynomials

Re: [PD] variable speed tabwrite~?

2021-08-04 Thread Matt Barber
Hi there, When my twins were born I suddenly had a lot less time for development. :) The biggest issue we found was in taking care of aliasing when the write pointer moved slower than one point per sample. The easiest way is to keep a running average of input samples between writes, but it's not

Re: [PD] variable speed tabwrite~?

2021-07-19 Thread Julian Brooks
Hi all, Yes, as stated -- ipoke~ is definitely implemented. @Peter P. how you getting on with it? There's a more recent version too, with some additional classes and tests that @katja implemented. There's also an experimental ipoke4~built that's not short of complete (with more input from

Re: [PD] variable speed tabwrite~?

2021-07-17 Thread F.J. Kraan
At https://github.com/electrickery/pd-ipoke- is a version of ipoke~ configured for pd-lib-puilder. It might need more refactoring/testing before it can be called finished. Greetings, Fred Jan * Pierre Alexandre Tremblay [2021-07-16 09:39]: ipoke~ is definitely implemented. Julian Brooks

Re: [PD] variable speed tabwrite~?

2021-07-17 Thread F.J. Kraan
At https://github.com/electrickery/pd-ipoke- is a version of ipoke~ configured for pd-lib-puilder. It might need more refactoring/testing before it can be called finished. Greetings, Fred Jan * Pierre Alexandre Tremblay [2021-07-16 09:39]: ipoke~ is definitely implemented. Julian Brooks

Re: [PD] variable speed tabwrite~?

2021-07-17 Thread Pierre Alexandre Tremblay
I don’t use cyclone’s poke but if it is a clone of Max’s poke, it is the interpolating part: if consecutive writing indices are not consecutive (forward or backward) the writer fills them. > On 17 Jul 2021, at 09:08, Peter P. wrote: > > * Pierre Alexandre Tremblay [2021-07-16 09:39]: >>

Re: [PD] variable speed tabwrite~?

2021-07-17 Thread Peter P.
* Pierre Alexandre Tremblay [2021-07-16 09:39]: > ipoke~ is definitely implemented. Julian Brooks was partly in charge to make > it happen, and Katja did the job I think: > > https://puredata.info/Members/ipoke/ Thanks, this ressource really helps! Do you remember in which way ipoke~ differs

Re: [PD] variable speed tabwrite~?

2021-07-16 Thread Pierre Alexandre Tremblay
ipoke~ is definitely implemented. Julian Brooks was partly in charge to make it happen, and Katja did the job I think: https://puredata.info/Members/ipoke/ If the project is dead, I could branch it on my GitHub with the SC and Max versions and maintain it... https://github.com/tremblap > On

[PD] variable speed tabwrite~?

2021-07-15 Thread Peter P.
Hi list, hope you are fine! I am trying to build a variable speed looper which can change its reading and writing speed by the same factor. How could this be done? It seems there is no object that allows writing to a table (or delay line) at fractional speed. There is some discussion about