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
Added support for FOX-1.2 More... about 21 years ago
Added support for FOX-1.2 More... about 21 years ago
Fixed the "RemoveDC" action when using floats.. it was rounding to the nearest one before doing anything (doesn't work when floats' values are [-1,1]) More... about 21 years ago
Fixed the "RemoveDC" action when using floats.. it was rounding to the nearest one before doing anything (doesn't work when floats' values are [-1,1]) More... about 21 years ago
wasn't invalidating the peakchunk data More... about 21 years ago
wasn't invalidating the peakchunk data More... about 21 years ago
Added "Adaptive Normalize..." to the "Remaster" menu More... about 21 years ago
Added "Adaptive Normalize..." to the "Remaster" menu More... about 21 years ago
Added a comment about using ATAPI: More... about 21 years ago
Added a comment about using ATAPI: More... about 21 years ago
Added a frontend dialog for using the adaptive normalize action More... about 21 years ago
Added a frontend dialog for using the adaptive normalize action More... about 21 years ago
Added an adaptive normalize method which adjusts the amplitude inversely proportional to the signal level More... about 21 years ago
Added an adaptive normalize method which adjusts the amplitude inversely proportional to the signal level More... about 21 years ago
moved the code in CSound that returns a formatted string from a number of seconds into a function in unit_conv.h, seconds_to_string() More... about 21 years ago
moved the code in CSound that returns a formatted string from a number of seconds into a function in unit_conv.h, seconds_to_string() More... about 21 years ago
Now, if you close a file, it asks you to save, you hit "Yes", but you cancel from a save-parameters prompt, it won't close the file anyway! More... about 21 years ago
Now, if you close a file, it asks you to save, you hit "Yes", but you cancel from a save-parameters prompt, it won't close the file anyway! Same if closing while quitting ReZound More... about 21 years ago
fixed a bug in the seek offset calculations that only showed up above 2gigs and not very often More... about 21 years ago
fixed a bug in the seek offset calculations that only showed up above 2gigs and not very often More... about 21 years ago
minor More... about 21 years ago
minor More... about 21 years ago
This should have been commited with the previous CSound.cpp commit More... about 21 years ago
This should have been commited with the previous CSound.cpp commit More... about 21 years ago
minor oops More... about 21 years ago
minor oops More... about 21 years ago
Fixed a big with .ogg and cues not loading correctly. Since ogg loads by adding space as it goes, the cues were getting adjusted each time space was added. More... about 21 years ago
Fixed a big with .ogg and cues not loading correctly. Since ogg loads by adding space as it goes, the cues were getting adjusted each time space was added. More... about 21 years ago
Fixed a bug where a cue's position may get erroneously changed because clickedCue happened to be the index to an existing cue and the mouseMove event thought the cue was being dragged. More... about 21 years ago
Fixed a bug where a cue's position may get erroneously changed because clickedCue happened to be the index to an existing cue and the mouseMove event thought the cue was being dragged. More... about 21 years ago