aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2025-03-26 00:50:16 +0300
committerWohlstand <admin@wohlnet.ru>2025-03-26 00:50:16 +0300
commit42f4d4cfb692466b73737b97dfc4166278856bec (patch)
tree9f5e06946b3ce2ee7c20f7c781618f78d23556f3 /src
parentb6ee41ae3b0840ad80458d423553192344f9ef34 (diff)
downloadlibADLMIDI-42f4d4cfb692466b73737b97dfc4166278856bec.tar.gz
libADLMIDI-42f4d4cfb692466b73737b97dfc4166278856bec.tar.bz2
libADLMIDI-42f4d4cfb692466b73737b97dfc4166278856bec.zip
Added missing OPL Chip Base method
Diffstat (limited to 'src')
-rw-r--r--src/chips/opl_chip_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chips/opl_chip_base.h b/src/chips/opl_chip_base.h
index 3568d68..a79bdd5 100644
--- a/src/chips/opl_chip_base.h
+++ b/src/chips/opl_chip_base.h
@@ -73,6 +73,7 @@ public:
virtual void nativePreGenerate() = 0;
virtual void nativePostGenerate() = 0;
virtual void nativeGenerate(int16_t *frame) = 0;
+ virtual void resampledGenerate(int32_t *frame) = 0;
virtual void generate(int16_t *output, size_t frames) = 0;
virtual void generateAndMix(int16_t *output, size_t frames) = 0;