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
touch up-s More... over 23 years ago
Forgot to cvs add Makefile.am and cvs remmove Makeifle. Everything should work out fine now. More... over 23 years ago
Forgot to cvs add Makefile.am and cvs remmove Makeifle. Everything should work out fine now. More... over 23 years ago
Fixed a little mistake in frontend Makefile.am More... over 23 years ago
Fixed a little mistake in frontend Makefile.am More... over 23 years ago
Integrated CNestedDatafile in as libmiscCN.la (it links into main binary) More... over 23 years ago
Integrated CNestedDatafile in as libmiscCN.la (it links into main binary) More... over 23 years ago
Added to the comments in bootstrap More... over 23 years ago
Added to the comments in bootstrap More... over 23 years ago
booboo in COSSSoundPlayer.cpp More... over 23 years ago
booboo in COSSSoundPlayer.cpp More... over 23 years ago
Added a backend TODO about command line arguments More... over 23 years ago
Added a backend TODO about command line arguments More... over 23 years ago
Added a TODO to the backend More... over 23 years ago
Added a TODO to the backend More... over 23 years ago
Fixed some compatibility issues with fox0.99 More... over 23 years ago
Fixed some compatibility issues with fox0.99 More... over 23 years ago
- In COSSSoundPlayer the ioctl for setting the sample rate can return a different value than was used. More... over 23 years ago
- In COSSSoundPlayer the ioctl for setting the sample rate can return a different value than was used. - I used to throw an exception when this happened, but when testing it on David van Balen's machine I found that it's better to just print a warning and don't worry about it. - This does mean, however, that I need to do interpolation in the CSoundPlayerChannel rather than a simple sample rate conversion. I should implement this to detect if the sample rates are integer multiples of each other and still do the simple way if so. More... over 23 years ago
Created a real Makefile which should compile the test for CNestedDataFile More... over 23 years ago
Created a real Makefile which should compile the test for CNestedDataFile removed 'a' and 't.cpp' More... over 23 years ago
CScope.h was supposed to be CNestedDataFile.h; I renamed it just before I checked it in More... over 23 years ago
CScope.h was supposed to be CNestedDataFile.h; I renamed it just before I checked it in More... over 23 years ago
Added something to a TODO item More... over 23 years ago
Added something to a TODO item More... over 23 years ago
Made CrezSound now only require a shared lock when saving rather than an exclusive lock which caused the sound to pause if it was playing at the same time it was saving More... over 23 years ago
Made CrezSound now only require a shared lock when saving rather than an exclusive lock which caused the sound to pause if it was playing at the same time it was saving More... over 23 years ago
Fixed a major bug/design-flaw in PoolFile where I was potentially confusing seek positions between threads since the seek position was maintained only once in the CMultiFile object in a PoolFile More... over 23 years ago
Fixed a major bug/design-flaw in PoolFile where I was potentially confusing seek positions between threads since the seek position was maintained only once in the CMultiFile object in a PoolFile More... over 23 years ago
Fixed a save bug in CrezSound.cpp and I discovered a more major problem in CPoolFile, but I have a fix and will make it soon More... over 23 years ago