Hello, list.

I may be missing something obvious but would you know why

process(x) = x : vbargraph("test", -1, 1);compiles

while

process(x) = vbargraph("test", -1, 1, x);

doesn't?

Are there specific cases where inputs cannot be provided as arguments as in

test = +;
process(x, y) = test(x, y); ?

Best,
Dario
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to