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
|
2006-03-03 |
Chris Cannam |
* Fix a crash in PortAudio output for mono data
|
2006-03-03 |
Chris Cannam |
* Continue MainWindow refactoring by making MainWindow actually use the new
|
2006-03-03 |
Martin Gasser |
MacOS fixes, TonalChangeDetector added
|
2006-03-02 |
Chris Cannam |
* Refactor Layer classes so as no longer to store a single View pointer;
|
2006-03-01 |
Chris Cannam |
* Rejig project file a bit to do pkg-config detection &c
|
2006-02-27 |
Chris Cannam |
* Add "Export Audio File" option
|
2006-02-23 |
Chris Cannam |
* Rearrange spectrogram cacheing so that gain, normalization, instantaneous
|
2006-02-20 |
Chris Cannam |
* Improvements to text layer editing, and implement file I/O for it
|
2006-02-20 |
Chris Cannam |
* Add TextModel and TextLayer types
|
2006-02-17 |
Chris Cannam |
* As previous commit
|
2006-02-17 |
Chris Cannam |
* Implement play mute, level and pan controls and a layer visibility control
|
2006-02-15 |
Chris Cannam |
* Add LED button
|
2006-02-14 |
Chris Cannam |
* Change SpectrogramLayer to use its own cache type instead of a QImage
|
2006-02-10 |
Chris Cannam |
* Add the Note layer for pianoroll-type display of note-type data
|
2006-02-09 |
Chris Cannam |
* Add basics of MIDI file import. Doesn't actually create the model yet.
|
2006-02-08 |
Chris Cannam |
* Add ffwd/rewind
|
2006-02-06 |
Chris Cannam |
* Rationalise the local feature identification API in Layer subclasses
|
2006-02-03 |
Chris Cannam |
* Some fixes to waveform layer greyscaling
|
2006-02-02 |
Chris Cannam |
* Add natty segmentation display to time-value layer. Need to do the same
|
2006-02-02 |
Chris Cannam |
* Refactor sparse models. Previously the 1D and time-value models duplicated
|
2006-02-01 |
Chris Cannam |
* Add Chromagram plugin, and make a number of fixes to the dense 3d model
|
2006-01-31 |
Chris Cannam |
* Add Zero Crossings output from zc plugin (as well as Zero Crossings Count)
|
2006-01-31 |
Chris Cannam |
* Update some copyright notice dates
|
2006-01-30 |
Chris Cannam |
* Add command history class, and basic undo/redo menus. No actual commands
|
2006-01-30 |
Chris Cannam |
* Add getXForFrame / getFrameForX in preference to using the zoom level everywhere
|
2006-01-27 |
Chris Cannam |
* Introduce potentially-separate read and write ring buffers, so we can swap
|
2006-01-26 |
Chris Cannam |
* Add basic drag editing of time instants.
|
2006-01-26 |
Chris Cannam |
* Add ability to create empty layers for editing
|
2006-01-26 |
Chris Cannam |
* Fixes to playback of short looped files, of synthesised content within looped
|
2006-01-25 |
Chris Cannam |
* Fix update and play limits for play-selection mode when not looping
|
2006-01-24 |
Chris Cannam |
* Add play-selection and looping modes. Looping seems to work OK, but
|
2006-01-23 |
Chris Cannam |
* Hook up tool selection buttons to switch the cursor mode
|
2006-01-19 |
Chris Cannam |
* Add more icons and rationalise menu options to the usual set (on the File menu)
|
2006-01-19 |
Chris Cannam |
* Rework handling of layer properties in file I/O -- we now get the individual
|
2006-01-17 |
Chris Cannam |
* Hook up SV file i/o. You can now save and load sessions.
|
2006-01-13 |
Chris Cannam |
* Session file save, and the skeleton of session file load.
|
2006-01-12 |
Chris Cannam |
* Beginnings of session save code
|
2006-01-12 |
Chris Cannam |
* Update copyrights to 2006
|
2006-01-12 |
Chris Cannam |
* Debug
|
2006-01-10 |
Chris Cannam |
initial import
|