Merge branch 'master' of https://github.com/tildearrow/furnace into ymf278b

This commit is contained in:
cam900 2024-07-23 18:02:14 +09:00
commit 47d962f736
18 changed files with 65 additions and 1 deletions

View file

@ -194,6 +194,7 @@ class DivPlatformOPL: public DivDispatch {
DivChannelPair getPaired(int chan);
DivDispatchOscBuffer* getOscBuffer(int chan);
int mapVelocity(int ch, float vel);
float getGain(int ch, int vol);
unsigned char* getRegisterPool();
int getRegisterPoolSize();
void reset();