jack-0.7.1.1: Bindings for the JACK Audio Connection Kit

Safe HaskellNone

Sound.JACK.Audio

Documentation

withPortSource

Arguments

:: (Direction dir, ThrowsPortRegister e, ThrowsErrno e) 
=> Client

Jack client

-> String

name of the input port

-> (Port dir -> ExceptionalT e IO a) 
-> ExceptionalT e IO a