graph
- Merge from branch mp3-gapless3.0-integration 2016-11-29, by Chris Cannam
- Stop reporting sync errors only when we really are at eof, i.e. after the input callback has been called again (previously we just tested whether we'd buffered up all the input, which of course we do in one go at the start)mp3-gapless 2016-11-29, by Chris Cannam
- Test fixesmp3-gapless 2016-11-29, by Chris Cannam
- Update m4a files to exports from CoreAudio, rather than FAAC; update tests accordingly, and add test for spurious data after end of decodemp3-gapless 2016-11-29, by Chris Cannam
- Handle trimming the padding from end as wellmp3-gapless 2016-11-29, by Chris Cannam
- Refactor in CodedAudioFileReader in preparation for trimming at endmp3-gapless 2016-11-29, by Chris Cannam
- Add gapless flag to MP3FileReader, and implement trimming the delay samples from the start (padding is not yet trimmed from end)mp3-gapless 2016-11-29, by Chris Cannam
- Add test for last change to ColumnOp3.0-integration 2016-11-29, by Chris Cannam
- Add header required when building with FFTW on Windows3.0-integration 2016-11-28, by Chris Cannam
- Further fix to decision about when not to interpolate in ColumnOp::distribute3.0-integration 2016-11-28, by Chris Cannam
- Subrepo merge3.0-integration 2016-11-28, by Chris Cannam
- Interpolate always, when interpolation requested. Previous test failed to take into account varying bin height in log-scale modes, which meant interpolation might be necessary even when more bins than pixels.3.0-integration 2016-11-28, by Chris Cannam
- Merge3.0-integration 2016-11-25, by Chris Cannam
- Update svcore audio reader tests so as to check for truncated decode3.0-integration 2016-11-25, by Chris Cannam
- Merge from branch subdivide-instants3.0-integration 2016-11-25, by Chris Cannam
- Tidy up, with some convenient C++11ismssubdivide-instants 2016-11-25, by Chris Cannam
- Add Winnow as wellsubdivide-instants 2016-11-25, by Chris Cannam
- Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!subdivide-instants 2016-11-25, by Chris Cannam
- Fixes to mp3 decode in subrepo. Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames, fixing the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Both gleaned from madplay source code.3.0-integration 2016-11-24, by Chris Cannam
- Fix various column edge cases3.0-integration 2016-11-23, by Chris Cannam
- Ordered config -- avoid sub-builds clobbering one another3.0-integration 2016-11-22, by Chris Cannam
- Merge subrepos3.0-integration 2016-11-21, by Chris Cannam
- Merge from branch bqfft3.0-integration 2016-11-21, by Chris Cannam
- Branch to use bqfft code and remove FFTapibqfft 2016-11-21, by Chris Cannam
- Subrepo update3.0-integration 2016-11-18, by Chris Cannam
- Vamp SDK update3.0-integration 2016-11-18, by Chris Cannam
- Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values)3.0-integration 2016-11-18, by Chris Cannam
- Fix path in deploy script3.0-integration 2016-11-17, by Chris Cannam
- Avoid building app bundles for helper executables3.0-integration 2016-11-17, by Chris Cannam
- Use own scaling3.0-integration 2016-11-17, by Chris Cannam
- Further column op tests and fixes3.0-integration 2016-11-17, by Chris Cannam
- Tests and fixes for distribute(). Although this version of interpolated distribution passes these tests, it isn't right visually -- the expected values in the tests are offset. To be continued.3.0-integration 2016-11-17, by Chris Cannam
- Start tests for ColumnOp (+ some resulting fixes)3.0-integration 2016-11-17, by Chris Cannam
- Ah, this version should have been 23.0-integration 2016-11-16, by Chris Cannam
- Subrepo update3.0-integration 2016-11-16, by Chris Cannam
- Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types3.0-integration 2016-11-16, by Chris Cannam
- Test fixes3.0-integration 2016-11-15, by Chris Cannam
- RealTime fixes to comply with new, more demanding tests; also run same (failing) tests on Vamp SDK version3.0-integration 2016-11-15, by Chris Cannam
- Run tests3.0-integration 2016-11-15, by Chris Cannam
- Remove some no-longer-used project files3.0-integration 2016-11-14, by Chris Cannam
- Rearrange svcore tests so they can all be built from the top level3.0-integration 2016-11-14, by Chris Cannam
- Further RealTime test (currently failing)3.0-integration 2016-11-14, by Chris Cannam
- Re-enable unit tests3.0-integration 2016-11-14, by Chris Cannam
- More timings and cache hit counts3.0-integration 2016-11-10, by Chris Cannam
- A note on cache hit findings3.0-integration 2016-11-10, by Chris Cannam
- Print out cache hit/miss counts3.0-integration 2016-11-09, by Chris Cannam
- Use peak cache at one zoom level lower (since it exists at that level already -- this is a >= vs > question) + make naming more uniform3.0-integration 2016-11-08, by Chris Cannam
- Merge from branch piper3.0-integration 2016-11-05, by Chris Cannam
- Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)piper 2016-11-05, by Chris Cannam
- Fix omitted topmost bin3.0-integration 2016-11-04, by Chris Cannam
- Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out)3.0-integration 2016-11-04, by Chris Cannam
- Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0)3.0-integration 2016-11-04, by Chris Cannam
- Merge from branch piper3.0-integration 2016-11-04, by Chris Cannam
- Some updates to accommodate adaptation for Sonic Annotatorpiper 2016-11-04, by Chris Cannam
- Update subrepos to default branches after mergepiper 2016-11-04, by Chris Cannam
- A bit more log info useful for win32/x64piper 2016-11-03, by Chris Cannam
- Update to use listargs variant of Piper stuff (so that the plugin winnowing feature from the penultimate commit actually works)piper 2016-11-03, by Chris Cannam
- Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious.piper 2016-11-03, by Chris Cannam
- Use plugin scan results to inform the list requests issued to Piper serverspiper 2016-11-03, by Chris Cannam
- Mergepiper 2016-11-02, by Chris Cannam
- Subrepo statepiper 2016-11-02, by Chris Cannam
- Logging; use only first ("native") helper for non-Vamp pluginspiper 2016-11-01, by Chris Cannam
- More useful reporting outputpiper 2016-11-01, by Chris Cannam
- Add omitted files, again!piper 2016-11-01, by Chris Cannam
- Merge from branch 3.0-integrationpiper 2016-11-01, by Chris Cannam
- Support multiple plugin checker helpers, as for multiple piper servers3.0-integration 2016-11-01, by Chris Cannam
- Support for multiple servers3.0-integration 2016-11-01, by Chris Cannam
- Merge from branch piper3.0-integration 2016-10-28, by Chris Cannam
- Merge from branch project-file-reworkpiper 2016-10-28, by Chris Cannam
- Numerous Windows fixes in subreposproject-file-rework 2016-10-28, by Chris Cannam
- Ensure plugin is deleted in same thread that created and used itproject-file-rework 2016-10-28, by Chris Cannam
- Don't -Werror hereproject-file-rework 2016-10-28, by Chris Cannam
- Rename server to simple-server, and add some more description in usageproject-file-rework 2016-10-28, by Chris Cannam
- Win32 fixes in subrepos (inc binary modes for server)project-file-rework 2016-10-27, by Chris Cannam
- Error handlingproject-file-rework 2016-10-27, by Chris Cannam
- Build the converter tooproject-file-rework 2016-10-27, by Chris Cannam
- Update Piper server invocation conventionproject-file-rework 2016-10-27, by Chris Cannam
- More Windows build bitsproject-file-rework 2016-10-27, by Chris Cannam
- Win64 build flagsproject-file-rework 2016-10-26, by Chris Cannam
- Couple of overlooked definesproject-file-rework 2016-10-25, by Chris Cannam
- Tidier noconfig fileproject-file-rework 2016-10-25, by Chris Cannam
- Fix maddening failure to start server with space in its pathproject-file-rework 2016-10-25, by Chris Cannam
- Only if server not runningproject-file-rework 2016-10-25, by Chris Cannam
- Don't need these frameworks for the serverproject-file-rework 2016-10-25, by Chris Cannam
- Tidyingproject-file-rework 2016-10-25, by Chris Cannam
- Minor build updatesproject-file-rework 2016-10-25, by Chris Cannam
- OSX build updatesproject-file-rework 2016-10-25, by Chris Cannam
- OSX build fixes and logicproject-file-rework 2016-10-25, by Chris Cannam
- Add basic noconfig.priproject-file-rework 2016-10-25, by Chris Cannam
- Merge from branch piperproject-file-rework 2016-10-25, by Chris Cannam
- Mergepiper 2016-10-25, by Chris Cannam
- Add files that I forgot to track on Friday (sigh)piper 2016-10-25, by Chris Cannam
- Merge in subrepoproject-file-rework 2016-10-24, by Chris Cannam
- Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without themproject-file-rework 2016-10-24, by Chris Cannam
- Server project filepiper 2016-10-24, by Chris Cannam
- Error reporting for Piper server startuppiper 2016-10-21, by Chris Cannam
- Fixes to choice of plugin factorypiper 2016-10-21, by Chris Cannam
- Add out-of-process execution to prefs dialogpiper 2016-10-21, by Chris Cannam
- Default to using Piperpiper 2016-10-21, by Chris Cannam
- Restore native-Vamp factory and make the choice between Piper and Native a preferencepiper 2016-10-21, by Chris Cannam
- Use .cpp file insteadpiper 2016-10-20, by Chris Cannam
- Avoid instantiating all plugins on startup, + build fixespiper 2016-10-20, by Chris Cannam
- Update subrepos3.0-integration 2016-10-20, by Chris Cannam
- Update subrepospiper 2016-10-20, by Chris Cannam
- Merge from branch 3.0-integrationpiper 2016-10-20, by Chris Cannam
- Merge from branch msvc2015_643.0-integration 2016-10-20, by Chris Cannam
- Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up.msvc2015_64 2016-10-19, by Chris Cannam
- Tidy and re-fix for Linuxmsvc2015_64 2016-10-19, by Chris Cannam
- MSVC build fixes, and show 32/64-bit in Aboutmsvc2015_64 2016-10-18, by Chris Cannam
- MatrixFile is no longer used3.0-integration 2016-10-18, by Chris Cannam
- Update subrepopiper 2016-10-17, by Chris Cannam
- Update subrepopiper 2016-10-17, by Chris Cannam
- Fix compiler warningspiper 2016-10-17, by Chris Cannam
- Restore plugin categoriespiper 2016-10-17, by Chris Cannam
- More cautious locking on sparse model modificationpiper 2016-10-17, by Chris Cannam
- Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.piper 2016-10-17, by Chris Cannam
- Try AutoPlugin; also not very successfulpiper 2016-10-14, by Chris Cannam
- Add piper-cpp stuff, experimentallypiper 2016-10-14, by Chris Cannam
- Update subrepos (bookkeeping only really)3.0-integration 2016-09-20, by Chris Cannam
- Patch from Fab Nicol to fix a problem with Recent Files menu:3.0-integration 2016-08-15, by Chris Cannam
- Avoid warning3.0-integration 2016-08-15, by Chris Cannam
- Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate.3.0-integration 2016-08-05, by Chris Cannam
- Merge work on unified spectrogram and colour 3d plot caching renderer3.0-integration 2016-08-05, by Chris Cannam
- Since 1d317e717fe4 we no longer want to fft scale in hybrid mode. (This might also restore compatibility with Tony and prior SV save sessions -- test this.)spectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Make text labels on vertical scale ticks visiblespectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Fixes to phase display and colour scale for it; tidy up some debug outputspectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Pull out paintDetailedScalespectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Minor tidy, + go back to opaque-only spectrogram as intendedspectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Restore illuminateLocalFeatures in spectrogramspectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Reconnect double-click region select in spectrogramspectrogram-minor-refactor 2016-08-04, by Chris Cannam
- Restore phase displayspectrogram-minor-refactor 2016-08-04, by Chris Cannam
- Re-implement dB^2 (log-power) spectrogram settingspectrogram-minor-refactor 2016-08-04, by Chris Cannam
- Re-enable (little-used) normalise-visible-range option in spectrogram layerspectrogram-minor-refactor 2016-08-03, by Chris Cannam
- Use a count of bins rather than min and max bins (because the name maxbin tells us nothing about whether the range is inclusive or not)spectrogram-minor-refactor 2016-08-03, by Chris Cannam
- Another small tidyspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Fix vertical zoom/scroll in colour 3d plot layerspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Minor tidyspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Sensible vertical scale and hybrid normalisation range in colour 3d plotspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Minor tidyspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- A threshold fixspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Float/double conversion fixesspectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Fix threshold in spectrogram -- it wasn't working in the last release.spectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Scale range matchingspectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Some notes on gainspectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Some tidyingspectrogram-minor-refactor 2016-07-22, by Chris Cannam
- Fixes and debug output for mag range calculationsspectrogram-minor-refactor 2016-07-22, by Chris Cannam
- Wiring through the magnitude range updatesspectrogram-minor-refactor 2016-07-22, by Chris Cannam
- Toward updating mag cachespectrogram-minor-refactor 2016-07-20, by Chris Cannam
- Inch toward using the mag cache (currently will crash with debug exception)spectrogram-minor-refactor 2016-07-20, by Chris Cannam
- Introduce ScrollableMagRangeCache, plus some tidying etcspectrogram-minor-refactor 2016-07-20, by Chris Cannam
- Fix translucent mode for spectrogramspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Wire up invertVerticalspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Re-enable a couple more featuresspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Tidyspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Consts and willRenderOpaquespectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Colourmap rotation (inelegantly)spectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Subrepo updatespectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Make VerticalBinLayer an actual Layer (via SliceableLayer)spectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Mergespectrogram-minor-refactor 2016-07-15, by Chris Cannam
- Update dataquay subrepo for 0.9.1last_v2.5_on_default_branch 2016-07-15, by Chris Cannam
- Start introducing translucent rendererspectrogram-minor-refactor 2016-07-18, by Chris Cannam
- Fix failure to reinitialise m_peakCachespectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Remove almost all of the "old" paint logic from Colour3DPlotLayerspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Remove all of the "old" paint logic from SpectrogramLayer, even where it hasn't been completely replaced yetspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Convert ColourScaleType into an enum classspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Convert ColumnNormalization to an enum class, and separate out normalize-visiblespectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Turn BinDisplay and BinScale into enum classesspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Fix potential crash in Dense3dModelPeakCache owing to combination of wrong width calculation and wrong handling of width overrunspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Delete renderersspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Begin using renderer in colour 3d plot layerspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Create, but don't yet use, a renderer in the colour 3d plot layerspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Switch in "standard" colour scale, bin scale, normalisation -- not quite handled elegantly or correctly yetspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Minor build fixspectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Introduce peak frequency rendering (basics of)spectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Far more pragmatic update strategyspectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Fix draw buffer sizing problem in scaled renderingspectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Split out cache rendering functions and some fixes to calculationsspectrogram-minor-refactor 2016-07-07, by Chris Cannam
- Colour scales (partly)spectrogram-minor-refactor 2016-07-07, by Chris Cannam
- Time-constrained renderingspectrogram-minor-refactor 2016-07-07, by Chris Cannam
- Cut over to using the renderer (though it's very incomplete) and fix some cache problems and pointer lifetime misunderstandingsspectrogram-minor-refactor 2016-07-05, by Chris Cannam
- Start to introduce renderer objectsspectrogram-minor-refactor 2016-07-05, by Chris Cannam
- One FFT model per spectrogram (again!) - but we do still need a magnitude range per view, as views could be showing different regionsspectrogram-minor-refactor 2016-07-05, by Chris Cannam
- One FFT size method, no member for itspectrogram-minor-refactor 2016-07-02, by Chris Cannam
- Simplify the oversampling/zero-padding logic. FFT model selection no longer depends on the view.spectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Add VerticalBinLayer to SpectrogramLayerspectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Scale and copyspectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Start introducing render codespectrogram-minor-refactor 2016-07-01, by Chris Cannam
- VerticalBinLayer for vertical mapping abstraction. Not totally sure about thisspectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Commentsspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Minor adjustmentsspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- More filling in render & cache codespectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Move drawVisibleText to PaintAssistantspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Move LayerGeometryProvider from view to layerspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Two functions, rather than one with a boolean argspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Another tiny bitspectrogram-minor-refactor 2016-06-29, by Chris Cannam
- Pull out render timerspectrogram-minor-refactor 2016-06-29, by Chris Cannam
- More renderer stubbingspectrogram-minor-refactor 2016-06-29, by Chris Cannam
- Commentsspectrogram-minor-refactor 2016-06-27, by Chris Cannam
- Start stubbing Colour3DPlotRendererspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Use a params structurespectrogram-minor-refactor 2016-06-23, by Chris Cannam
- ColourScale class, comments, namingspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Commentspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Commentsspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Fix possible crash when scrolling to endspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixelspectrogram-minor-refactor 2016-06-20, by Chris Cannam
- Pull out column ops into ColumnOpspectrogram-minor-refactor 2016-06-20, by Chris Cannam
- A more sensible order for column operationsspectrogram-minor-refactor 2016-06-17, by Chris Cannam
- Don't need thesespectrogram-minor-refactor 2016-06-15, by Chris Cannam
- Replace old logic with calls to new functions; basic refactor part A done, the code now compiles againspectrogram-minor-refactor 2016-06-15, by Chris Cannam
- A couple more helper functionsspectrogram-minor-refactor 2016-06-15, by Chris Cannam
- Mid-refactor to pull out the bulk of paintDrawBuffer into chunksspectrogram-minor-refactor 2016-06-13, by Chris Cannam
- Merge from default branchspectrogram-minor-refactor 2016-06-13, by Chris Cannam
- Subrepo update3.0-integration 2016-06-13, by Chris Cannam
- Don't paint if model has zero width3.0-integration 2016-05-26, by Chris Cannam
- Make archiver check & complain if the appropriate docs page returns a 4043.0-integration 2016-05-05, by Chris Cannam
- Subrepo update3.0-integration 2016-05-04, by Chris Cannam
- Win32 build fix3.0-integration 2016-05-03, by Chris Cannam
- Update Qt copyright note3.0-integration 2016-04-27, by Chris Cannam
- Version on this branch will be 3.03.0-integration 2016-04-27, by Chris Cannam
- Deploy plugin checker helper; update deployment for current Qt3.0-integration 2016-04-27, by Chris Cannam
- OSX build fixes3.0-integration 2016-04-27, by Chris Cannam
- Update subrepos3.0-integration 2016-04-22, by Chris Cannam
- Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf3.0-plus-imaf 2016-04-20, by Chris Cannam
- Merge from branch pluginscan3.0-integration 2016-04-15, by Chris Cannam
- Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhatpluginscan 2016-04-15, by Chris Cannam
- Update checker code layoutpluginscan 2016-04-14, by Chris Cannam
- Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror setpluginscan 2016-04-14, by Chris Cannam
- Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it.pluginscan 2016-04-14, by Chris Cannam
- First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startuppluginscan 2016-04-14, by Chris Cannam
- Remove Vamp SDK from dependency builds for Windows, as for OSX3.0-integration 2016-03-18, by Chris Cannam
- Start including Vamp SDK into main build, as we do with Sonic Annotator3.0-integration 2016-03-18, by Chris Cannam
- Update subrepo2016-03-04, by Chris Cannam
- Merge from default!3.0-integration 2016-03-04, by Chris Cannam
- Merge from default branch in subrepos3.0-integration 2016-03-04, by Chris Cannam
- Merge in subrepo2016-03-04, by Chris Cannam
- Merge in subrepo3.0-integration 2016-03-02, by Chris Cannam
- Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing3.0-integration 2016-02-09, by Chris Cannam
- Clumsily avoid segfault on pulse shutdown3.0-integration 2016-02-09, by Chris Cannam
- Update i18n files3.0-integration 2016-02-04, by Chris Cannam
- Merge from default branch3.0-integration 2016-02-04, by Chris Cannam
- Merge subrepos3.0-integration 2016-02-04, by Chris Cannam
- Merge from branch "spectrogram-minor-refactor"3.0-integration 2016-02-04, by Chris Cannam
- Truncate edges when about to paint beyond limits of cachespectrogram-minor-refactor 2016-02-03, by Chris Cannam
- Don't use partial paints when zoomed in far enough to have boundary alignment concerns. (But boundary calculations are still wrong, leading to a logic error exception.)spectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Commentspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Timing tweaks to reduce the number of repaintsspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Fix cache validity boundary conditionspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- *Really* add overlooked file!spectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Be a bit more flexible about which symbol to accept in resampler selectionspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Revert last commit (wrong branch)2016-02-02, by Chris Cannam
- Add overlooked file!2016-02-02, by Chris Cannam
- Updated Czech localisation file from Pavel Fric2016-02-01, by Chris Cannam
- Update subrepo2016-01-30, by Chris Cannam
- Update acinclude files to look for qt5-qmake as well as qmake-qt52016-01-30, by Chris Cannam
- Further fixes to the scrollable cache logicspectrogram-minor-refactor 2016-01-29, by Chris Cannam
- Start refactoring out the spectrogram image cachespectrogram-minor-refactor 2016-01-29, by Chris Cannam
- Subrepo updatespectrogram-minor-refactor 2016-01-27, by Chris Cannam
- build fixspectrogram-minor-refactor 2016-01-27, by Chris Cannam
- OS/X updatesspectrogram-minor-refactor 2016-01-27, by Chris Cannam
- Fix calculation of repaint area when we haven't scrolled but cache is not completespectrogram-minor-refactor 2016-01-27, by Chris Cannam
- Start repainting from the middle -- but this is quite unreliablespectrogram-minor-refactor 2016-01-26, by Chris Cannam
- Fix return value from paintDrawBuffer in rightToLeft case; propagate timing change to PeakFrequencies version as wellspectrogram-minor-refactor 2016-01-26, by Chris Cannam
- Draw right-to-left when adjoining an existing cache valid area on the rightspectrogram-minor-refactor 2016-01-26, by Chris Cannam
- Make paint method do its own timing and abandon if it's taking too long (still needs some work on queueing correct repaints of the remainder)spectrogram-minor-refactor 2016-01-25, by Chris Cannam
- Rearrange cache update calculations so as to use the actual painted width returned by paint functions (though they only ever return the same width as requested, at this point)spectrogram-minor-refactor 2016-01-25, by Chris Cannam
- Avoid reusing a large paint width if the zoom level has changed (in case it has changed dramatically, as for example when the user hits the F key). Also some tidying and adjustment to timing stuff3.0-integration 2016-01-22, by Chris Cannam
- Tidy a bit3.0-integration 2016-01-22, by Chris Cannam
- Subrepos3.0-integration 2016-01-22, by Chris Cannam
- Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset3.0-integration 2016-01-22, by Chris Cannam
- Subrepos3.0-integration 2016-01-22, by Chris Cannam
- Subrepos3.0-integration 2016-01-22, by Chris Cannam
- Merge3.0-integration 2016-01-21, by Chris Cannam
- Subrepo update3.0-integration 2015-12-10, by Chris Cannam
- Mutex fix in bqaudioio to avoid delay in seeking during playback3.0-integration 2016-01-21, by Chris Cannam
- Update translations3.0-integration 2016-01-21, by Chris Cannam
- Make colour 3d plot layer colour a preference as well3.0-integration 2016-01-21, by Chris Cannam
- Add default spectrogram colours to prefs3.0-integration 2016-01-20, by Chris Cannam
- Merge from branch colourschemes3.0-integration 2016-01-19, by Chris Cannam
- Tidycolourschemes 2016-01-19, by Chris Cannam
- Rearrange colours, make some of them more attractive, give some of them nicer namescolourschemes 2016-01-19, by Chris Cannam
- Remove background mode, it no longer works properlycolourschemes 2016-01-19, by Chris Cannam
- Remove debug outcolourschemes 2016-01-19, by Chris Cannam
- Provide a sensible name for this colour schemecolourschemes 2016-01-19, by Chris Cannam
- Merge from branch 3.0-integrationcolourschemes 2016-01-19, by Chris Cannam
- Merge from branch plugin-startup-test3.0-integration 2016-01-19, by Chris Cannam
- Show warning to the user when plugin population has problemsplugin-startup-test 2016-01-19, by Chris Cannam
- Check for plugin loadability before trying to load in the main process (POSIX only so far)plugin-startup-test 2016-01-11, by Chris Cannam
- Pull out candidate listplugin-startup-test 2016-01-08, by Chris Cannam
- Experimentation with colour schemes and mappingscolourschemes 2015-12-02, by Chris Cannam
- Update icons3.0-integration 2015-12-02, by Chris Cannam
- Merge from default branch3.0-integration 2015-11-18, by Chris Cannam
- If libjack0 is sought, install jackd instead (seems like a more common neutral dependency independent of jack version)2015-11-16, by Chris Cannam
- Ensure version is updated in control file2015-11-16, by Chris Cannam
- Added tag sv_v2.5_osx_deploy for changeset e206741df37d2015-10-23, by Chris Cannam
- Mergesv_v2.5_osx_deploy 2015-10-23, by Chris Cannam
- Deployment fixes. Qt on OSX now seems to depend on QtDBus, so copy that in, and also fail if anything is found to depend on an absent Qt framework.2015-10-23, by Chris Cannam
- Added tag sv_v2.5 for changeset 94253fa113182015-10-22, by Chris Cannam
- Error only in debug buildsv_v2.5 2015-10-22, by Chris Cannam
- Deployment fix2015-10-22, by Chris Cannam
- Build fix2015-10-22, by Chris Cannam
- Update CHANGELOG, back out ill-advised svgui feature2015-10-22, by Chris Cannam
- Merge from default branch3.0-integration 2015-10-20, by Chris Cannam
- Fix embarrassing failure to reload Note layers2015-10-20, by Chris Cannam
- Wakeup3.0-integration 2015-10-14, by Chris Cannam
- Remove debug3.0-integration 2015-10-14, by Chris Cannam
- PulseAudio lock fixes3.0-integration 2015-10-14, by Chris Cannam
- Update subrepos3.0-integration 2015-10-14, by Chris Cannam
- Merge from recording branch3.0-integration 2015-10-12, by Chris Cannam
- Fix suspending/resuming audio device; it wasn't suspending when playback reached the end, only when the user stopped explicitlyrecording 2015-09-22, by Chris Cannam
- Merge from branch "recording"3.0-integration 2015-09-17, by Chris Cannam
- Merge from branch "scalable-icons"3.0-integration 2015-09-17, by Chris Cannam
- Update iconsscalable-icons 2015-09-17, by Chris Cannam
- Update subreporecording 2015-09-17, by Chris Cannam
- Win32 build fixesrecording 2015-09-16, by Chris Cannam
- Suspend/resume audio device when not in use to save battery (only implemented for PulseAudioIO so far)recording 2015-09-16, by Chris Cannam
- Recording message in status barrecording 2015-09-16, by Chris Cannam
- Add audio record mode (option to replace session) and support for browsing to record directoryrecording 2015-09-15, by Chris Cannam
- Check for audioIO as well as play target; + deployment bits3.0-integration 2015-08-20, by Chris Cannam
- Subrepo update3.0-integration 2015-08-20, by Chris Cannam
- Merge from branch recording3.0-integration 2015-08-20, by Chris Cannam
- Fix reloading session with recorded audiorecording 2015-08-20, by Chris Cannam
- Toward resampling on output in bqaudioiorecording 2015-08-19, by Chris Cannam
- New filename for each audio recordingrecording 2015-08-19, by Chris Cannam
- Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.recording 2015-08-19, by Chris Cannam
- Toward recording without something already loaded (needs more work though)recording 2015-08-19, by Chris Cannam
- OK, we can record -- sort ofrecording 2015-08-18, by Chris Cannam
- Basic recording stuffrecording 2015-08-18, by Chris Cannam
- Start stubbing in audio recordrecording 2015-08-18, by Chris Cannam
- Pulse stream and client namesbqaudioio 2015-08-17, by Chris Cannam
- Graft some fixes in subrepobqaudioio 2015-08-10, by Chris Cannam
- Fix very long delay on seeking during playback (caused by Pulse driver using max length as block size)3.0-integration 2015-08-05, by Chris Cannam
- Avoid playing repeated buffer while re-seeking3.0-integration 2015-08-05, by Chris Cannam
- Merge from branch bqaudioio3.0-integration 2015-08-04, by Chris Cannam
- Merge3.0-integration 2015-08-04, by Chris Cannam
- Merge from default branch3.0-integration 2015-07-24, by Chris Cannam
- Add Range headerbqaudioio 2015-08-04, by Chris Cannam
- Mutex fixes for PulseAudiobqaudioio 2015-08-04, by Chris Cannam
- Initial work toward switching to bqaudioio library (so as to get I/O, not just O)bqaudioio 2015-08-04, by Chris Cannam
- Necessary include3.0-integration 2015-08-04, by Chris Cannam
- dataquay rollbackimaf_enc 2015-07-15, by alo
- removed imaf slidersimaf_enc 2015-07-14, by alo
- Make the play-speed dial settings much easier to understand and use (fixes #1328)2015-07-13, by Chris Cannam
- Merge from default branch3.0-integration 2015-07-07, by Chris Cannam
- Major fix to bug in handling of fuzzy column in CSV import (introduced since the last release) which meant that col 6 of a wide CSV would go missing completely!2015-07-07, by Chris Cannam
- Fix assignment of values to regions on import, in case where region model contains duplicate points2015-07-03, by Chris Cannam
- Merge3.0-integration 2015-07-01, by Chris Cannam
- Subrepo3.0-integration 2015-07-01, by Chris Cannam
- Merge from branch simple-fft-model3.0-integration 2015-07-01, by Chris Cannam
- Merge from default branchsimple-fft-model 2015-01-07, by Chris Cannam
- Fix a number of warnings in the 32-bit build2015-07-01, by Chris Cannam
- Merge from branch simple-fft-model3.0-integration 2015-07-01, by Chris Cannam
- Merge from branch osx-retina3.0-integration 2015-07-01, by Chris Cannam
- Add new icons to resource fileosx-retina 2015-07-01, by Chris Cannam
- A few new iconsosx-retina 2015-07-01, by Chris Cannam
- Switch off debug againsimple-fft-model 2015-07-01, by Chris Cannam
- Fill extent is not relevant in simple-fft-model code, as it's always the full extentsimple-fft-model 2015-07-01, by Chris Cannam
- Fix dark point at highlight of LED buttonosx-retina 2015-06-30, by Chris Cannam
- Render LED button direct to widget, making it look OK on retina screenosx-retina 2015-06-30, by Chris Cannam
- Subrepososx-retina 2015-06-30, by Chris Cannam
- Mergeosx-retina 2015-06-30, by Chris Cannam
- Subrepo updateosx-retina 2015-06-30, by Chris Cannam
- Tighten spacing around sides of property box on OS/Xosx-retina 2015-06-30, by Chris Cannam
- Mergesimple-fft-model 2015-06-30, by Chris Cannam
- Build fixsimple-fft-model 2015-06-30, by Chris Cannam
- Merge from branch normalize_hybrid_option3.0-integration 2015-06-26, by Chris Cannam
- Merge from branch osx-retina3.0-integration 2015-06-26, by Chris Cannam
- Merge from branch simple-fft-model3.0-integration 2015-06-26, by Chris Cannam
- Update subrepos for 3.0-integration3.0-integration 2015-06-26, by Chris Cannam
- Two-channel testsimple-fft-model 2015-06-16, by Chris Cannam
- Fix a cache-related dumbitudesimple-fft-model 2015-06-16, by Chris Cannam
- Raise this maximum, so longer files can be shown in the overview panesimple-fft-model 2015-06-15, by Chris Cannam
- Use in-memory cache for WAV files as well, if appropriatesimple-fft-model 2015-06-15, by Chris Cannam
- Smooth signal flow through from file to fft modelsimple-fft-model 2015-06-15, by Chris Cannam
- Store temporary audio files in memory if we have plenty of itsimple-fft-model 2015-06-15, by Chris Cannam
- Tidysimple-fft-model 2015-06-15, by Chris Cannam
- Rework audio file reader API to prefer using std containerssimple-fft-model 2015-06-15, by Chris Cannam
- Fix to fft cachesimple-fft-model 2015-06-13, by Chris Cannam
- A small cache for source samplessimple-fft-model 2015-06-12, by Chris Cannam
- Make a small cache of recently-used columnssimple-fft-model 2015-06-12, by Chris Cannam
- Normalization functionsimple-fft-model 2015-06-12, by Chris Cannam
- Simplest naive FFTModel implementation (+ fill in tests)simple-fft-model 2015-06-12, by Chris Cannam
- Gut the old code, but don't replace it yet (so nothing will link yet)simple-fft-model 2015-06-12, by Chris Cannam
- More testssimple-fft-model 2015-06-12, by Chris Cannam
- Start making the FFT model tests into proper tests2015-06-12, by Chris Cannam
- Tidy2015-06-11, by Chris Cannam
- Tidy dense time-value model API a bit; add first simple unit test for FFT model2015-06-10, by Chris Cannam
- Remove some obsolete unused files2015-06-10, by Chris Cannam
- Merge from default branchosx-retina 2015-06-10, by Chris Cannam
- Update subrepo2015-06-10, by Chris Cannam
- Report error if transform fails (during operation, rather than at start as was already reported)2015-06-10, by Chris Cannam
- Update deployment script for QtSvgosx-retina 2015-06-04, by Chris Cannam
- Add forgotten zoom iconosx-retina 2015-06-04, by Chris Cannam
- Couple more iconsosx-retina 2015-06-01, by Chris Cannam
- Update subrepososx-retina 2015-06-01, by Chris Cannam
- Fix crash when importing wide CSV file2015-05-22, by Chris Cannam
- Add half-wave rectification option to Colour 3D Plot layer2015-05-22, by Chris Cannam
- minor debug thingosx-retina 2015-05-21, by Chris Cannam
- Fixes to font sizing in colour 3d plot layer (for #1221)osx-retina 2015-05-21, by Chris Cannam
- Merge in subrepo2015-05-21, by Chris Cannam
- Avoid going pop when setting play head to before time 02015-05-21, by Chris Cannam
- Prevent selection being dragged beyond start/end of content2015-05-21, by Chris Cannam
- Box colour a darker grey by default (but also changeable now)2015-05-21, by Chris Cannam
- Fix #1222 CSV export of time-instants layer omits last point2015-05-15, by Chris Cannam
- Merge from branch scalable-iconsosx-retina 2015-05-14, by Chris Cannam
- Merge from default branchosx-retina 2015-05-14, by Chris Cannam
- Fix #1220 Flexi-note layer appears in Layers menu2015-05-14, by Chris Cannam
- Handle case where plugin erroneously returns sample rate 0 for fixed-rate output2015-05-14, by Chris Cannam
- Icon updatescalable-icons 2015-05-13, by Chris Cannam
- Fixes to, and tests for, RealTime-to-text methods2015-05-12, by Chris Cannam
- Display note name derived from value, when hovering over time-value feature if the scale unit is Hz2015-05-12, by Chris Cannam
- Copyright date2015-05-12, by Chris Cannam
- Address #1214, layer import produces wrong layer type. We needed a more principled approach to making sure the format gets updated properly and the dialog elements are consistent (basically separating making the dialog elements consistent from subsequently updating the format). This change should provide that, though there may be gotchas still.2015-05-12, by Chris Cannam
- Iconsscalable-icons 2015-05-06, by Chris Cannam
- Simplistic play-selectionscalable-icons 2015-05-06, by Chris Cannam
- Make play-pause biggerscalable-icons 2015-05-06, by Chris Cannam
- Rewind/ffwd shouldn't be available when nothing loadedscalable-icons 2015-05-06, by Chris Cannam
- Slightly improved text positioningscalable-icons 2015-05-06, by Chris Cannam
- Update splash, and a build fixscalable-icons 2015-05-06, by Chris Cannam
- Add splash screen codescalable-icons 2015-05-06, by Chris Cannam
- Fixes to scaling of splash screenscalable-icons 2015-05-06, by Chris Cannam
- Various fixes to scalable renderingscalable-icons 2015-05-06, by Chris Cannam
- Experiment with loading SVGsscalable-icons 2015-05-06, by Chris Cannam
- Make Retina layer rendering selectable in settingsosx-retina 2015-04-29, by Chris Cannam
- Fix font size for painter when rendering scaledosx-retina 2015-04-29, by Chris Cannam
- Fix positioning of local feature illumination rectangleosx-retina 2015-04-29, by Chris Cannam
- Fix rendering of selectionsosx-retina 2015-04-29, by Chris Cannam
- Always render to a buffer, then from that to the widgetosx-retina 2015-04-27, by Chris Cannam
- Painting off-cache means we shouldn't use proxy (we aren't scaling.. yet)osx-retina 2015-04-20, by Chris Cannam
- Some scaling & zoom bitsosx-retina 2015-04-20, by Chris Cannam
- Update subrepos and config stuffosx-retina 2015-04-20, by Chris Cannam
- Allow layers to be loaded without models if their layer class explicitly says it's OK (otherwise default template won't load, as it has an empty waveform layer)2015-04-20, by Chris Cannam
- Don't set version from configure, track it in version.h instead. Next will be 2.5.2015-04-20, by Chris Cannam
- Merge from branch cxx112015-04-20, by Chris Cannam
- Subrepo updates2015-04-20, by Chris Cannam
- Fix crash caused by using proxy (of unknown lifecycle) instead of view as cache keyosx-retina 2015-03-18, by Chris Cannam
- Pass proxy to layer for paintingosx-retina 2015-03-18, by Chris Cannam
- Many fixes for the previous stuffosx-retina 2015-03-17, by Chris Cannam
- Another small replacementosx-retina 2015-03-17, by Chris Cannam
- Subrepoosx-retina 2015-03-17, by Chris Cannam
- Experiment with querying paint rect separately from view rectosx-retina 2015-03-11, by Chris Cannam
- Subrepo statecxx11 2015-03-11, by Chris Cannam
- Start branch for retina hi-res renderingosx-retina 2015-03-11, by Chris Cannam
- Build fixes for OS/Xcxx11 2015-03-11, by Chris Cannam
- Subrepocxx11 2015-03-11, by Chris Cannam
- Subreposcxx11 2015-03-11, by Chris Cannam
- Comments etccxx11 2015-03-11, by Chris Cannam
- Mergecxx11 2015-03-10, by Chris Cannam
- Dohcxx11 2015-03-10, by Chris Cannam
- Subreposcxx11 2015-03-10, by Chris Cannam
- Nothing of consequencecxx11 2015-03-10, by Chris Cannam
- More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.cxx11 2015-03-10, by Chris Cannam
- Further dedicated-types fixescxx11 2015-03-10, by Chris Cannam
- More type fixescxx11 2015-03-10, by Chris Cannam
- More type fixes, primarily in the spectrogramcxx11 2015-03-10, by Chris Cannam
- A few more fixescxx11 2015-03-09, by Chris Cannam
- Working through the float/double and int/sv_frame_t fixescxx11 2015-03-09, by Chris Cannam
- Move to using double rather than float for floating-point calculations (float only for storage); more build fixescxx11 2015-03-09, by Chris Cannam
- More conversion fixescxx11 2015-03-09, by Chris Cannam
- Now builds with current svcore; next, try it again with -Wconversion in svgui, svapp, and sonic-visualisercxx11 2015-03-04, by Chris Cannam
- Merge from default branchcxx11 2015-03-03, by Chris Cannam
- Update subrepo2015-03-02, by Chris Cannam
- Specify UTF-8 encoding when writing XML formats -- the XML header always indicated UTF-8 but the QTextStream defaulted to local encoding which is generally not UTF-8 on Windows2015-03-02, by Chris Cannam
- Updates for win32 build - repackaging with Qt5.4 to fix failure to start up properly on 32-bit win8.12.4-stable 2015-02-25, by Chris Cannam
- Update and merge2015-02-26, by Chris Cannam
- Debug reporting from FileSource2015-02-26, by Chris Cannam
- Enable ThreadSanitizerdatarace 2015-02-24, by Chris Cannam
- Add option to toggle H:M:S time display (when off, just show seconds even when more than 60)2015-02-18, by Chris Cannam
- Update subrepos2015-02-13, by Chris Cannam
- Updates for next win32 build2015-02-10, by Chris Cannam
- Merge from default branchcxx11 2015-02-09, by Chris Cannam
- Fix arg in string2015-01-16, by Chris Cannam
- Tidy up layout and ranges for unit conversion dialog, highlight in red any out-of-range values2014-12-15, by Chris Cannam
- Start connecting up tempo bits2014-12-09, by Chris Cannam
- Update units when prefs change2014-12-09, by Chris Cannam
- Oops, included some unintended cruft2014-12-09, by Chris Cannam
- hz -> freq, and some layout rearrangement2014-12-09, by Chris Cannam
- Fixes to limits etc in unit converter2014-12-08, by Chris Cannam
- Quick hack at a multiplex option for transform input (see #1108)2014-12-04, by Chris Cannam
- Wire up note/octave stuff2014-12-02, by Chris Cannam
- Start adding piano note2014-12-02, by Chris Cannam