Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ValueBuffer #7297

Open
wants to merge 83 commits into
base: master
Choose a base branch
from

Merge branch 'master' into valuebuffer-removal

591e9c1
Select commit
Loading
Failed to load commit list.
Open

Remove ValueBuffer #7297

Merge branch 'master' into valuebuffer-removal
591e9c1
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Jun 27, 2024 in 1s

16 issues fixed. 8 issues found.

Annotations

Check notice on line 247 in src/gui/FileBrowser.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/FileBrowser.cpp#L181-L247

Complex Method

Check notice on line 245 in src/core/DrumSynth.cpp

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

plugins/SlicerT/SlicerT.cpp#L160-L267

Complex Method

Check notice on line 247 in plugins/GranularPitchShifter/GranularPitchShifterEffect.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

plugins/GranularPitchShifter/GranularPitchShifterEffect.cpp#L63-L247

Complex Method