Even more filters

This commit is contained in:
Vesa
2014-11-13 19:11:34 +02:00
parent bb821d685b
commit a3cce23d6d
2 changed files with 68 additions and 13 deletions

View File

@@ -100,6 +100,7 @@ InstrumentSoundShaping::InstrumentSoundShaping(
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" ) );
m_filterModel.addItem( tr( "Tripole" ), new PixmapLoader( "filter_lp" ) );
}