Partially ES5506 support (not working yet!)

Add sample related enums
Add support for backward/pingpong loop, loop end position
Structize Notemap in sample instrument
This commit is contained in:
cam900 2022-04-21 01:52:37 +09:00
parent 96715ed88c
commit 29ea6dc360
50 changed files with 4501 additions and 248 deletions

View file

@ -178,6 +178,12 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Ensoniq ES5506", {
DIV_SYSTEM_ES5506, 64, 0, 31,
0
}
));
sysCategories.push_back(cat);
cat=FurnaceGUISysCategory("Game consoles");