tmhglnd / av-toolbox

A toolbox full of abstractions to help create your realtime audiovisual works in MaxMSPJitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

av.spectrum~ fftsize argument

tmhglnd opened this issue · comments

commented

Allow the fftsize for the pfft~ to be changed by an argument. Currently the size is 1024, which only outputs a matrix of 512 samples (spectral framesize). This should also be an argument for the av.spectrogram~

commented

This is fixed for av.spectrum~, allowing to set the fftsize and overlap factor as arguments after attack and release slide times. Not yet fixed for av.spectrogram~