|
|
|
|
|
|
| Synopsis |
|
|
|
|
| Multiple Channel Expansion
|
|
| mceDegree :: UGen -> Int |
| Number of channels to expand to.
|
|
| mceRequired :: UGen -> Bool |
| Is expansion required, ie. are any inputs MCE values.
|
|
| mceExtend :: Int -> UGen -> [UGen] |
| Extend UGen to specified degree.
|
|
| mceTransform :: UGen -> UGen |
| Apply MCE transformation.
|
|
| mceExpand :: UGen -> UGen |
| Apply MCE transformation if required.
|
|
| mceEdit :: ([UGen] -> [UGen]) -> UGen -> UGen |
| Apply UGen list operation on MCE contents.
|
|
| mceReverse :: UGen -> UGen |
| Reverse order of channels at MCE.
|
|
| mceChannel :: Int -> UGen -> UGen |
| Obtain indexed channel at MCE.
|
|
| mceChannels :: UGen -> [UGen] |
| Output channels of UGen as a list.
|
|
| Produced by Haddock version 0.8 |