Remove ValueBuffer
#7297
Remove ValueBuffer
#7297
16 issues fixed. 8 issues found.
Annotations
Check notice on line 247 in src/gui/FileBrowser.cpp
codefactor-io / CodeFactor
src/gui/FileBrowser.cpp#L181-L247
Complex Method
Check notice on line 245 in src/core/DrumSynth.cpp
codefactor-io / CodeFactor
src/core/DrumSynth.cpp#L245
Consider using strtok_r(...) instead of strtok(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 246 in src/core/DrumSynth.cpp
codefactor-io / CodeFactor
src/core/DrumSynth.cpp#L246
Consider using strtok_r(...) instead of strtok(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 637 in src/core/DrumSynth.cpp
codefactor-io / CodeFactor
src/core/DrumSynth.cpp#L637
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 712 in src/core/DrumSynth.cpp
codefactor-io / CodeFactor
src/core/DrumSynth.cpp#L712
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 738 in src/core/DrumSynth.cpp
codefactor-io / CodeFactor
src/core/DrumSynth.cpp#L738
Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 267 in plugins/SlicerT/SlicerT.cpp
codefactor-io / CodeFactor
plugins/SlicerT/SlicerT.cpp#L160-L267
Complex Method
Check notice on line 247 in plugins/GranularPitchShifter/GranularPitchShifterEffect.cpp
codefactor-io / CodeFactor
plugins/GranularPitchShifter/GranularPitchShifterEffect.cpp#L63-L247
Complex Method