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

Custom-editor switch. With hasEditor = false (or absent) hosts show their generic parameter UI. With hasEditor = true AND plugin/webview/DSParkWebViewEditor.h included BEFORE the format headers, the WebView editor layer serves editorHtml() inside the host window. More...

#include <DSParkPlugin.h>

Concept definition

template<typename P>
concept dspark::plugin::HasEditor = requires { P::hasEditor; } && P::hasEditor
Custom-editor switch. With hasEditor = false (or absent) hosts show their generic parameter UI....

Detailed Description

Custom-editor switch. With hasEditor = false (or absent) hosts show their generic parameter UI. With hasEditor = true AND plugin/webview/DSParkWebViewEditor.h included BEFORE the format headers, the WebView editor layer serves editorHtml() inside the host window.

Definition at line 291 of file DSParkPlugin.h.