openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ReZound
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 116 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Moved ASoundPlayer::mixSoundPlayerChannels() and ASoundRecord::onData() back to being protected
ddurham
More...
almost 23 years ago
Reorganized the backend TODO
ddurham
More...
almost 23 years ago
Reorganized the backend TODO
ddurham
More...
almost 23 years ago
Somewhat prioritized the frontend TODO list
ddurham
More...
almost 23 years ago
Somewhat prioritized the frontend TODO list
ddurham
More...
almost 23 years ago
Added a note about putting ReZound up on flipcode.com when it's presentable
ddurham
More...
almost 23 years ago
Added a note about putting ReZound up on flipcode.com when it's presentable
ddurham
More...
almost 23 years ago
Added FXConstantParamValue::setHelpText()
ddurham
More...
almost 23 years ago
Added FXConstantParamValue::setHelpText() Updated the TODO on this
ddurham
More...
almost 23 years ago
Made the CueListDialog have a fixed width font.
ddurham
More...
almost 23 years ago
Made the CueListDialog have a fixed width font. Updated the TODO concerting this task
ddurham
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
ddurham
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
ddurham
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.
ddurham
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.
ddurham
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
ddurham
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
ddurham
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
ddurham
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
ddurham
More...
almost 23 years ago
Justed updated a comment and a TODO item
ddurham
More...
almost 23 years ago
Justed updated a comment and a TODO item
ddurham
More...
almost 23 years ago
Updated the user's TODO about the new ability to convert between file formats easily
ddurham
More...
almost 23 years ago
Updated the user's TODO about the new ability to convert between file formats easily
ddurham
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
ddurham
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
ddurham
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
lergnom
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
lergnom
More...
almost 23 years ago
Updated
lergnom
More...
almost 23 years ago
Updated
lergnom
More...
almost 23 years ago
simplified
lergnom
More...
almost 23 years ago
←
1
2
…
112
113
114
115
116
117
118
119
120
…
130
131
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree