Sample Track Recording Stage One #5990
15 issues fixed. 7 issues found.
Annotations
Check notice on line 51 in include/PatternTrack.h
codefactor-io / CodeFactor
include/PatternTrack.h#L51
"virtual" is redundant since function is already declared as "override" (readability/inheritance)
Check notice on line 46 in include/PatternTrack.h
codefactor-io / CodeFactor
include/PatternTrack.h#L46
"virtual" is redundant since function is already declared as "override" (readability/inheritance)
Check notice on line 436 in src/core/InstrumentFunctions.cpp
codefactor-io / CodeFactor
src/core/InstrumentFunctions.cpp#L436
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 211 in src/core/Sample.cpp
codefactor-io / CodeFactor
src/core/Sample.cpp#L173-L211
Complex Method
Check notice on line 420 in src/core/InstrumentFunctions.cpp
codefactor-io / CodeFactor
src/core/InstrumentFunctions.cpp#L420
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 465 in src/core/InstrumentFunctions.cpp
codefactor-io / CodeFactor
src/core/InstrumentFunctions.cpp#L465
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 166 in include/Oscillator.h
codefactor-io / CodeFactor
include/Oscillator.h#L166
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)