MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostlyharmless_ParamEvent.h
Go to the documentation of this file.
1//
2// Created by Syl on 12/08/2024.
3//
4
5#ifndef MOSTLYHARMLESS_MOSTLYHARMLESS_PARAMEVENT_H
6#define MOSTLYHARMLESS_MOSTLYHARMLESS_PARAMEVENT_H
7#include <cstdint>
16 std::uint32_t paramId;
20 double value;
21 };
22
47 std::uint32_t paramId;
51 double value;
52 };
53}
54#endif // 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