Safe Haskell | Safe-Inferred |
---|
Spicy guitar, free at http://www.spicyguitar.com/
Synopsis
- synth_name :: InstT.SynthName
- synth :: MidiInst.Synth
- patches :: [MidiInst.Patch]
- controls :: [(Midi.Control, ScoreT.Control)]
- keyswitches :: [(Attrs.Attributes, Midi.Key)]
- note_call :: Generator Note
- strings :: [Text]
- allocations :: Text -> InstT.Name -> UiConfig.Allocations
Documentation
patches :: [MidiInst.Patch] Source #
controls :: [(Midi.Control, ScoreT.Control)] Source #
WARNING: changing these while playing tends to crash the VST.
keyswitches :: [(Attrs.Attributes, Midi.Key)] Source #
allocations :: Text -> InstT.Name -> UiConfig.Allocations Source #
Create the proper midi config to work with the string attrs used by
note_call
.