Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Nov 24, 2020
1 parent 2ecb7d0 commit 045ca63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/bit_invader/bit_invader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ bitInvader::bitInvader( InstrumentTrack * _instrument_track ) :
m_interpolation( false, this ),
m_normalize( false, this )
{

lengthChanged();

m_graph.setWaveToSine();
Expand Down Expand Up @@ -214,6 +215,7 @@ void bitInvader::loadSettings( const QDomElement & _this )
m_interpolation.loadSettings( _this, "interpolation" );
// Load LED
m_normalize.loadSettings( _this, "normalize" );

}


Expand Down

0 comments on commit 045ca63

Please sign in to comment.