1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created a dialog for setting the compression parameters More... almost 23 years ago
Checked CCompressor to be correct in handling dBs instead of sample's values. I based this on something I read in the comp.dsp news group in response to my posting More... almost 23 years ago
Checked CCompressor to be correct in handling dBs instead of sample's values. I based this on something I read in the comp.dsp news group in response to my posting More... almost 23 years ago
Added some TODOs More... almost 23 years ago
Added some TODOs More... almost 23 years ago
Further attempting to correctly implement a DPS block for a compressor More... almost 23 years ago
Further attempting to correctly implement a DPS block for a compressor More... almost 23 years ago
Added conversions functions between dBFS and sample values More... almost 23 years ago
Added conversions functions between dBFS and sample values More... almost 23 years ago
Added some comments about other related open-source projects in the README More... almost 23 years ago
Added some comments about other related open-source projects in the README More... almost 23 years ago
Fixed a booboo where I left out a '/' when building an available filename More... almost 23 years ago
Fixed a booboo where I left out a '/' when building an available filename More... almost 23 years ago
Initial checkin for adding a dynamic range compressor action More... almost 23 years ago
Initial checkin for adding a dynamic range compressor action More... almost 23 years ago
minor More... almost 23 years ago
minor More... almost 23 years ago
Added some TODOs More... almost 23 years ago
Added some TODOs More... almost 23 years ago
Added a backend TODO More... almost 23 years ago
Added a backend TODO More... almost 23 years ago
Enhanced TSoundStretcher to use linear interpolation when stretching the sound. It uses a pointer to a method to choose the implementation depending on the stretch parameters More... almost 23 years ago
Enhanced TSoundStretcher to use linear interpolation when stretching the sound. It uses a pointer to a method to choose the implementation depending on the stretch parameters More... almost 23 years ago
Fixed a little booboo More... almost 23 years ago
Fixed a little booboo More... almost 23 years ago
Fixed a minor bug that had big effects when the focus method was fmFocusButton More... almost 23 years ago
Fixed a minor bug that had big effects when the focus method was fmFocusButton More... almost 23 years ago
Updated the TODO_FOR_USERS_TO_READ More... almost 23 years ago
Updated the TODO_FOR_USERS_TO_READ More... almost 23 years ago
Made CFrontendHooks intantiate two FXFileDialogs for open and save instead of using the quick-and-dirty static methods of FXFileDialog. Now, consecutive uses of the dialog won't forget the previous state of the dialog on the last use. renamed AFrontendHooks::promptForOpen to promptForOpenSoundFilename (same for Save) CNewSoundDialog now uses gFrontendHooks for showing the file dialog instead of making its own. More... almost 23 years ago