log

age author description
2006-05-05 Chris Cannam ...
2006-05-05 Chris Cannam * Add a method in System.{cpp,h} to try to establish whether a process of a
2006-05-04 Chris Cannam * Reduce number of allocations and deallocations by keeping a spare buffer
2006-05-04 Chris Cannam * Introduce simple non-RT thread base class
2006-05-04 Chris Cannam * Add file reader thread, and make the matrix file code use it to preload
2006-05-03 Chris Cannam * Add property labels to property containers (so i18n() won't affect file format)
2006-05-03 Chris Cannam * Remove mmap-based code again. We can be more efficient with read().
2006-05-03 Chris Cannam ...
2006-05-03 Chris Cannam * minor changes for win32
2006-05-03 Chris Cannam * Switch spectrogram layer over to using the new rudimentary disk-backed
2006-05-03 Martin Gasser added ogg, fishsound, rdf libraries to deploy script
2006-05-02 Chris Cannam * Just skeleton bits of file-based FFT cache
2006-05-02 Chris Cannam * Start factoring out the spectrogram's FFT cache into a separate set of
2006-04-27 Chris Cannam * Add file open/save operations to main toolbar
2006-04-27 Chris Cannam * Ensure consistent ordering of layer text labels
2006-04-26 Chris Cannam * Compile fix in DSSIPluginInstance, add origin notes to icons and samples
2006-04-26 Chris Cannam * Fix crash in spectrogram layer when replacing model
2006-04-26 Chris Cannam * Some work on reloading play parameters from file (not quite working yet)
2006-04-25 Chris Cannam * Pull out temporary directory management into its own class
2006-04-24 Chris Cannam * Update Windows Vamp plugin search path
2006-04-24 Chris Cannam * Avoid instantiating a plugin twice when configuring it (the min/max channel
2006-04-13 Chris Cannam * Replace crash with warning when a transform could not be automatically
2006-04-12 Chris Cannam * Add BZipFileDevice to handle bzip2 compress/uncompress without all that
2006-04-10 Chris Cannam * Implement harmonic cursor in spectrogram
2006-04-10 Chris Cannam * Create temporary directory, cleaned up on exit, and use it to store
2006-04-07 Chris Cannam * Fix long-standing off-by-1 bug in WaveFileModel that was getting us the wrong
2006-04-06 Chris Cannam * fix compile warnings and genuine int/size_t overflow
2006-04-06 Chris Cannam * fix to plugin output resolution
2006-04-06 Chris Cannam * Remove dsp directory. This is now the qm-dsp library used by
2006-04-05 Chris Cannam * Support latest changes to Vamp API (value names for parameters, FFT
2006-04-03 Chris Cannam * Make the item-edit dialog do something useful
2006-04-03 Chris Cannam * Support plugins returning 0 for preferred block/step size
2006-03-31 Chris Cannam * Add support for frequency-domain inputs to Vamp plugins
2006-03-31 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.
2006-03-30 Chris Cannam * Add stub for item-edit dialog (for editing properties of an item on double-
2006-03-30 Chris Cannam * Ensure plugin parameters for a transform are saved in the .sv file and
2006-03-29 Chris Cannam * Add auto-normalize option to waveform layer
2006-03-28 Martin Gasser fixed some problems with building the latest revision on the mac
2006-03-27 Chris Cannam * adjust for latency if the plugin reports it
2006-03-27 Chris Cannam * More structural work on feature extraction plugin C <-> C++ adapter
2006-03-24 Chris Cannam * Sketch for host side of the plugin C++ <-> C bridge. This will be simpler
2006-03-24 Chris Cannam * Add C API for feature extraction plugins
2006-03-23 Chris Cannam * Add editing for auralisation plugin parameters and programs
2006-03-22 Chris Cannam * Add plugin parameter dialog, and use it to set up parameters for feature
2006-03-22 Chris Cannam * added to- and from- XML methods to PluginInstance
2006-03-21 Martin Gasser fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram
2006-03-20 Chris Cannam * Create a new time instants layer if Enter is hit when there is no existing
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Make RealTimePluginInstances also provide the PluginInstance interface
2006-03-20 Chris Cannam * Pull out parameter/description query methods from FeatureExtractionPlugin
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-03-20 Chris Cannam * update TODO, some tidying
2006-03-17 Chris Cannam * Add menu for re-adding existing layers
2006-03-16 Chris Cannam * Add Insert Instant function in main window
2006-03-15 Chris Cannam * Restore proper channel selection support for new layers
2006-03-13 Chris Cannam * Use commands for add/delete pane in main window
2006-03-10 Chris Cannam * More document structure / main window / file I/O work
2006-03-08 Chris Cannam * more MainWindow/Document stuff
2006-03-08 Chris Cannam * Further MainWindow -> Document refactoring
2006-03-06 Chris Cannam * A bit more work on main window / document / commands stuff. This is still