|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
One decoded bridge message: [op, id?, value?].
More...
#include <DSParkWebViewEditor.h>
Public Attributes | |
| char | op [12] {} |
| char | id [64] {} |
| double | value = 0.0 |
| int | tokens = 0 |
One decoded bridge message: [op, id?, value?].
Definition at line 278 of file DSParkWebViewEditor.h.
| char dspark::plugin::webview_ui::PostArgs::id[64] {} |
Definition at line 281 of file DSParkWebViewEditor.h.
| char dspark::plugin::webview_ui::PostArgs::op[12] {} |
Definition at line 280 of file DSParkWebViewEditor.h.
| int dspark::plugin::webview_ui::PostArgs::tokens = 0 |
Definition at line 283 of file DSParkWebViewEditor.h.
| double dspark::plugin::webview_ui::PostArgs::value = 0.0 |
Definition at line 282 of file DSParkWebViewEditor.h.