Say I have a player who is currently playing a pattern and at a certain point I want to set the next pattern that it should play without producing a small pause when it switches between the two.
It is similar to Android's mediaplayer class where you can have 2 mediaplayer which each is setNext to the other. With the use of setOnCompletion you can alternate between the two without hearing a small pause or gap. I want to achieve that in jFugue.
Thanks!