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

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
 

Detailed Description

One decoded bridge message: [op, id?, value?].

Definition at line 278 of file DSParkWebViewEditor.h.

Member Data Documentation

◆ id

char dspark::plugin::webview_ui::PostArgs::id[64] {}

Definition at line 281 of file DSParkWebViewEditor.h.

◆ op

char dspark::plugin::webview_ui::PostArgs::op[12] {}

Definition at line 280 of file DSParkWebViewEditor.h.

◆ tokens

int dspark::plugin::webview_ui::PostArgs::tokens = 0

Definition at line 283 of file DSParkWebViewEditor.h.

◆ value

double dspark::plugin::webview_ui::PostArgs::value = 0.0

Definition at line 282 of file DSParkWebViewEditor.h.


The documentation for this struct was generated from the following file: