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

Instrument.MakeDb

Description

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

main :: IO () Source #