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
Moved ASoundPlayer::mixSoundPlayerChannels() and ASoundRecord::onData() back to being protected More... almost 23 years ago
Reorganized the backend TODO More... almost 23 years ago
Reorganized the backend TODO More... almost 23 years ago
Somewhat prioritized the frontend TODO list More... almost 23 years ago
Somewhat prioritized the frontend TODO list More... almost 23 years ago
Added a note about putting ReZound up on flipcode.com when it's presentable More... almost 23 years ago
Added a note about putting ReZound up on flipcode.com when it's presentable More... almost 23 years ago
Added FXConstantParamValue::setHelpText() More... almost 23 years ago
Added FXConstantParamValue::setHelpText() Updated the TODO on this More... almost 23 years ago
Made the CueListDialog have a fixed width font. More... almost 23 years ago
Made the CueListDialog have a fixed width font. Updated the TODO concerting this task More... almost 23 years ago
Made TPoolFile::backupSAT() public so that ASoundRecord can call that after recording stops since TPoolFile::insertSpace doesn't call it Changed the TODO concerning better getting untitled filenames Changed the TODO concerning this backupSAT situation More... almost 23 years ago
Made TPoolFile::backupSAT() public so that ASoundRecord can call that after recording stops since TPoolFile::insertSpace doesn't call it More... almost 23 years ago
Implemented CrawSoundTranslator. I changed ClibaudiofileSoundTranslator a little so that I could derive CrawSoundTranslator from ClibaudiofileSoundTranslator and use libaudiofile's ability to handle raw format too, and libaudiofile can do virtual format conversion for me. More... almost 23 years ago
Implemented CrawSoundTranslator. I changed ClibaudiofileSoundTranslator a little so that I could derive CrawSoundTranslator from ClibaudiofileSoundTranslator and use libaudiofile's ability to handle raw format too, and libaudiofile can do virtual format conversion for me. However, I did test the code, but there is still no frontend provisions for the user to say that he wants to handle the data as raw. Also lacking is the ability to specify the parameters of the raw data. This is a problem I have yet to solve anyway for compression paramters as well. More... almost 23 years ago
Fixed a bug I knew about, now ASoundFileManager::getUntitledFilename also consults the list of loaded filenames as well as the file system when determining what an available filename is More... almost 23 years ago
Fixed a bug I knew about, now ASoundFileManager::getUntitledFilename also consults the list of loaded filenames as well as the file system when determining what an available filename is More... almost 23 years ago
Enhanced CStatusComm to break long error messages into multiple lines so that the message box doesn't become wider than the screen More... almost 23 years ago
Enhanced CStatusComm to break long error messages into multiple lines so that the message box doesn't become wider than the screen More... almost 23 years ago
Justed updated a comment and a TODO item More... almost 23 years ago
Justed updated a comment and a TODO item More... almost 23 years ago
Updated the user's TODO about the new ability to convert between file formats easily More... almost 23 years ago
Updated the user's TODO about the new ability to convert between file formats easily More... almost 23 years ago
Did a huge code reorganization which in it self wasn't so large except that it require change a large portion of all the source files Renamed ASound to CSound since now you don't derive from it to create the multiple format implementations. Now you derived from ASoundTranslator for each format to support. The derivation converts to and from the internal format. Moved most of the definitions in the top of ASound.h/CSound.h into a file, CSound_defs.h so that you don't have to include all of CSound when you only need sample_pos_t Removed some of the commented code prior to using the STL Removed CSoundManager and CSoundManagerClient. It was an extra level of management/book-keeping that wasn't necessary. Now ASoundFileManager does it all. Changed ASoundFileManger to use the ASoundTranslator objects for loading/saving. Added ASoundFileManager::getTranslated which given a file name attempts to find the translator that should support that format. Later, I may have an enum parameter to this method which explicitly says which format is desired, reguardless of the filename's extension or the file's data Also in the furture, I could have that method iterate through a list of registered translator objects and which could be setup once at run-time in the beginning to be used from then on which would be conducive to the idea of plugins. Now, with the new translator idea, you can convert between formats with ease, by just using save-as. Prior, all you could do was copy/paste to convert between file formats. Made ASoundFileManager::save not have deconstructed everything already if an error occurs while saving Better provisions made for supporting a raw file format, yet not complete yet. Now, the filename of an opened sound is an attribute of CLoadedSound instead of the ASound object... This wasn't completly necessary, but it gives more flexability if we wanted to use truely random filenames for the working file of the CSound object. Updated the TODO lists concerning these tasks More... almost 23 years ago
Did a huge code reorganization which in it self wasn't so large except that it require change a large portion of all the source files More... almost 23 years ago
Added using namespace std; to common.h which should make compilation on g++-3.0 work, and won't cause any problems with earlier versions. I can't test it, because my libs are compiled with gcc-2.95 More... almost 23 years ago
Added using namespace std; to common.h which should make compilation on g++-3.0 work, and won't cause any problems with earlier versions. I can't test it, because my libs are compiled with gcc-2.95 More... almost 23 years ago
Updated More... almost 23 years ago
Updated More... almost 23 years ago
simplified More... almost 23 years ago