diff cpack/dml/README @ 0:718306e29690 tip

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