graph
- Fix race condition (in creating buffers vs starting process thread) and failure to reopen device in PortAudio driver3.0-integration 2016-12-12, by Chris Cannam
- Avoid overflowing vector if number of devices becomes smaller3.0-integration 2016-12-12, by Chris Cannam
- Merge3.0-integration 2016-12-12, by Chris Cannam
- Reopen the audio device directly when preference is changed3.0-integration 2016-12-12, by Chris Cannam
- Some hackery toward having a zoomlevel typezoom 2016-12-12, by Chris Cannam
- Build fix in bqvec3.0-integration 2016-12-12, by Chris Cannam
- Subrepo update3.0-integration 2016-12-12, by Chris Cannam
- A bit more slack; make debug be off by default3.0-integration 2016-12-09, by Chris Cannam
- Fix compiler warnings3.0-integration 2016-12-09, by Chris Cannam
- Merge from branch bqresample3.0-integration 2016-12-09, by Chris Cannam
- Debug additionbqresample 2016-12-09, by Chris Cannam
- Fixes to sample rate and latency handlingbqresample 2016-12-09, by Chris Cannam
- Some fixes to sample rate managementbqresample 2016-12-09, by Chris Cannam
- Update to reflect bqresample API changebqresample 2016-12-09, by Chris Cannam
- Fixes to (and debug output in!) ResamplerWrapperbqresample 2016-12-07, by Chris Cannam
- Add a ResamplerWrapperbqresample 2016-12-07, by Chris Cannam
- Update subrepobqresample 2016-12-07, by Chris Cannam
- Merge from branch bqaudioiobqresample 2016-12-07, by Chris Cannam
- Merge from branch bqresamplebqaudioio 2016-12-07, by Chris Cannam
- Audio device selectionbqresample 2016-12-07, by Chris Cannam
- Fix incorrect return to Pulse when too few samples available (caused play hang)bqresample 2016-12-06, by Chris Cannam
- Update for bqaudioio changesbqresample 2016-12-06, by Chris Cannam
- Add faders svglevelpanwidget 2016-12-06, by Chris Cannam
- Some work on play parameters and level controls in property boxlevelpanwidget 2016-12-06, by Chris Cannam
- Switch to level-pan tool button in property boxlevelpanwidget 2016-12-06, by Chris Cannam
- Introduce level-pan widget to property boxlevelpanwidget 2016-12-05, by Chris Cannam
- Merge from branch 3.0-integrationlevelpanwidget 2016-12-05, by Chris Cannam
- Start pruning other resampler logic than bqresamplebqresample 2016-12-05, by Chris Cannam
- Remove resampler quality option (#1760)3.0-integration 2016-12-05, by Chris Cannam
- Remove full-screen entry on OSX (#1759: SV's full-screen mode interacts badly with OSX full-screen mode)3.0-integration 2016-12-05, by Chris Cannam
- Start incorporating level-pan widgetslevelpanwidget 2016-12-05, by Chris Cannam
- Another use of WidgetScalemore-hidpi 2016-12-05, by Chris Cannam
- Some icon updatesmore-hidpi 2016-12-05, by Chris Cannam
- Scale the sizes of a few more UI elementsmore-hidpi 2016-12-05, by Chris Cannam
- Add Apple Lossless files3.0-integration 2016-12-02, by Chris Cannam
- Further updates to tests and debug output for file reading on OSX3.0-integration 2016-12-02, by Chris Cannam
- More faffing with tests, to no great effect3.0-integration 2016-12-01, by Chris Cannam
- Add gapless preference to prefs dialog; much work on audio read tests3.0-integration 2016-12-01, by Chris Cannam
- Update dependency builds for OSX3.0-integration 2016-11-30, by Chris Cannam
- Subrepo update3.0-integration 2016-11-30, by Chris Cannam
- Delete audio I/O objects in a fixed order3.0-integration 2016-11-30, by Chris Cannam
- Bigger colour swatches for bigger fonts3.0-integration 2016-11-30, by Chris Cannam
- Always accept wheel events3.0-integration 2016-11-30, by Chris Cannam
- Another check to ensure sync error suppressed at eof3.0-integration 2016-11-29, by Chris Cannam
- 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