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 spelling More... almost 22 years ago
minor spelling More... almost 22 years ago
Opps, wasn't giving TSoundStretch *const* CRezPoolAccessers so it was probably writing accessed data back to disk. This should speed things up! More... almost 22 years ago
Opps, wasn't giving TSoundStretch *const* CRezPoolAccessers so it was probably writing accessed data back to disk. This should speed things up! More... almost 22 years ago
- Fixed all problems with the new fox-1.1 library. More... almost 22 years ago
- Fixed all problems with the new fox-1.1 library. - Moved FXBackBufferedCanvas.h from the missing dir, to the frontend_fox dir and I just don't include it unless it didn't get included with fx.h (infering that it's not included in the fox lib still). - To handle whether to include fox files from fox/ or fox-1.1/ I just made fox_compat.h the only file that includes fx.h and all files include it. - The configure script now looks for a libFOX1.1 first, then just libFOX. More... almost 22 years ago
Moved some commonly used interpretValue/uninterpretValue functions into a file, interpretValue.h so I don't have them delcared all over the place in the action dialogs code More... almost 22 years ago
Moved some commonly used interpretValue/uninterpretValue functions into a file, interpretValue.h so I don't have them delcared all over the place in the action dialogs code More... almost 22 years ago
changed the name of bipolar to recipsym More... almost 22 years ago
changed the name of bipolar to recipsym More... almost 22 years ago
Changed the noise gate's threshold units from percent to dBFS More... almost 22 years ago
Changed the noise gate's threshold units from percent to dBFS More... almost 22 years ago
needed to add #include of common.h More... almost 22 years ago
needed to add #include of common.h More... almost 22 years ago
made use of AC_HELP_STRING More... almost 22 years ago
made use of AC_HELP_STRING More... almost 22 years ago
Made use of AC_HELP_STRING.. it's not that great, but has the potential to clean things up given some more options possibly in the future More... almost 22 years ago
Made use of AC_HELP_STRING.. it's not that great, but has the potential to clean things up given some more options possibly in the future More... almost 22 years ago
Changed everywhere that I was casting a constant to a float to just suffix the value with 'f' More... almost 22 years ago
Changed everywhere that I was casting a constant to a float to just suffix the value with 'f' More... almost 22 years ago
now use convert_sample<>() to always save 16bit no matter the type of sample_t More... almost 22 years ago
now use convert_sample<>() to always save 16bit no matter the type of sample_t More... almost 22 years ago
YAY, now floating point as the internal audio format is supported. It can be enabled with a configure flag More... almost 22 years ago
YAY, now floating point as the internal audio format is supported. It can be enabled with a configure flag Usually samples are converted with a template function, convert_sample<from_type,to_type>() that is specialized for all supported conversions, more can easily be added More work still needs to be done--namely, making .rez support more than just 16bit PCM format and making COSSSoundPlayer initialize for something better than 16bit trying several formats More... almost 22 years ago
added a TODO More... almost 22 years ago
added a TODO More... almost 22 years ago
added a possible TODO More... almost 22 years ago
added a possible TODO More... almost 22 years ago
Added more explicit casting More... almost 22 years ago
Added more explicit casting More... almost 22 years ago