(1)Added MonoComponent file (2)Size Adjustment

This commit is contained in:
Takeshi Yokemura
2021-05-17 07:11:32 +09:00
parent 2b0da1a0b4
commit c77f380fda
6 changed files with 202 additions and 17 deletions

View File

@ -139,6 +139,7 @@ struct SettingRefs
// accessors
//
int oscillatorType() { return (int) (*osc); }
bool isMonophonic() { return (int)(*maxPoly) == 1; }
bool isAdvancedPanelOpen() { return *isAdvancedPanelOpen_raw > 0.5; }
ColorSchemeType colorSchemeType() { return (ColorSchemeType) ((int) (*colorScheme)); }