Daniel@0: # Digital Music Lab Cliopatria plugin Daniel@0: Daniel@0: This CPACK relies on a number of external files and packages. Daniel@0: Daniel@0: Daniel@0: ## Score to sound rendering via fluidsynth Daniel@0: Daniel@0: This requires fluidsynth to be installed, along with some usable sound fonts. Daniel@0: The applications/score_ui GUI presents various options for what instrument(s) Daniel@0: to use to sonify a given score. This determines which fluidsynth initialisation Daniel@0: file is used -- these are kept in ./fluid. If you look at one of these files, Daniel@0: you will see that they refer to specific soundfonts. As the licensing status Daniel@0: of these files is somewhat unclear, I'm leaving it up to you to download them. Daniel@0: Whatever you do, collect all these soundfonts (or file system links) in one Daniel@0: directory and edit the setting score_ui:soundfont_dir to point to this Daniel@0: directroy. The default directory is /usr/share/sounds/sf2, which is where Daniel@0: Debian based distros install their soundfonts. At the very least, you can do Daniel@0: Daniel@0: apt-get install fluid-soundfont-gm Daniel@0: Daniel@0: and get a working general midi soundfont, by selecting fluid_gm as your Daniel@0: fluidsynth initialisation file. Daniel@0: Daniel@0: Daniel@0: ## MATLAB Daniel@0: Daniel@0: ### General figure plotting service Daniel@0: Daniel@0: ### Signal processing and other specific computations