prepare new chan osc code

chan osc output will be 65536Hz - always
new functions for initializing the osc buffer and all
This commit is contained in:
tildearrow 2025-02-26 20:29:13 -05:00
parent e94d99d79e
commit c83ecfe993
4 changed files with 30 additions and 0 deletions

View file

@ -88,6 +88,7 @@ class DivPlatformPCSpeaker: public DivDispatch {
void muteChannel(int ch, bool mute);
bool keyOffAffectsArp(int ch);
bool hasAcquireDirect();
bool isOscBufPositional();
void setFlags(const DivConfig& flags);
void notifyInsDeletion(void* ins);
void notifyPlaybackStop();