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
Minor cosmetic change to CRecordDialog More... over 23 years ago
I finally found the bug which occasionally occured in COSSSoundRecorder where it would hang after recording and pressing okay. Basically, ost::Thread::wait() does not wait on the thread the die. I don't know what it waits on, and it's not even documented. Now, I use a semephore to syncronize the thread's finishing with closing the OSS input file descriptor. More... over 23 years ago
I finally found the bug which occasionally occured in COSSSoundRecorder where it would hang after recording and pressing okay. More... over 23 years ago
Added support for a max duration to record. More... over 23 years ago
Added support for a max duration to record. If the checkbox is checked and the duration edit isn't zero, then it will stop after that much has been recorded. I added a spinner next to the duration edit box which inc/decrements by 1 second More... over 23 years ago
Fixed a minor bug with the selection position spinners on CSoundWindow More... over 23 years ago
Fixed a minor bug with the selection position spinners on CSoundWindow More... over 23 years ago
Made further changes to the recording code. More... over 23 years ago
Made further changes to the recording code. Implemented cue adding while recording. Added some TODOs All is lacking now is setting a max duration while recording More... over 23 years ago
Added the include of common.h to files that needed it Added a script, /src/VerifySoundFile.sh, which can be used to verify stuff about the source files. Right now, this script makes sure that common.h is included as it should be in all the source files More... over 23 years ago
Added the include of common.h to files that needed it More... over 23 years ago
Made CNewSoundDialog put the gPromptDialogDir infront of untitled0.rez which is its default value More... over 23 years ago
Made CNewSoundDialog put the gPromptDialogDir infront of untitled0.rez which is its default value More... over 23 years ago
Put #define __func__ __PRETTY_FUNCTIONS__ in common.h This is only set if __GNUC__ is defined, which is defined by gcc, look at common.h for details More... over 23 years ago
Put #define __func__ __PRETTY_FUNCTIONS__ in common.h This is only set if __GNUC__ is defined, which is defined by gcc, look at common.h for details More... over 23 years ago
Made ReZound close the newly created sound for recording if no sound was effectivly recorded and okay was pressed More... over 23 years ago
Made ReZound close the newly created sound for recording if no sound was effectivly recorded and okay was pressed More... over 23 years ago
Fixed a little big in ASound::saveMetaData where it wasn't writing the current version to the file. Remove ASound::RFormatInfo0 because it wasn't used by any code. More... over 23 years ago
Fixed a little big in ASound::saveMetaData where it wasn't writing the current version to the file. More... over 23 years ago
Made ASoundFileManager redraw the active window when recording is done. More... over 23 years ago
Made ASoundFileManager redraw the active window when recording is done. And it sets a initial selection on the sound that was recorded More... over 23 years ago
minor adjustments to the was the isModified flag is set when a file is loaded More... over 23 years ago
minor adjustments to the was the isModified flag is set when a file is loaded More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Marked off some TODOs More... over 23 years ago
Marked off some TODOs More... over 23 years ago
Changed ASound's constructors to set _isModifed to true so that newly created and recorded sounds are seen as not saved More... over 23 years ago
Changed ASound's constructors to set _isModifed to true so that newly created and recorded sounds are seen as not saved More... over 23 years ago
Made ASoundFileManager not try to do anything in the revert method if the filename does not exist Made the prvCreateNew check if that filename was already registered before proceeding More... over 23 years ago