2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Jan 26, 2024 — Jan 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed slow getctrl in AudioSource and updated orca_record in record.cpp More... almost 19 years ago
Removed C++ rant (again!) More... almost 19 years ago
Removed C++ rant (again!) More... almost 19 years ago
Moved RtAudio initialization back to process to avoid repeated initializations More... almost 19 years ago
Moved RtAudio initialization back to process to avoid repeated initializations More... almost 19 years ago
Small changes in realvec More... almost 19 years ago
Small changes in realvec More... almost 19 years ago
getctrl and friends are now as fast as they can be in their current form More... almost 19 years ago
getctrl and friends are now as fast as they can be in their current form More... almost 19 years ago
Cleaned up _name and _type to be private in order to cache them later for getctrl More... almost 19 years ago
Cleaned up _name and _type to be private in order to cache them later for getctrl More... almost 19 years ago
Get mean out of the loop for 2x speedup More... almost 19 years ago
Get mean out of the loop for 2x speedup More... almost 19 years ago
Avoid double lookup for controls More... almost 19 years ago
Avoid double lookup for controls More... almost 19 years ago
fixed slices creation in Series::localUpdate(): avoided creation of an extra, unneeded slice More... almost 19 years ago
fixed slices creation in Series::localUpdate(): avoided creation of an extra, unneeded slice More... almost 19 years ago
Fixed ambiguous updctrl/updControl issue. More... almost 19 years ago
Fixed ambiguous updctrl/updControl issue. More... almost 19 years ago
Updated to work with marsyas-0.2.8, and updated to use automake-1.9 More... almost 19 years ago
Updated to work with marsyas-0.2.8, and updated to use automake-1.9 More... almost 19 years ago
Fixed method clash between Composite and MarSystem: - void Composite::updctrl(std::string cname, MarControlValue value) was already declared (as non virtual) in MarSystem, with the same definition => commented method in Composite since it's inherited from MarSystem. More... almost 19 years ago
Fixed method clash between Composite and MarSystem: More... almost 19 years ago
Fixed memory leaks and now MarSystemWrapper (QThread) stops (i.e. exits) graciously (as it should)! More... almost 19 years ago
Fixed memory leaks and now MarSystemWrapper (QThread) stops (i.e. exits) graciously (as it should)! More... almost 19 years ago
Small bug fix in MFCC More... almost 19 years ago
Small bug fix in MFCC More... almost 19 years ago
QThread::run()is now private (run() should not be a public method) More... almost 19 years ago
QThread::run()is now private (run() should not be a public method) More... almost 19 years ago
Streamlined SoundFileSource classes (may still benefit from additional revisions! => future work) More... almost 19 years ago