1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed FXBackBufferedCanvas-missing from the dist list More... almost 22 years ago
removed FXBackBufferedCanvas-missing from the dist list More... almost 22 years ago
Improved the LADSPA parameter controls a bit. Now it handles sample rate hints and the ranges better All that's left to do is handling the logrithmic hint More... almost 22 years ago
Improved the LADSPA parameter controls a bit. Now it handles sample rate hints and the ranges better More... almost 22 years ago
tweaked the recalculation a little bit when the scalar is changed by adding a round. More... almost 22 years ago
tweaked the recalculation a little bit when the scalar is changed by adding a round. The value creeps while changing the scalar because there is not always a slider position that results in the value perfectly. The way to fix this would be to have another double separate from the slider position that is the master, changing the slider only changes that More... almost 22 years ago
Changed all the action parameter dialog stuff from using function pointers for the interpret/uninterpret values (which translated [0,1] to a parameters value) More... almost 22 years ago
Changed all the action parameter dialog stuff from using function pointers for the interpret/uninterpret values (which translated [0,1] to a parameters value) to a class. The base class is named AActionParamMapper. A class derives from this and implements interpretValue and uninterpretValue. This now being an object I can have data-members in the object that I can set and have more control over things. More... almost 22 years ago
minor More... almost 22 years ago
minor More... almost 22 years ago
fixed incompatibility with older version of reswrap when detecting its version number More... almost 22 years ago
fixed incompatibility with older version of reswrap when detecting its version number More... almost 22 years ago
removed some comments, fixed a floor-ing problem for preset recalls on integer values More... almost 22 years ago
removed some comments, fixed a floor-ing problem for preset recalls on integer values More... almost 22 years ago
Changed some of the wording and fixed an issue where loading a preset might add a source twice More... almost 22 years ago
Changed some of the wording and fixed an issue where loading a preset might add a source twice More... almost 22 years ago
new icon for LADSPA implementation More... almost 22 years ago
new icon for LADSPA implementation More... almost 22 years ago
forgot to include this in the add More... almost 22 years ago
forgot to include this in the add More... almost 22 years ago
added a step to update the i18n stuff More... almost 22 years ago
added a step to update the i18n stuff More... almost 22 years ago
Added a test to see if LADSPA could be supported (currently by testing if we're on a linux platform) More... almost 22 years ago
Added a test to see if LADSPA could be supported (currently by testing if we're on a linux platform) More... almost 22 years ago
Added the creating of menu items for LADSPA plugins More... almost 22 years ago
Added the creating of menu items for LADSPA plugins More... almost 22 years ago
Added frontend hooks to create a LADSPA dialog given a LADSPA_Descriptor More work is needed on the slider controls for LADSPA control inputs. But it works for now. More... almost 22 years ago
Added frontend hooks to create a LADSPA dialog given a LADSPA_Descriptor More... almost 22 years ago
minor More... almost 22 years ago
minor More... almost 22 years ago