aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/tables.h')
-rw-r--r--audio/softsynth/mt32/tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/softsynth/mt32/tables.h b/audio/softsynth/mt32/tables.h
index d9af5114b2..9950323e7b 100644
--- a/audio/softsynth/mt32/tables.h
+++ b/audio/softsynth/mt32/tables.h
@@ -69,8 +69,8 @@ struct KeyLookup {
};
class Tables {
- float initialisedSampleRate;
- float initialisedMasterTune;
+ float initializedSampleRate;
+ float initializedMasterTune;
void initMT32ConstantTables(Synth *synth);
static Bit16s clampWF(Synth *synth, const char *n, float ampVal, double input);
static File *initWave(Synth *synth, NoteLookup *noteLookup, float ampsize, float div2, File *file);