//special case, the switch fader is always done!
assertTrue(switchFader.isDone());
assertFalse(switchFader.isStarted());
switchFader.startFade(99, 1);
assertTrue(switchFader.isStarted());
switchFader.getBuffer(new int[55], new int[5]);
switchFader.getBuffer(new int[55], new int[5]);
switchFader.cleanUp();