graph
- * Further fix for restoring layer visibility from session file2007-01-05, by Chris Cannam
- * Fix failure to reload play mute state correctly from session file2007-01-05, by Chris Cannam
- * Basics of an approximate way of managing memory that we've committed to using2006-12-15, by Chris Cannam
- ...2006-12-12, by Chris Cannam
- * Fix apparent (but not actual) failure to save session file2006-12-08, by Chris Cannam
- * Update copyright notes as appropriate.2006-11-17, by Chris Cannam
- * Remove some obsolete files2006-11-15, by Chris Cannam
- * Somewhat better handling of running out of memory or disc space2006-11-13, by Chris Cannam
- * When adding a layer, make it the selected layer on that pane2006-11-10, by Chris Cannam
- * Update the main sv.prf for compatibility with Qt 4.2 qmake instead of2006-11-10, by Chris Cannam
- ...2006-10-30, by Chris Cannam
- included OSX-specific headers2006-10-24, by Martin Gasser
- * Wire up the Panner widget in the pane, and do some tidying in Pane2006-10-19, by Chris Cannam
- ...2006-10-19, by Chris Cannam
- * A start to a panner widget to go with thumbwheels2006-10-18, by Chris Cannam
- ...2006-10-17, by Chris Cannam
- * Fix slowness in serving FFT values to feature extraction plugin transform2006-10-17, by Chris Cannam
- * Use RangeMappers in various places in plugin parameters, layer properties,2006-10-16, by Chris Cannam
- * Add spectrum icon2006-10-16, by Chris Cannam
- * Simplify maker names in plugin menu2006-10-13, by Chris Cannam
- * Fixes to update logic in writable wave file model2006-10-12, by Chris Cannam
- * Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)2006-10-12, by Chris Cannam
- * Tidy up plugin parameter dialog by switching it to a simple constructor2006-10-11, by Chris Cannam
- * Handle generator transforms (plugins whose channel count isn't dependent on2006-10-10, by Chris Cannam
- * Improve output from Profiler class and make it incur less (no) overhead in2006-10-10, by Chris Cannam
- * Some dull work to continue unifying the fft model and editable dense 3d model2006-10-09, by Chris Cannam
- * Various improvements to colour 3d plot layer, particularly for large and/or2006-10-06, by Chris Cannam
- ...2006-10-05, by Chris Cannam
- * Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as2006-10-05, by Chris Cannam
- * pthread_mutex -> QMutex2006-10-05, by Chris Cannam
- * Audition effects plugins during playback2006-10-04, by Chris Cannam
- * Some fixes to updating of writable wave file models2006-10-03, by Chris Cannam
- * Introduce WritableWaveFileModel, and use it as an output model for audio2006-10-03, by Chris Cannam
- * Restructure WavFileWriter a bit to permit writing from raw data as well as2006-10-03, by Chris Cannam
- ...2006-09-27, by Chris Cannam
- * Use the Storage Adviser's recommendations for storing FFT cache information2006-09-26, by Chris Cannam
- * sketch win32 and os/x implementations for memory availability check2006-09-26, by Chris Cannam
- * flesh out StorageAdviser2006-09-26, by Chris Cannam
- ...2006-09-25, by Chris Cannam
- * Start adding StorageAdviser class to determine whether caches should be2006-09-25, by Chris Cannam
- * Add a bit of resistance to pane dragging so as to make it harder to2006-09-22, by Chris Cannam
- * Pull transforms out of Layer menu (again) and into a separate Transforms2006-09-22, by Chris Cannam
- * Add support for plugin classification using category files.2006-09-21, by Chris Cannam
- * Make resampler quality configurable2006-09-21, by Chris Cannam
- * Add mono timestretch toggle button; some more work on getting blocksize etc2006-09-18, by Chris Cannam
- * timestretcher improvements -- simplify API (it can calculate its own2006-09-13, by Chris Cannam
- * add window size/increment/shape settings to plugin parameter dialog, though2006-09-11, by Chris Cannam
- * experiment with finer zoom level changes when using h thumbwheel2006-08-22, by Chris Cannam
- * Pull memory cache out into its own file2006-08-16, by Chris Cannam
- * Fixes pulled across from Rosegarden2006-08-16, by Chris Cannam
- * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and2006-08-04, by Chris Cannam
- * Replace all uses of ConfigFile with QSettings2006-08-03, by Chris Cannam
- * Add Thumbwheel widget for all our zooming needs2006-08-03, by Chris Cannam
- * Suspend/resume fft data server write activity while reading from a server2006-08-03, by Chris Cannam
- ...2006-08-02, by Chris Cannam
- * Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModellast-cc-copyright 2006-07-31, by Chris Cannam
- * Use pkgconfig to look up Vamp library and header details if possible2006-07-31, by Chris Cannam
- * Reorganising code base. This revision probably should compile once more.2006-07-31, by Chris Cannam
- * Reorganising code base. This revision will not compile.2006-07-31, by Chris Cannam
- * Reorganising code base. This revision will not compile.2006-07-31, by Chris Cannam
- * Reorganising code base. This revision will not compile.2006-07-31, by Chris Cannam
- * Add Recent Files menu2006-07-28, by Chris Cannam
- * Change preferences dialog to ok/apply/cancel model2006-07-27, by Chris Cannam
- * Avoid note layer erasing notes as cursor passes over them2006-07-26, by Chris Cannam
- * Add Hz tuning dial to sample player plugin. Need to figure out the best2006-07-26, by Chris Cannam
- * Add frequency plot to window shape preference -- just because...2006-07-24, by Chris Cannam
- * Finish preferences dialog (as far as it's going at the moment) and connect it up2006-07-21, by Chris Cannam
- * start work on prefs dialog2006-07-20, by Chris Cannam
- * some work on scaling and zooming for spectrogram2006-07-19, by Chris Cannam
- * Various experiments in spectrogram colour scaling, etc. Nothing final2006-07-14, by Chris Cannam
- * Remove dependency on the actual stored object type in MatrixFile2006-07-12, by Chris Cannam
- * fledgling preferences stuff2006-07-10, by Chris Cannam
- * MatrixFile::reset doesn't need to zero the file if it's in a mode in which2006-07-07, by Chris Cannam
- * Restore progress updates to spectrogram2006-07-05, by Chris Cannam
- * Fix to empty columns being returned from FFTDataServer to transform2006-07-03, by Chris Cannam
- * Update FeatureExtractionPluginTransform to use FFT fuzzy server. The results2006-06-30, by Chris Cannam
- * Various fft server improvements, including the ability to pick out data from2006-06-29, by Chris Cannam
- * Exceptions for file read etc2006-06-28, by Chris Cannam
- * Split large FFT caches up into several files. Ongoing.2006-06-28, by Chris Cannam
- * Add FFT data server class to provide a file cache mapping for each2006-06-26, by Chris Cannam
- * add mod/modf and princarg/princargf to system header (for now)2006-06-26, by Chris Cannam
- * Change temporary directory name from .sv to .sv12006-06-26, by Chris Cannam
- * 1492866: Plugin parameter window info display2006-06-19, by Chris Cannam
- * 1507728: Crash when creating spectrogram of small soundfiles2006-06-19, by Chris Cannam
- * 1502816 file export is too slow and memory-hungry2006-06-15, by Chris Cannam
- * Switch from fftw3 to fftw3f. I think the efficiency improvement is probably2006-06-15, by Chris Cannam
- * RFE 1497743: Adjust layer text file format to allow copy/paste into Excel2006-06-08, by Chris Cannam
- * Make mp3 file importer read the file, instead of mmapping it (for portability)2006-05-22, by Chris Cannam
- * Fix rounding error in RealTime (thanks to Craig Sapp)sv1-v0.9rc2 2006-05-16, by Chris Cannam
- * a bit more debug output tidying2006-05-15, by Chris Cannam
- * Make vertical scale alignment modes work in note layer as well as time-valuesv1-v0.9rc1 2006-05-12, by Chris Cannam
- * Add units repository, and unit property on time-value and note layers.2006-05-11, by Chris Cannam
- * Fix serious failure to reload "imported" (i.e. all non-derived non-main)2006-05-11, by Chris Cannam
- * Reorder plugin output querying so as to cope with plugins whose number of2006-05-10, by Chris Cannam
- * Use fractional window overlaps in the spectrogram, instead of percentages2006-05-10, by Chris Cannam
- * Incremental refresh of spectrogram layer2006-05-09, by Chris Cannam
- * It turns out we can be more efficient in the spectrogram repaints by2006-05-09, by Chris Cannam
- * Remove selection extents labels if no text overlays2006-05-08, by Chris Cannam
- * Make a single base Thread class for RT and non-RT threads2006-05-08, by Chris Cannam
- * add a column bitmap to the matrix file object to record which columns2006-05-08, by Chris Cannam
- * win32 fixes2006-05-05, by Chris Cannam
- * Fix failure to locate plugins by base name of .so file2006-05-05, by Chris Cannam
- ...2006-05-05, by Chris Cannam
- * win32 fix2006-05-05, by Chris Cannam
- * win32 fixes2006-05-05, by Chris Cannam
- * Move matrix/fft file code to fileio (from base)2006-05-05, by Chris Cannam
- * Use kill(pid, 0) instead of /proc or sysctl blather for looking up pids2006-05-05, by Chris Cannam
- * couple of changes for win322006-05-05, by Chris Cannam
- ...2006-05-05, by Chris Cannam
- * Add a method in System.{cpp,h} to try to establish whether a process of a2006-05-05, by Chris Cannam
- * Reduce number of allocations and deallocations by keeping a spare buffer2006-05-04, by Chris Cannam
- * Introduce simple non-RT thread base class2006-05-04, by Chris Cannam
- * Add file reader thread, and make the matrix file code use it to preload2006-05-04, by Chris Cannam
- * Add property labels to property containers (so i18n() won't affect file format)2006-05-03, by Chris Cannam
- * Remove mmap-based code again. We can be more efficient with read().2006-05-03, by Chris Cannam
- ...2006-05-03, by Chris Cannam
- * minor changes for win322006-05-03, by Chris Cannam
- * Switch spectrogram layer over to using the new rudimentary disk-backed2006-05-03, by Chris Cannam
- added ogg, fishsound, rdf libraries to deploy script2006-05-03, by Martin Gasser
- * Just skeleton bits of file-based FFT cache2006-05-02, by Chris Cannam
- * Start factoring out the spectrogram's FFT cache into a separate set of2006-05-02, by Chris Cannam
- * Add file open/save operations to main toolbar2006-04-27, by Chris Cannam
- * Ensure consistent ordering of layer text labels2006-04-27, by Chris Cannam
- * Compile fix in DSSIPluginInstance, add origin notes to icons and samples2006-04-26, by Chris Cannam
- * Fix crash in spectrogram layer when replacing model2006-04-26, by Chris Cannam
- * Some work on reloading play parameters from file (not quite working yet)2006-04-26, by Chris Cannam
- * Pull out temporary directory management into its own class2006-04-25, by Chris Cannam
- * Update Windows Vamp plugin search path2006-04-24, by Chris Cannam
- * Avoid instantiating a plugin twice when configuring it (the min/max channel2006-04-24, by Chris Cannam
- * Replace crash with warning when a transform could not be automatically2006-04-13, by Chris Cannam
- * Add BZipFileDevice to handle bzip2 compress/uncompress without all that2006-04-12, by Chris Cannam
- * Implement harmonic cursor in spectrogram2006-04-10, by Chris Cannam
- * Create temporary directory, cleaned up on exit, and use it to store2006-04-10, by Chris Cannam
- * Fix long-standing off-by-1 bug in WaveFileModel that was getting us the wrong2006-04-07, by Chris Cannam
- * fix compile warnings and genuine int/size_t overflow2006-04-06, by Chris Cannam
- * fix to plugin output resolution2006-04-06, by Chris Cannam
- * Remove dsp directory. This is now the qm-dsp library used by2006-04-06, by Chris Cannam
- * Support latest changes to Vamp API (value names for parameters, FFT2006-04-05, by Chris Cannam
- * Make the item-edit dialog do something useful2006-04-03, by Chris Cannam
- * Support plugins returning 0 for preferred block/step size2006-04-03, by Chris Cannam
- * Add support for frequency-domain inputs to Vamp plugins2006-03-31, by Chris Cannam
- * Modify to use Vamp SDK for proper feature extraction plugins.2006-03-31, by Chris Cannam
- * Add stub for item-edit dialog (for editing properties of an item on double-2006-03-30, by Chris Cannam
- * Ensure plugin parameters for a transform are saved in the .sv file and2006-03-30, by Chris Cannam
- * Add auto-normalize option to waveform layer2006-03-29, by Chris Cannam
- fixed some problems with building the latest revision on the mac2006-03-28, by Martin Gasser
- * adjust for latency if the plugin reports it2006-03-27, by Chris Cannam
- * More structural work on feature extraction plugin C <-> C++ adapter2006-03-27, by Chris Cannam
- * Sketch for host side of the plugin C++ <-> C bridge. This will be simpler2006-03-24, by Chris Cannam
- * Add C API for feature extraction plugins2006-03-24, by Chris Cannam
- * Add editing for auralisation plugin parameters and programs2006-03-23, by Chris Cannam
- * Add plugin parameter dialog, and use it to set up parameters for feature2006-03-22, by Chris Cannam
- * added to- and from- XML methods to PluginInstance2006-03-22, by Chris Cannam
- fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram2006-03-21, by Martin Gasser
- * Create a new time instants layer if Enter is hit when there is no existing2006-03-20, by Chris Cannam
- * Update licensing rubric for GPL2006-03-20, by Chris Cannam
- * Make RealTimePluginInstances also provide the PluginInstance interface2006-03-20, by Chris Cannam
- * Pull out parameter/description query methods from FeatureExtractionPlugin2006-03-20, by Chris Cannam
- * Set indent-tabs-mode to nil in Emacs mode direction2006-03-20, by Chris Cannam
- * update TODO, some tidying2006-03-20, by Chris Cannam
- * Add menu for re-adding existing layers2006-03-17, by Chris Cannam
- * Add Insert Instant function in main window2006-03-16, by Chris Cannam
- * Restore proper channel selection support for new layers2006-03-15, by Chris Cannam
- * Use commands for add/delete pane in main window2006-03-13, by Chris Cannam
- * More document structure / main window / file I/O work2006-03-10, by Chris Cannam
- * more MainWindow/Document stuff2006-03-08, by Chris Cannam
- * Further MainWindow -> Document refactoring2006-03-08, by Chris Cannam
- * A bit more work on main window / document / commands stuff. This is still2006-03-06, by Chris Cannam
- * Fix a crash in PortAudio output for mono data2006-03-03, by Chris Cannam
- * Continue MainWindow refactoring by making MainWindow actually use the new2006-03-03, by Chris Cannam
- MacOS fixes, TonalChangeDetector added2006-03-03, by Martin Gasser
- * Refactor Layer classes so as no longer to store a single View pointer;2006-03-02, by Chris Cannam
- * Rejig project file a bit to do pkg-config detection &c2006-03-01, by Chris Cannam
- * Add "Export Audio File" option2006-02-27, by Chris Cannam
- * Rearrange spectrogram cacheing so that gain, normalization, instantaneous2006-02-23, by Chris Cannam
- * Improvements to text layer editing, and implement file I/O for it2006-02-20, by Chris Cannam
- * Add TextModel and TextLayer types2006-02-20, by Chris Cannam
- * As previous commit2006-02-17, by Chris Cannam
- * Implement play mute, level and pan controls and a layer visibility control2006-02-17, by Chris Cannam
- * Add LED button2006-02-15, by Chris Cannam
- * Change SpectrogramLayer to use its own cache type instead of a QImage2006-02-14, by Chris Cannam
- * Add the Note layer for pianoroll-type display of note-type data2006-02-10, by Chris Cannam
- * Add basics of MIDI file import. Doesn't actually create the model yet.2006-02-09, by Chris Cannam
- * Add ffwd/rewind2006-02-08, by Chris Cannam
- * Rationalise the local feature identification API in Layer subclasses2006-02-06, by Chris Cannam
- * Some fixes to waveform layer greyscaling2006-02-03, by Chris Cannam
- * Add natty segmentation display to time-value layer. Need to do the same2006-02-02, by Chris Cannam
- * Refactor sparse models. Previously the 1D and time-value models duplicated2006-02-02, by Chris Cannam
- * Add Chromagram plugin, and make a number of fixes to the dense 3d model2006-02-01, by Chris Cannam
- * Add Zero Crossings output from zc plugin (as well as Zero Crossings Count)2006-01-31, by Chris Cannam
- * Update some copyright notice dates2006-01-31, by Chris Cannam
- * Add command history class, and basic undo/redo menus. No actual commands2006-01-30, by Chris Cannam
- * Add getXForFrame / getFrameForX in preference to using the zoom level everywhere2006-01-30, by Chris Cannam
- * Introduce potentially-separate read and write ring buffers, so we can swap2006-01-27, by Chris Cannam
- * Add basic drag editing of time instants.2006-01-26, by Chris Cannam
- * Add ability to create empty layers for editing2006-01-26, by Chris Cannam
- * Fixes to playback of short looped files, of synthesised content within looped2006-01-26, by Chris Cannam
- * Fix update and play limits for play-selection mode when not looping2006-01-25, by Chris Cannam
- * Add play-selection and looping modes. Looping seems to work OK, but2006-01-24, by Chris Cannam
- * Hook up tool selection buttons to switch the cursor mode2006-01-23, by Chris Cannam
- * Add more icons and rationalise menu options to the usual set (on the File menu)2006-01-19, by Chris Cannam
- * Rework handling of layer properties in file I/O -- we now get the individual2006-01-19, by Chris Cannam
- * Hook up SV file i/o. You can now save and load sessions.2006-01-17, by Chris Cannam
- * Session file save, and the skeleton of session file load.2006-01-13, by Chris Cannam
- * Beginnings of session save code2006-01-12, by Chris Cannam
- * Update copyrights to 20062006-01-12, by Chris Cannam
- * Debug2006-01-12, by Chris Cannam
- initial import2006-01-10, by Chris Cannam