Is this the weekend game?

process = _, _, _ : _, (_ <: _, _), _ : *, *;

The common multiplier is the middle _. If you prefer having it in the third
position, you can route it:

process = _, _, _ : _, route(2,2,1,2,2,1) : _, (_ <: _, _), _ : *, *;

Le sam. 26 févr. 2022 à 16:57, Klaus Scheuermann <kla...@posteo.de> a
écrit :

> Hi All,
>
> stuck again ;) How do I multiply two signals each with a third one and
> output the two signals?
>
> _,_,_ : ??? : _,_
>
> Thanks, Klaus
>
>
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to