|
LMMS
|
Public Types | |
| enum | OptIndex { SampleRate , TransientWinId , BackgroundColor , ForegroundColor , ScaleFactor , WindowTitle , Null , Count } |
Public Member Functions | |
| Lv2PluginOptions () noexcept | |
Public Attributes | |
| float | sampleRate |
| int64_t | transientWinId |
| uint32_t | bgColor |
| uint32_t | fgColor |
| float | uiScale |
| LV2_Options_Option | opts [Count] |
|
inlinenoexcept |
| uint32_t Lv2PluginOptions::bgColor |
| uint32_t Lv2PluginOptions::fgColor |
| LV2_Options_Option Lv2PluginOptions::opts[Count] |
| float Lv2PluginOptions::sampleRate |
| int64_t Lv2PluginOptions::transientWinId |
| float Lv2PluginOptions::uiScale |