graph
- 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, by 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-05, by Chris Cannam
- Merge in subrepo3.0-integration 2017-01-04, by Chris Cannam
- Pull out record buffer into a separate RT-ish thread3.0-integration 2017-01-04, by Chris Cannam
- Wire up record monitoring3.0-integration 2017-01-04, by Chris Cannam
- Make writable model updating explicit rather than essentially an arbitrary hidden accident3.0-integration 2017-01-04, by Chris Cannam
- Add record update timer (very crude this)3.0-integration 2017-01-04, by Chris Cannam
- Close wave file writer when recording stops (instead of leaving record file unclosed until the model is deleted)3.0-integration 2017-01-04, by Chris Cannam
- Fix race condition in first-time recording, where adding the recording wave model would prompt the audio play source to note that its channel count had increased (from 0 to, say, 2) and thus to cause the audio device to be reopened, stopping recording. Fix is to make this only happen if channel count increases beyond that of the device, which shouldn't happen in the recording case3.0-integration 2017-01-04, by Chris Cannam
- Report audio driver startup error3.0-integration 2017-01-04, by Chris Cannam
- Mention hybrid normalisation in changelog3.0-integration 2017-01-03, by Chris Cannam
- Avoid accidentally resetting locale to the empty string when reading pref3.0-integration 2017-01-03, by Chris Cannam
- Run update-i18n script3.0-integration 2017-01-03, by Chris Cannam
- Provisionally add labels for normalisation menu (sigh)3.0-integration 2017-01-03, by Chris Cannam
- Add help icon, + update subrepo3.0-integration 2017-01-03, by Chris Cannam
- Some copyright dates and build adjustments3.0-integration 2017-01-03, by Chris Cannam
- Next actual release will be 3.0-beta13.0-integration 2017-01-03, by Chris Cannam
- Store/recall colours by hex name; simpler and more general (was having trouble with reloading on Mac). Also update subrepos inc PortAudio build3.0-integration 2017-01-03, by Chris Cannam
- Merge3.0-integration 2017-01-03, by Chris Cannam
- Fix to removal of icons from menus on the Mac3.0-integration 2017-01-03, by Chris Cannam
- Fix accidental breakage of PNG export while adding SVG export3.0-integration 2017-01-03, by Chris Cannam
- Try to handle audio device selection more sensibly in cases where only one audio implementation is compiled in3.0-integration 2017-01-03, by Chris Cannam
- Don't show icons on menus in OSX3.0-integration 2017-01-03, by Chris Cannam
- Minor tweak3.0-integration 2017-01-03, by Chris Cannam
- Fix some compiler warnings3.0-integration 2017-01-03, by Chris Cannam
- Update some subrepos3.0-integration 2017-01-03, by Chris Cannam
- Fix erroneous use of single-colour setting to determine dark/light background when in segmentation mode3.0-integration 2016-12-20, by Chris Cannam
- Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it3.0-integration 2016-12-20, by Chris Cannam