On 2/27/22, Jean-Louis Paquelin <jean-lo...@paquelin.net> wrote: > Is this the weekend game?
Indeed, I'm having fun. > process = _, _, _ : _, route(2,2,1,2,2,1) : _, (_ <: _, _), _ : *, *; But if you're using route, you don't need the next part: process = _,_,_ : route(3,4,1,1,2,3,3,2,3,4) : *,*; Or to shave off a couple of chars: process = _,_,_ : _,route(2,3,1,2,2,1,2,3) : *,*; _______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users