Merge pull request #734 from diizy/bandlimit

Move the initialization of BandLimitedWaves into engine.cpp
This commit is contained in:
Tobias Doerffel
2014-05-18 15:11:51 +02:00
4 changed files with 51 additions and 42 deletions

View File

@@ -1108,9 +1108,6 @@ 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 )