Results 124 comments of Sebastien Piquemal
trafficstars

hmm ... this would make the API much more complicated (you forgot the events in your `transitions` definiton). How would you then make a good API for mapping variables with...

Hi ! That's actually a great idea ! Many times I've had the need to execute some stuff when leaving a page, or when transiting from one particular page to...

Still not perfect, but moved to https://github.com/sebpiq/FreedomPortal/blob/master/freedomportal/lighttpd.conf#L44 Now connection logged only when the captive portal is hit

Hi @Catsvilles ! The lib is actually implemented as a simple class which has methods to do the processing : ``` paulStretch = new PaulStretch(numberOfChannels, ratio, winSize) paulStretch.write(data) paulStretch.process() paulStretch.read(arrayOut)...

Hello @Catsvilles ! Normally the library is meant for being buffered, so you should be able to use the API of the paulstretch object to push small blocks of 128...

@dromer for info, the continuing work on this project will happen there : https://github.com/sebpiq/WebPd_pd-renderer . Feel free to add issues there !

Yes that's a complete rewrite ... which is going much slower than I wish it would :cry: [All the code is split in small modules](https://github.com/sebpiq?tab=repositories&q=WebPd_&type=&language=&sort=), which will eventually just be...

So apparently an array is always inside a graph, and a table is just a sort of abstraction that creates an array and graph ...

good points thanks! I'll fix both of those asap.

Ok I fixed the comma thing : https://enzienaudio.com/a/dave?fetch=http://forum.pdpatchrepo.info/uploads/files/upload-4b5f0aba-6363-4f49-975f-df5a26f4a66a.pd Still the width to limit!