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

Optional static constexpr EditorSize editorSize { w, h };. More...

#include <DSParkPlugin.h>

Concept definition

template<typename P>
concept dspark::plugin::HasEditorSize = requires {
{ P::editorSize.width } -> std::convertible_to<int>;
{ P::editorSize.height } -> std::convertible_to<int>;
}
Optional static constexpr EditorSize editorSize { w, h };.

Detailed Description

Optional static constexpr EditorSize editorSize { w, h };.

Definition at line 657 of file DSParkPlugin.h.