Disable Sfxr preview for now, possibly reimplement after 1.0.0

This commit is contained in:
Vesa
2014-03-18 11:08:34 +02:00
parent 5e2d299360
commit 66ba074554

View File

@@ -695,6 +695,7 @@ sfxrInstrumentView::sfxrInstrumentView( Instrument * _instrument,
//preview sound on generator/random/mutate button clicked
/* // disabled for now
connect( m_pickupBtn, SIGNAL ( clicked() ), this, SLOT ( previewSound() ) );
connect( m_laserBtn, SIGNAL ( clicked() ), this, SLOT ( previewSound() ) );
connect( m_explosionBtn, SIGNAL ( clicked() ), this, SLOT ( previewSound() ) );
@@ -704,7 +705,7 @@ sfxrInstrumentView::sfxrInstrumentView( Instrument * _instrument,
connect( m_blipBtn, SIGNAL ( clicked() ), this, SLOT ( previewSound() ) );
connect( m_randomizeBtn, SIGNAL ( clicked() ), this, SLOT ( previewSound() ) );
connect( m_mutateBtn, SIGNAL ( clicked() ), this, SLOT ( previewSound() ) );
*/
}