synthesizer-core-0.7.0.2: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone

Synthesizer.Generic.CutChunky

Documentation

class (Transform chunky, Transform (Chunk chunky)) => C chunky where

Associated Types

type Chunk chunky :: *

Methods

fromChunks :: [Chunk chunky] -> chunky

toChunks :: chunky -> [Chunk chunky]

Instances

(C a, C a, Transform a) => C (T a) 
Storable a => C (Vector a)