5#ifndef MOSTLYHARMLESS_MOSTLYHARMLESS_PARAMEVENT_H
6#define MOSTLYHARMLESS_MOSTLYHARMLESS_PARAMEVENT_H
Contains classes and functions related to events.
Definition mostlyharmless_InputEventContext.h:4
POD type representing a param change event from the gui, to be passed to the audio thread.
Definition mostlyharmless_ParamEvent.h:26
std::uint32_t paramId
Definition mostlyharmless_ParamEvent.h:47
enum mostly_harmless::events::GuiToProcParamEvent::Type type
double value
Definition mostlyharmless_ParamEvent.h:51
Type
Definition mostlyharmless_ParamEvent.h:30
@ Begin
Definition mostlyharmless_ParamEvent.h:34
@ Adjust
Definition mostlyharmless_ParamEvent.h:38
@ End
Definition mostlyharmless_ParamEvent.h:42
POD type representing a param change event from the host, to be passed to the gui.
Definition mostlyharmless_ParamEvent.h:12
std::uint32_t paramId
Definition mostlyharmless_ParamEvent.h:16
double value
Definition mostlyharmless_ParamEvent.h:20