graph
- Merge from the default branchtonioni 2013-07-12, by Chris Cannam
- Add dedicated signal for ability to change template2013-07-09, by Chris Cannam
- Added tag sv_v2.1 for changeset 8cb01cd2441d2013-05-16, by Chris Cannam
- Delete thingssv_v2.1 2013-05-16, by Chris Cannam
- Added tag sv_v2.1 for changeset 32d8084f85432013-05-14, by Chris Cannam
- Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.2013-05-14, by Chris Cannam
- Update configureqt5 2013-05-13, by Chris Cannam
- Regenerate configureqt5 2013-04-26, by Chris Cannam
- Look for qmake-qt5, not qt4qt5 2013-04-26, by Chris Cannam
- different colours, some minor changes, mainly debugging cerrstonioni 2013-04-19, by matthiasm
- Merge from the default branchtonioni 2013-04-15, by Chris Cannam
- Somewhat simpler synthetic-model determination2013-04-15, by Chris Cannam
- Add FlexiNoteModel supporttonioni 2013-04-15, by Chris Cannam
- Merge from the default branchtonioni 2013-04-15, by Chris Cannam
- Some debug and warningstonioni 2013-04-15, by Chris Cannam
- Refactor to combine the two synthetic playback methods, with a single separate method to extract the basic note data from model2013-04-15, by Chris Cannam
- Fix return type2013-04-15, by Chris Cannam
- sample playback problemstonioni 2013-04-13, by gyorgyf
- removed additional prints, midi playback still brokentonioni 2013-04-13, by gyorgyf
- cleanuptonioni 2013-04-13, by gyorgyf
- fixed flexi note layer and propagated model selection to analysertonioni 2013-04-13, by gyorgyf
- added a new layer creator (not very nice though)tonioni 2013-03-26, by matthiasm
- fix to work with FlexiNote...tonioni 2013-03-26, by matthiasm
- added references to new FlexiNote layer and modeltonioni 2013-03-26, by matthiasm
- Add an empty file in order to create the tonioni branchtonioni 2013-03-26, by Chris Cannam
- Define fixed set of dependencies, on Windows, if no config availableqt5 2013-03-25, by Chris Cannam
- Add dependency build pathsqt5 2013-03-25, by Chris Cannam
- Get this one building with Qt5qt5 2013-03-11, by Chris Cannam
- Move member that is initialised in subclass down to that subclass2012-11-16, by Chris Cannam
- Minor tidy in configure2012-08-21, by Chris Cannam
- Added tag sv_v2.0 for changeset 7ee215c095dd2012-07-17, by Chris Cannam
- Add canReplaceMainAudio indicator signalsv_v2.0 2012-07-02, by Chris Cannam
- Ensure that file load is actually cancelled when user hits Cancel! (fixing SV bug #487)2012-06-22, by Chris Cannam
- Use new symbols in Vamp SDK 2.3.1 for autoconf detection2012-05-25, by Chris Cannam
- Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)2012-01-30, by Chris Cannam
- Move X11 stuff here, from svcore2012-01-18, by Chris Cannam
- Remove redundant and hazardous INCLUDE_PATH2012-01-13, by Chris Cannam
- Add Doxyfile2012-01-13, by Chris Cannam
- Merge from the default branchintegration_library 2011-10-17, by mathieub
- Add setDefaultSessionTemplate2011-10-17, by Chris Cannam
- Merge from the default branchintegration_library 2011-10-11, by Chris Cannam
- m_bufferSize = 2048 in AudioPortAudioTarget.cppintegration_library 2011-10-10, by mathieub
- Debug output only2011-10-07, by Chris Cannam
- Added tag sv_v1.9 for changeset eaef94d9f9bf2011-09-28, by Chris Cannam
- Mergesv_v1.9 2011-09-28, by Chris Cannam
- Reduce PortAudio suggested latency. No idea whether this will really help2011-09-28, by Chris Cannam
- Avoid creating a time stretcher if no sample rate set (SF bug #3376634)2011-09-28, by Chris Cannam
- Merge2011-09-28, by Chris Cannam
- Remove unnecessary configure dependency for raptor2011-09-28, by Chris Cannam
- Set m_pluginBlockSize = 1024 instead of 2048, block size which does not work on OSX 10.5.8integration_library 2011-08-23, by mathieub
- Merge from the default branchintegration_library 2011-08-23, by mathieub
- Merge from branch "sonification"integration_library 2011-07-25, by mathieub
- Patch from Michel Alexandre Salim to remove unwanted virtual inheritance from QObject (#258)2011-08-10, by Chris Cannam
- Fix compile error (bad merge! oops)2011-06-29, by Chris Cannam
- Merge from branch "templating"2011-06-26, by Chris Cannam
- Add queueExampleNote method to AudioCallbackPlaySource, providing a way to add a note to a special model which is mixed in outside of the normal playback flow. Currently mixing & generation happen in the play thread, which doesn't work very well -- buffer pending.sonification 2011-06-24, by Chris Cannam
- Refactor mixNoteModel and mixSparseOneDimensionalModel into a single mixSparseModel -- attempting to clear the decks a bit for asynchronous example-note playingsonification 2011-06-24, by Chris Cannam
- Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)2011-06-14, by Chris Cannam
- Merge from debug-output branch2011-06-14, by Chris Cannam
- Pull the default session template directly from settings, instead of storing ittemplating 2011-05-23, by Chris Cannam
- Split out openSessionTemplate with template name argument rather than FileSourcetemplating 2011-05-17, by Chris Cannam
- Convert many cerrs to DEBUGsdebug-output 2011-05-16, by Chris Cannam
- Remove most toStdString calls (no longer needed, with debug header)debug-output 2011-05-12, by Chris Cannam
- Break out openSessionTemplate into its own method, so as to ensure it doesn't do any of that stuff like setting the session save path or last loaded-from locationtemplating 2011-05-11, by Chris Cannam