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 120 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Minor cosmetic change to CRecordDialog
ddurham
More...
almost 23 years ago
I finally found the bug which occasionally occured in COSSSoundRecorder where it would hang after recording and pressing okay.
ddurham
More...
almost 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.
ddurham
More...
almost 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
ddurham
More...
almost 23 years ago
Added support for a max duration to record.
ddurham
More...
almost 23 years ago
Fixed a minor bug with the selection position spinners on CSoundWindow
ddurham
More...
almost 23 years ago
Fixed a minor bug with the selection position spinners on CSoundWindow
ddurham
More...
almost 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
ddurham
More...
almost 23 years ago
Made further changes to the recording code.
ddurham
More...
almost 23 years ago
Added the include of common.h to files that needed it
ddurham
More...
almost 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
ddurham
More...
almost 23 years ago
Made CNewSoundDialog put the gPromptDialogDir infront of untitled0.rez which is its default value
ddurham
More...
almost 23 years ago
Made CNewSoundDialog put the gPromptDialogDir infront of untitled0.rez which is its default value
ddurham
More...
almost 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
lergnom
More...
almost 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
lergnom
More...
almost 23 years ago
Made ReZound close the newly created sound for recording if no sound was effectivly recorded and okay was pressed
ddurham
More...
almost 23 years ago
Made ReZound close the newly created sound for recording if no sound was effectivly recorded and okay was pressed
ddurham
More...
almost 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.
ddurham
More...
almost 23 years ago
Fixed a little big in ASound::saveMetaData where it wasn't writing the current version to the file.
ddurham
More...
almost 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
ddurham
More...
almost 23 years ago
Made ASoundFileManager redraw the active window when recording is done.
ddurham
More...
almost 23 years ago
minor adjustments to the was the isModified flag is set when a file is loaded
ddurham
More...
almost 23 years ago
minor adjustments to the was the isModified flag is set when a file is loaded
ddurham
More...
almost 23 years ago
*** empty log message ***
ddurham
More...
almost 23 years ago
*** empty log message ***
ddurham
More...
almost 23 years ago
Marked off some TODOs
ddurham
More...
almost 23 years ago
Marked off some TODOs
ddurham
More...
almost 23 years ago
Changed ASound's constructors to set _isModifed to true so that newly created and recorded sounds are seen as not saved
ddurham
More...
almost 23 years ago
Changed ASound's constructors to set _isModifed to true so that newly created and recorded sounds are seen as not saved
ddurham
More...
almost 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
ddurham
More...
almost 23 years ago
←
1
2
…
116
117
118
119
120
121
122
123
124
…
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