Re: [haskell-art] special Rate types for hsc3

2013-01-14 Thread Rohan Drape
hello henning (& list), >*** Exception: mk_osc: rate restricted: (KR,[AR],"Pulse") the pulse ugen now has a KR implementation, i've pushed a patch. > but I thought this could also be solved on the type level. it could be. there is a project at: http://rd.slavepianos.org/?t=hsc3-db that

[haskell-art] private e-mail archive

2013-01-14 Thread Henning Thielemann
I found that the e-mail archive of haskell-art is now private. Is this intended? ___ haskell-art mailing list haskell-art@lurk.org http://lists.lurk.org/mailman/listinfo/haskell-art

[haskell-art] special Rate types for hsc3

2013-01-14 Thread Henning Thielemann
Hi Rohan, I just ran into another instance of using an UGen with a Rate type that it does not support. I got the error: *** Exception: mk_osc: rate restricted: (KR,[AR],"Pulse") but I thought this could also be solved on the type level. data AudioRate = AudioRate data ControlRate = Cont