fluidsynth-0.2.0.0: Haskell bindings to FluidSynth

Safe HaskellNone

Sound.Fluidsynth

Documentation

newtype Key Source

Constructors

Key Int 

newSettings :: IO SettingsSource

newSynth :: Settings -> IO SynthSource

newPlayer :: Synth -> IO PlayerSource

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

playerPlay :: Player -> IO ()Source

playerJoin :: Player -> IO ()Source