ESFM: add "fast" mode
alters ESFMu to add a fast feedback calculation path
This commit is contained in:
parent
3e645e58f2
commit
0ac63d817d
12 changed files with 63 additions and 6 deletions
|
|
@ -350,7 +350,7 @@ void FurnaceGUI::renderFMPreviewESFM(const DivInstrumentFM& params, const DivIns
|
|||
bool mult0=false;
|
||||
|
||||
if (pos==0) {
|
||||
ESFM_init((esfm_chip*)fmPreviewESFM);
|
||||
ESFM_init((esfm_chip*)fmPreviewESFM,0);
|
||||
// set native mode
|
||||
ESFM_WRITE(0x105, 0x80);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue