5#ifndef MOSTLYHARMLESS_MOSTLYHARMLESS_WEBEVENT_H
6#define MOSTLYHARMLESS_MOSTLYHARMLESS_WEBEVENT_H
7#include <nlohmann/json.hpp>
19 WebEvent(std::string id_, nlohmann::json content_);
Contains classes and functions related to events.
Definition mostlyharmless_InputEventContext.h:4
POD type representing a param change event from the host, to be passed to the gui.
Definition mostlyharmless_ParamEvent.h:12
std::string id
Definition mostlyharmless_WebEvent.h:38
WebEvent(ProcToGuiParamEvent event)
nlohmann::json content
Definition mostlyharmless_WebEvent.h:43
WebEvent(std::string id_, nlohmann::json content_)