Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: list-fomus-instruments , Previous: Other Interface Functions , Up: Other Interface Functions , Home: Disclaimer

Fomus

list-fomus-modules

(list-fomus-modules &rest type)

Lists all working FOMUS modules and additional backends that can be selected as replacements or additions to FOMUS's own functionality. An example of a module might be an alternate note-spelling algorithm, a different quantizing algorithm or another backend that extends the number of output formats available. The code for these modules is located in the modules subdirectory. Adding new or replacement functionality to FOMUS is done by dropping files in here. When FOMUS loads it automatically finds all of these files and tries to compile the ones that are out of date. Only the ones that compile successfully are used, and modules are loaded only on demand when they are called.

An API documentation for writing modules will be available sometime in the future.