Updates to bandlimitedwave code (using new interpolation) and Monstro

This commit is contained in:
Vesa
2014-04-13 12:48:38 +03:00
parent b150ea2a0d
commit 26553cab17
3 changed files with 26 additions and 13 deletions

View File

@@ -172,7 +172,7 @@ const float MAX_FREQ = 48000.0f;
// constants for amp delta capping - these will be divided by samplerate by the synth
const float ADCAP1 = 44100 / 2;
const float ADCAP2 = 44100 / 3;
const float ADCAP2 = 44100 / 2.25;
class MonstroInstrument;