summaryrefslogtreecommitdiff
path: root/plugins/converter/converter.c
Commit message (Collapse)AuthorAge
...
* finalized converter guiGravatar waker2011-03-13
|
* use proper dsp preset functions in converter pluginGravatar waker2011-03-12
|
* fixed all plugins for the API changesGravatar waker2011-03-09
|
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* converter compile fixGravatar waker2011-01-06
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* converter now favors $TMPDIR where applicableGravatar waker2010-12-30
|
* streamer dsp chain WIPGravatar waker2010-12-30
|
* delete temp files after conversionGravatar waker2010-12-28
|
* new formatting of converter input and output filenames - %i and %o respectivelyGravatar waker2010-12-28
| | | | using mktemp for temporary file
* fixed few bugs in converter gui;Gravatar waker2010-12-28
| | | | added abort functionality to converter
* converter gui is now thread-safe, and runs conversion in background thread(s)Gravatar waker2010-12-27
|
* improved gui script:Gravatar waker2010-12-27
| | | | | | | | | added support for spinbtn and combobox changed API to allow generic use (e.g. for dsp plugins) dsp set/get_param are now using strings instead of floats dsp plugins are now using gui script fixed many errors in converter and its gui supereq set/get_param now uses dBs instead of amplitude
* updated converter to DSP plugin API changeGravatar waker2010-12-14
|
* renamed DB_dsp_instance_t to ddb_dsp_context_tGravatar waker2010-12-14
|
* moved converter logic code to separate pluginGravatar waker2010-12-14