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

Optional static const char* editorDevFile() - absolute path of an HTML file to load INSTEAD of editorHtml() while developing: edit the file, reopen the editor, no recompile. Falls back to editorHtml() when the file is missing, so the same build still works elsewhere. Strip from releases. More...

#include <DSParkPlugin.h>

Concept definition

template<typename P>
{ P::editorDevFile() } -> std::convertible_to<const char*>;
}
Optional static const char* editorDevFile() - absolute path of an HTML file to load INSTEAD of editor...

Detailed Description

Optional static const char* editorDevFile() - absolute path of an HTML file to load INSTEAD of editorHtml() while developing: edit the file, reopen the editor, no recompile. Falls back to editorHtml() when the file is missing, so the same build still works elsewhere. Strip from releases.

Definition at line 749 of file DSParkPlugin.h.