MidiImport: per default use bank 0 instead of 128

This commit is contained in:
Tobias Doerffel
2009-03-04 18:41:39 +01:00
parent e4a6fde320
commit 402a2d32f7

View File

@@ -214,7 +214,7 @@ public:
{
isSF2 = true;
it_inst->loadFile( configManager::inst()->defaultSoundfont() );
it_inst->getChildModel( "bank" )->setValue( 128 );
it_inst->getChildModel( "bank" )->setValue( 0 );
it_inst->getChildModel( "patch" )->setValue( 0 );
}
else