Safe Haskell | Safe-Inferred |
---|
Local instrument definition with nothing in it. If you have MIDI instruments you'll want to put some basic configuration in here. See User/Elaforge/Instrument for examples.
Synopsis
- midi_synths :: [MidiInst.Synth]
- all_loads :: [(InstT.SynthName, (MidiInst.MakeDb, MidiInst.Load))]
Documentation
midi_synths :: [MidiInst.Synth] Source #
Synth declarations for each synth that is declared purely.
all_loads :: [(InstT.SynthName, (MidiInst.MakeDb, MidiInst.Load))] Source #
Each synth that caches to disk has a function to make the cache, and one to load it.