fluidsynth-0.1.1.0: Haskell bindings to FluidSynth

Safe HaskellNone

Sound.Fluidsynth

Documentation

newtype Key Source

Constructors

Key Int 

newSettings :: IO SettingsSource

newSynth :: Settings -> IO SynthSource

newDriver :: Settings -> Synth -> IO DriverSource

newPlayer :: Synth -> IO PlayerSource

loadSF :: Synth -> String -> IO SynthSource

playerAdd :: Player -> String -> IO ()Source

playerPlay :: Player -> IO ()Source

playerJoin :: Player -> IO ()Source

synthNoteOn :: Synth -> Channel -> Key -> Velocity -> IO ()Source

synthNoteOff :: Synth -> Channel -> Key -> IO ()Source