[PD] [PD-announce] PuREST JSON 1.4.0 "My neighbor TOR" released

2016-01-09 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.0, code name: My neighbor TOR. PuREST JSON is a library for working with RESTful HTTP webservices, and JSON data. Authentication and authorization for webservices are available with basic HTTP auth, cookie authentication, and OAuth.

[PD] Clock Division

2016-01-09 Thread Peter van Haaften
Greetings, I am trying to find a simple and efficient way to divide quarter notes in Pd. The patch I am constructing is a kind of ostinato sequencer. There are four quarter notes, which should each by divided into 1-16 ticks (user definable). So, QT1 could be divided into 5 ticks, QT2 into 10,

Re: [PD] Window Functions

2016-01-09 Thread Matt Barber
Excellent, thanks. One reason I'm wondering is that many definitions of window functions in DSP texts and online define Hann as something like 0.5*(1 - cos((2*pi*n)/(N - 1))), which is the symmetric version, 0 at both ends. With overlap-add it puts a repeated value at both peak and trough, but

Re: [PD] Window Functions

2016-01-09 Thread Miller Puckette
There are many variations on this. The main difference is a slight phase change - which, on reconstructing the signal, might give one more or fewer sample of delay. Other than the phase difference the effect is very small since the values at teh tails are on the order of N^(-2) (one over a

Re: [PD] Clock Division

2016-01-09 Thread Christof Ressi
Hi Peter, I think I know what you're after and did a quick patch (using my [cmetro] abstraction). The patch is not pretty but it works quite well and tempo changes are safe. Let me know if it works for you. Christof   Gesendet: Samstag, 09. Januar 2016 um 21:07 Uhr Von: "Peter van Haaften"

Re: [PD] Clock Division

2016-01-09 Thread Martin Peach
Something like the attached patch? Martin On Sat, Jan 9, 2016 at 3:07 PM, Peter van Haaften wrote: > Greetings, > > I am trying to find a simple and efficient way to divide quarter notes in > Pd. > > The patch I am constructing is a kind of ostinato sequencer. There are >

Re: [PD] Clock Division Revision

2016-01-09 Thread Christof Ressi
Sorry, there was a stupid mistake in my patch! I forgot the [f] objects beneath the number boxes for the quarter notes. I fixed it, now it's safe to change the subdivisions dynamically while playing. Cheers. > Gesendet: Samstag, 09. Januar 2016 um 23:47 Uhr > Von: "Christof Ressi"