diff --git a/Source/MIKMIDITrack.m b/Source/MIKMIDITrack.m index 3e1f3f43..e3c3ec56 100644 --- a/Source/MIKMIDITrack.m +++ b/Source/MIKMIDITrack.m @@ -675,7 +675,7 @@ - (void)setMuted:(BOOL)muted - (BOOL)isSolo { - if (!_solo) return _solo; + if (_solo) return YES; if (self.musicTrack) { Boolean isSolo = FALSE;