On Mon, 9 Jun 2008, stefan kersten wrote: > pitch' :: UGen -> Args -> UGen > pitch' input args = pitch > input > (initFreq args) > (minFreq args) > (maxFreq args) > (execFreq args) > (maxBinsPerOctave args) > (median args) > (ampThreshold args) > (peakThreshold args) > (downSample args)
I also proposed to make arguments like the canonical input the last argument. This is the Haskell way of parameter order, because it allows programming of pipes using (.) . http://www.haskell.org/haskellwiki/Parameter_order However Rohan wanted to stay as close as possible to SCLang. _______________________________________________ haskell-art mailing list haskell-art@lists.lurk.org http://lists.lurk.org/mailman/listinfo/haskell-art