Mercurial > hg > sonic-visualiser
log
age | author | description |
---|---|---|
2017-01-05 | Chris Cannam | Make the colour 3d plot renderer able to support more than one level of peak cache; introduce a second "peak" cache for the spectrogram layer that actually has a 1-1 column relationship with the underlying FFT model, and use it in addition to the existing peak cache if memory is plentiful. Makes spectrograms appear much faster in many common situations. 3.0-integration |
2017-01-05 | Chris Cannam | Recreate FFT model when something changes, not the next time it's requested (avoids extra work when only retrieving the model) 3.0-integration |
2017-01-04 | Chris Cannam | Merge in subrepo 3.0-integration |
2017-01-04 | Chris Cannam | Pull out record buffer into a separate RT-ish thread 3.0-integration |
2017-01-04 | Chris Cannam | Wire up record monitoring 3.0-integration |
2017-01-04 | Chris Cannam | Make writable model updating explicit rather than essentially an arbitrary hidden accident 3.0-integration |