Add Kurumitsu-8L support
No sample playback yet
This commit is contained in:
parent
c0da289d40
commit
3831bc249c
12 changed files with 627 additions and 8 deletions
|
|
@ -3784,6 +3784,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_X1_010, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
_("Kurumitsu-8L"), {
|
||||
CH(DIV_SYSTEM_KURUMITSU_8L, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN(_("Specialized"),_("chips/systems with unique sound synthesis methods."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue