DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::plugin::HasEditorResizable Concept Reference

Optional static constexpr bool editorResizable = true; - shorthand for editorResize = EditorResize::Free (default: fixed size). More...

#include <DSParkPlugin.h>

Concept definition

template<typename P>
concept dspark::plugin::HasEditorResizable = requires { P::editorResizable; } && P::editorResizable
Optional static constexpr bool editorResizable = true; - shorthand for editorResize = EditorResize::F...

Detailed Description

Optional static constexpr bool editorResizable = true; - shorthand for editorResize = EditorResize::Free (default: fixed size).

Definition at line 676 of file DSParkPlugin.h.