More filters

This commit is contained in:
Vesa
2014-11-13 18:10:53 +02:00
parent 16fb09fb94
commit bb821d685b
2 changed files with 69 additions and 38 deletions

View File

@@ -98,6 +98,8 @@ InstrumentSoundShaping::InstrumentSoundShaping(
m_filterModel.addItem( tr( "SV LowPass" ), new PixmapLoader( "filter_lp" ) );
m_filterModel.addItem( tr( "SV BandPass" ), new PixmapLoader( "filter_bp" ) );
m_filterModel.addItem( tr( "SV HighPass" ), new PixmapLoader( "filter_hp" ) );
m_filterModel.addItem( tr( "SV Notch" ), new PixmapLoader( "filter_notch" ) );
m_filterModel.addItem( tr( "Fast Formant" ), new PixmapLoader( "filter_hp" ) );
}