Recently I had a bug in my program, which was due to adding 'out' twice to a UGen (however at different places). I thought it could be better to give UGens which have no output (in other words: UGens that cannot be input of other UGens), a different type. Say

out :: UGen -> UGen -> Sink
replaceOut :: UGen -> UGen -> Sink
...

Would this work?
_______________________________________________
haskell-art mailing list
haskell-art@lists.lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to