Uninitialized Trash

This commit is contained in:
tildearrow 2022-11-27 00:30:41 -05:00
parent cf38680072
commit f088c9ec49
2 changed files with 1 additions and 1 deletions

View file

@ -5,5 +5,4 @@
- (maybe) YM2612 CSM (no DualPCM)
- port presets to new format
- bug fixes
- (maybe) ExtCh FM macros?
- (maybe) advanced linear arpeggio? (run arp+slide simultaneously)

View file

@ -595,6 +595,7 @@ int DivPlatformSoundUnit::init(DivEngine* p, int channels, int sugRate, const Di
oscBuf[i]=new DivDispatchOscBuffer;
}
su=new SoundUnit();
sysIDCache=0;
setFlags(flags);
reset();
return 8;