Safe Haskell | Safe-Inferred |
---|
Tiny program to generate the cached parts of instrument db. All it does
is call make_dbs
, which will dispatch to every synth that
wants to save an instrument db cache.
You can pass synth names to just generate that synth's db.
Documentation
make :: Path.AppDir -> [(InstT.SynthName, (MidiInst.MakeDb, a))] -> IO () Source #