Hi again,

sorry for bothering, I found the error.
I confused the error messages.

But often it helps to write things down. Thanks anywayy :-)

BR,
Ck

On 03/24/2018 08:59 PM, Christoph Kuhr wrote:
Hi *,

the following code produces an error, which I am not able to resolve.
Can any one help?

The code:
-------------------------8<-------------------------------------------------------------------------- sjcOutputMixer(N,M) = par(in, N, (_,_,_,_)) <: par(out, M, ( (_,_,_,_) ) ); signalRouter(N,M) = par(in, N, (_,_,_,_)) <: (!,!,!,!), sjcOutputMixer(N,M);

process = signalRouter(8,8);
-------------------------8<--------------------------------------------------------------------------


The error message:
Connection error in : _,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_<:!,!,!,!,(_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_<:_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_) The number of outputs 32 of the first expression should be a divisor of the number of inputs 36 of the second expression


I tried a lot to find what is going wrong, but I have no clue and no ideas anymore.
I pinned to problem to the M in sjcOutputMixer's par(out,M,...).
If I use M-1 I have the error: 32 != 28
If I use M I have the error: 32 != 36
If I use M+1 I have the error: 32 != 36

What happens here?
Thanks.


BR,
Ck

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to