'Spectral Blurring' - Live?
Hi,
I recently came across 'Play Blur' by Jean-francois Charles.
Link: https://cycling74.com/share.html
Since the way it works is to record audio into a buffer and then manipulate it that way, I want to use it in a realtime setting. How would I do this? I'm a Max/MSP newbie. :)
Regards!
-musoise
Hi
instantaneous blurring is impossible, or at least highly impractical. You need *some* material to blur, therefore there has to be some buffering, even if it's only 20ms. You could easily adapt JF's patches to trigger blurring once a temporal or other threshold is passed. JF uses a manual trigger in those videos just to demonstrate the possibilities . . .
This patch shows some examples of various threshold triggers to freeze your live input
HTH
Brendan
Hmmm
and you might want to review his patches 'in order' as it were:
record-spectrum-in-matrix;
record-play-frame-by-frame;
record-play-speed-control;
before trying to hack "play-blur". This approach will make things simpler and clearer. And the "freeze-slide" patch is very accessible too.
Brendan
Hi Brendan,
Thanks very much for your input, the reason why I was jumping straight to 'play blur' was because some of the tutorial files do not want to open on my system for some unknown reason but turns out the file extensions were somehow deleted. I will look at them now, thanks for the help! :)
-musoise