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
over 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 23 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
minor spelling
ddurham
More...
almost 22 years ago
minor spelling
ddurham
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!
ddurham
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!
ddurham
More...
almost 22 years ago
- Fixed all problems with the new fox-1.1 library.
ddurham
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.
ddurham
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
ddurham
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
ddurham
More...
almost 22 years ago
changed the name of bipolar to recipsym
ddurham
More...
almost 22 years ago
changed the name of bipolar to recipsym
ddurham
More...
almost 22 years ago
Changed the noise gate's threshold units from percent to dBFS
ddurham
More...
almost 22 years ago
Changed the noise gate's threshold units from percent to dBFS
ddurham
More...
almost 22 years ago
needed to add #include of common.h
ddurham
More...
almost 22 years ago
needed to add #include of common.h
ddurham
More...
almost 22 years ago
made use of AC_HELP_STRING
ddurham
More...
almost 22 years ago
made use of AC_HELP_STRING
ddurham
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
ddurham
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
ddurham
More...
almost 22 years ago
Changed everywhere that I was casting a constant to a float to just suffix the value with 'f'
ddurham
More...
almost 22 years ago
Changed everywhere that I was casting a constant to a float to just suffix the value with 'f'
ddurham
More...
almost 22 years ago
now use convert_sample<>() to always save 16bit no matter the type of sample_t
ddurham
More...
almost 22 years ago
now use convert_sample<>() to always save 16bit no matter the type of sample_t
ddurham
More...
almost 22 years ago
YAY, now floating point as the internal audio format is supported. It can be enabled with a configure flag
ddurham
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
ddurham
More...
almost 22 years ago
added a TODO
ddurham
More...
almost 22 years ago
added a TODO
ddurham
More...
almost 22 years ago
added a possible TODO
ddurham
More...
almost 22 years ago
added a possible TODO
ddurham
More...
almost 22 years ago
Added more explicit casting
ddurham
More...
almost 22 years ago
Added more explicit casting
ddurham
More...
almost 22 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
…
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