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

Optional static constexpr bool editorDebug = true; - enables the browser DevTools in the editor (WebView2; development builds only). More...

#include <DSParkPlugin.h>

Concept definition

template<typename P>
concept dspark::plugin::HasEditorDebug = requires { P::editorDebug; } && P::editorDebug
Optional static constexpr bool editorDebug = true; - enables the browser DevTools in the editor (WebV...

Detailed Description

Optional static constexpr bool editorDebug = true; - enables the browser DevTools in the editor (WebView2; development builds only).

Definition at line 742 of file DSParkPlugin.h.