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

Initial support for CLAP plugins #7199

Draft
wants to merge 132 commits into
base: master
Choose a base branch
from

Fix more build errors

1b3b091
Select commit
Loading
Failed to load commit list.
Draft

Initial support for CLAP plugins #7199

Fix more build errors
1b3b091
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 7, 2024 in 1s

8 issues fixed. 20 issues found.

Annotations

Check notice on line 361 in src/core/clap/ClapAudioPorts.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/clap/ClapAudioPorts.cpp#L104-L361

Complex Method

Check notice on line 70 in include/CustomTextKnob.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/CustomTextKnob.h#L70

Do not leave a blank line after "protected:" (whitespace/blank_line)

Check notice on line 62 in include/PresetSelector.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/PresetSelector.h#L62

Do not leave a blank line after "private:" (whitespace/blank_line)

Check notice on line 131 in src/core/clap/ClapParameter.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/clap/ClapParameter.cpp#L131

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)

Check notice on line 296 in src/core/clap/ClapPresetDatabase.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/clap/ClapPresetDatabase.cpp#L185-L296

Complex Method

Check notice on line 122 in include/PresetDatabase.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/PresetDatabase.h#L122

Do not leave a blank line after "protected:" (whitespace/blank_line)

Check notice on line 244 in src/core/clap/ClapParams.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/clap/ClapParams.cpp#L75-L244

Complex Method

Check notice on line 89 in include/ClapAudioPorts.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/ClapAudioPorts.h#L89

Do not leave a blank line after "private:" (whitespace/blank_line)

Check notice on line 157 in include/ClapAudioPorts.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/ClapAudioPorts.h#L157

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)

Check notice on line 69 in include/ClapInstance.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/ClapInstance.h#L69

Do not leave a blank line after "public:" (whitespace/blank_line)

Check notice on line 40 in plugins/ClapEffect/ClapEffect.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

plugins/ClapEffect/ClapEffect.cpp#L40

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 190 in src/core/PluginPortConfig.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/PluginPortConfig.cpp#L120-L190

Complex Method

Check notice on line 185 in include/PresetDatabase.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/PresetDatabase.h#L185

Do not leave a blank line after "private:" (whitespace/blank_line)

Check notice on line 69 in plugins/ClapInstrument/ClapInstrument.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

plugins/ClapInstrument/ClapInstrument.cpp#L69

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)

Check notice on line 62 in plugins/ClapEffect/ClapEffect.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

plugins/ClapEffect/ClapEffect.cpp#L62

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)

Check notice on line 169 in include/ClapExtension.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/ClapExtension.h#L118-L169

Complex Method

Check notice on line 289 in src/core/clap/ClapManager.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/clap/ClapManager.cpp#L184-L289

Complex Method

Check notice on line 48 in plugins/ClapInstrument/ClapInstrument.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

plugins/ClapInstrument/ClapInstrument.cpp#L48

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 218 in src/gui/ClapViewBase.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/ClapViewBase.cpp#L138-L218

Complex Method

Check notice on line 53 in include/ClapParameter.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/ClapParameter.h#L53

Do not leave a blank line after "public:" (whitespace/blank_line)