mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
(1)Added MonoComponent file (2)Size Adjustment
This commit is contained in:
@ -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)); }
|
||||
|
||||
|
Reference in New Issue
Block a user