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
Changed the way CSoundWindow changes the playing/paused LED state in hopes to fix the Xlib error which can even crash the whole X server. The state was being changed in the trigger function which amounts to changing the state in a whole other thread. Now I change the state in the timer handler which FOX calls as the same thread. More... over 23 years ago
Added some icons for file operations just to see what it should look like. These will probably not stay More... over 23 years ago
Added some icons for file operations just to see what it should look like. These will probably not stay More... over 23 years ago
Updated TODO More... over 23 years ago
Updated TODO More... over 23 years ago
Added a TODO about a punch-in record More... over 23 years ago
Added a TODO about a punch-in record More... over 23 years ago
Updated ASoundFileManager to remove the initial 1 sample This is temporary until CSound can contain zero length Made CRecordSoundClipboard also do it in the same way More... over 23 years ago
Updated ASoundFileManager to remove the initial 1 sample More... over 23 years ago
Updated backend TODO More... over 23 years ago
Updated backend TODO More... over 23 years ago
Updated TODO about having tried presets displayed as a combobox instead of a list box More... over 23 years ago
Updated TODO about having tried presets displayed as a combobox instead of a list box More... over 23 years ago
Added provisions to allow the native ReZound format to not have to be in the native bit rate Now, CrezSoundTransltor does more work than a call to TPoolFile::copyToFile(). Added progress bars while loading and saving the native ReZound format Updated the TODO list regarding these issues. More... over 23 years ago
Added provisions to allow the native ReZound format to not have to be in the native bit rate More... over 23 years ago
Made it reopen the file save dialog if the user chose not to overwrite the file More... over 23 years ago
Made it reopen the file save dialog if the user chose not to overwrite the file More... over 23 years ago
Fixed an inaccuracy in the way I calculated the RMS for level detection Added a TODO and a comment about handling other data types in CrezSoundTranslator More... over 23 years ago
Fixed an inaccuracy in the way I calculated the RMS for level detection More... over 23 years ago
Added CDSPCompressor::processFrame which uses all the channels in a single sample frame to use for level detection and adjusts the volume of all the samples in a frame the same way More... over 23 years ago
Added CDSPCompressor::processFrame which uses all the channels in a single sample frame to use for level detection and adjusts the volume of all the samples in a frame the same way I need to add a checkbox to the frontend which turns this feature on and off More... over 23 years ago
Fixed for make distcheck More... over 23 years ago
Fixed for make distcheck More... over 23 years ago
Added drawing faint lines at -dBFS on the wave view More... over 23 years ago
Added drawing faint lines at -dBFS on the wave view More... over 23 years ago
Fixed a mistaken formula in one of dB_to_scalar and scalar_to_dB More... over 23 years ago
Fixed a mistaken formula in one of dB_to_scalar and scalar_to_dB More... over 23 years ago
Added TODOs More... over 23 years ago
Added TODOs More... over 23 years ago
Created a dialog for setting the compression parameters Later I hope to experiment enough with the parameters to create presets. I would like for someone with more expertice working with compressors to evaluate the quality More... over 23 years ago