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

commiting public release
author Daniel Wolff
date Tue, 09 Feb 2016 21:05:06 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:718306e29690
1 # Digital Music Lab Cliopatria plugin
2
3 This CPACK relies on a number of external files and packages.
4
5
6 ## Score to sound rendering via fluidsynth
7
8 This requires fluidsynth to be installed, along with some usable sound fonts.
9 The applications/score_ui GUI presents various options for what instrument(s)
10 to use to sonify a given score. This determines which fluidsynth initialisation
11 file is used -- these are kept in ./fluid. If you look at one of these files,
12 you will see that they refer to specific soundfonts. As the licensing status
13 of these files is somewhat unclear, I'm leaving it up to you to download them.
14 Whatever you do, collect all these soundfonts (or file system links) in one
15 directory and edit the setting score_ui:soundfont_dir to point to this
16 directroy. The default directory is /usr/share/sounds/sf2, which is where
17 Debian based distros install their soundfonts. At the very least, you can do
18
19 apt-get install fluid-soundfont-gm
20
21 and get a working general midi soundfont, by selecting fluid_gm as your
22 fluidsynth initialisation file.
23
24
25 ## MATLAB
26
27 ### General figure plotting service
28
29 ### Signal processing and other specific computations