Merge pull request #599 from diizy/master

Add some more interpolation algorithms
This commit is contained in:
Vesa V
2014-04-13 18:51:24 +03:00
4 changed files with 72 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;