Change sidplay decoder priority so .mus hits the MIDI input first

CQTexperiment
Chris Moeller 2015-04-12 23:28:06 -07:00
parent 28071df622
commit ddab71158e
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@
+ (float)priority
{
return 1.0;
return 0.5;
}
@end