Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

User.Generic.Instrument

Description

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

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.