|
MostlyHarmless 0.0.1
|
POD type representing a param change event from the gui, to be passed to the audio thread. More...
#include <mostlyharmless_ParamEvent.h>
Public Types | |
| enum class | Type { Begin , Adjust , End } |
Public Attributes | |
| enum mostly_harmless::events::GuiToProcParamEvent::Type | type |
| std::uint32_t | paramId |
| double | value |
POD type representing a param change event from the gui, to be passed to the audio thread.
|
strong |
| std::uint32_t mostly_harmless::events::GuiToProcParamEvent::paramId |
The id of the target parameter.
| enum mostly_harmless::events::GuiToProcParamEvent::Type mostly_harmless::events::GuiToProcParamEvent::type |
| double mostly_harmless::events::GuiToProcParamEvent::value |
The new value of the target parameter.