reactive-jack-0.2: Process MIDI events via reactive-banana and JACK

Safe HaskellNone

Reactive.Banana.JACK.Process

Contents

Synopsis

make JACK reactive

run :: ThrowsErrno e => (forall t. Frameworks t => Event t T -> Event t [T]) -> ReaderT Handle (ExceptionalT e IO) ()Source

type Handler a = a -> IO ()Source