Merge pull request #399 from cam900/es5506_alt
Add ES5506 support and Various enhancement for sample, etc
This commit is contained in:
commit
4f33f9d815
18 changed files with 1971 additions and 15 deletions
|
|
@ -2012,6 +2012,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_X1_010, 1.0f, 0, "clockSel=1")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Sammy/Seta/Visco SSV", {
|
||||
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Cave 68000", {
|
||||
CH(DIV_SYSTEM_YMZ280B, 1.0f, 0, "")
|
||||
|
|
@ -2424,6 +2429,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Ensoniq ES5506 (OTTO)", {
|
||||
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("Wavetable","chips which use user-specified waveforms to generate sound.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue