Merge pull request #583 from diizy/bandlimit

Monstro/Bandlimit updates
This commit is contained in:
Tobias Doerffel
2014-04-09 22:02:07 +02:00
6 changed files with 100 additions and 86 deletions

View File

@@ -1026,6 +1026,10 @@ MonstroInstrument::MonstroInstrument( InstrumentTrack * _instrument_track ) :
m_sub3lfo2( 0.0f, -1.0f, 1.0f, 0.001f, this, tr( "Sub3-LFO2" ) )
{
// make sure the wavetables exist:
// generate bandlimited wavetables
BandLimitedWave::generateWaves();
// setup waveboxes
setwavemodel( m_osc2Wave )
setwavemodel( m_osc3Wave1 )