2006-10-24 |
Martin Gasser |
#include <math.h> required on OSX
|
2006-10-20 |
Chris Cannam |
* Tidy up panes menu
|
2006-10-20 |
Chris Cannam |
* Add Pane menu entries for generating spectrogram etc from non-main models
|
2006-10-19 |
Chris Cannam |
* Rename the existing Panner to Overview (big duh!)
|
2006-10-18 |
Chris Cannam |
* A start to a panner widget to go with thumbwheels
|
2006-10-17 |
Chris Cannam |
* Fix signal name
|
2006-10-17 |
Chris Cannam |
* (Temporarily?) restore layer hierarchy window
|
2006-10-17 |
Chris Cannam |
* Fix slowness in serving FFT values to feature extraction plugin transform
|
2006-10-17 |
Chris Cannam |
* Make audio dial remember its more accurate mapped value as well as its
|
2006-10-17 |
Chris Cannam |
* Introduce PlaySpeedRangeMapper for playback speed dial
|
2006-10-17 |
Chris Cannam |
* Avoid showing input selection and channel selection for generator plugins
|
2006-10-16 |
Chris Cannam |
* Fix return value from xrun callback
|
2006-10-16 |
Chris Cannam |
* Add spectrum icon
|
2006-10-13 |
Chris Cannam |
* Simplify maker names in plugin menu
|
2006-10-12 |
Chris Cannam |
* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
|
2006-10-11 |
Chris Cannam |
* Tidy up plugin parameter dialog by switching it to a simple constructor
|
2006-10-10 |
Chris Cannam |
* Handle generator transforms (plugins whose channel count isn't dependent on
|
2006-10-09 |
Chris Cannam |
* Some dull work to continue unifying the fft model and editable dense 3d model
|
2006-10-06 |
Chris Cannam |
* Various improvements to colour 3d plot layer, particularly for large and/or
|
2006-10-05 |
Chris Cannam |
* More transforms in recent transforms menu
|
2006-10-05 |
Chris Cannam |
...
|
2006-10-05 |
Chris Cannam |
...
|
2006-10-05 |
Chris Cannam |
* Add --no-audio option to avoid opening any audio output device
|
2006-10-05 |
Chris Cannam |
* When setting a new model on a layer, don't delete the old one until after
|
2006-10-04 |
Chris Cannam |
...
|
2006-10-04 |
Chris Cannam |
...
|
2006-10-04 |
Chris Cannam |
* Bypass auditioning plugin on xrun
|
2006-10-04 |
Chris Cannam |
* Audition effects plugins during playback
|
2006-10-03 |
Chris Cannam |
* Some fixes to updating of writable wave file models
|
2006-10-03 |
Chris Cannam |
* Introduce WritableWaveFileModel, and use it as an output model for audio
|
2006-10-03 |
Chris Cannam |
* Restructure WavFileWriter a bit to permit writing from raw data as well as
|
2006-09-25 |
Chris Cannam |
* Add a friendlier setup mechanism to SubdividingMenu, and use it for all the
|
2006-09-25 |
Chris Cannam |
* Pull alphabetical categorisation code out into a SubdividingMenu class
|
2006-09-22 |
Chris Cannam |
* Add a bit of resistance to pane dragging so as to make it harder to
|
2006-09-22 |
Chris Cannam |
* Pull transforms out of Layer menu (again) and into a separate Transforms
|
2006-09-21 |
Chris Cannam |
* Add support for plugin classification using category files.
|
2006-09-21 |
Chris Cannam |
* Make resampler quality configurable
|
2006-09-21 |
Chris Cannam |
* Buffer size fixes in the time stretcher, to avoid running out of input data
|
2006-09-20 |
Chris Cannam |
* save and restore step/blocksize etc
|
2006-09-20 |
Chris Cannam |
* Handle plugins with weird block size requirements properly
|
2006-09-20 |
Chris Cannam |
* stepsize/blocksize from plugin dialog actually working, though with some
|
2006-09-19 |
Chris Cannam |
* More to do with passing around step/blocksize etc from plugin dialog to
|
2006-09-18 |
Chris Cannam |
* Add mono timestretch toggle button; some more work on getting blocksize etc
|
2006-09-15 |
Chris Cannam |
* Add setRatio method to the time stretcher, and make it possible to change
|
2006-09-15 |
Chris Cannam |
* Put channel and windowing parameters on an "advanced" bit of the plugin
|
2006-09-15 |
Chris Cannam |
...
|
2006-09-15 |
Chris Cannam |
* add samplerate parameter to timestretcher (not properly used yet),
|
2006-09-14 |
Chris Cannam |
* Add some internal feedback to the time stretcher to try to make it maintain
|
2006-09-14 |
Chris Cannam |
* restructure time stretcher somewhat so as to do transient detection on
|
2006-09-14 |
Chris Cannam |
...
|
2006-09-14 |
Chris Cannam |
* avoid using n2 in processBlock
|
2006-09-13 |
Chris Cannam |
* Fix phase calculation for percussive frames, and some tweaks -- we can do
|
2006-09-13 |
Chris Cannam |
* substantial enhancements to time stretcher:
|
2006-09-13 |
Chris Cannam |
* timestretcher improvements -- simplify API (it can calculate its own
|
2006-09-13 |
Chris Cannam |
* IntegerTimeStretcher -> PhaseVocoderTimeStretcher (no longer confined to
|
2006-09-12 |
Chris Cannam |
* various fixes in the time stretcher
|
2006-09-12 |
Chris Cannam |
* Some work on making the time stretcher squash as well as stretch
|
2006-09-12 |
Chris Cannam |
* Add session management support (commitData)
|
2006-09-11 |
Chris Cannam |
* add window size/increment/shape settings to plugin parameter dialog, though
|
2006-09-11 |
Chris Cannam |
* Pull window type selector and shape preview out into their own widgets
|