changeset 50:c9e06ce25739

default fluidsynth setup is now genuser_fs
author daniel
date Thu, 14 May 2015 10:55:27 +0100
parents f28a47a759a2
children 91a146143e4b
files var/dml/settings.db
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/var/dml/settings.db	Thu May 14 10:54:28 2015 +0100
+++ b/var/dml/settings.db	Thu May 14 10:55:27 2015 +0100
@@ -1,5 +1,5 @@
 /*  Saved settings
-    Date: Fri Mar 13 08:19:56 2015
+    Date: Sun Apr 26 10:49:40 2015
 */
 
 
@@ -24,8 +24,11 @@
 %	IP addresses from which remotes are allowed to connect
 setting(pengines:allow_from, [*]).
 
+%	Pixels per inch for in browser figures
+setting(matlab:pixels_per_inch, 300).
+
 %	Soundfont directory
 setting(score:soundfont_dir, "~/lib/sounds/sf2").
 
-%	Pixels per inch for in browser figures
-setting(matlab:pixels_per_inch, 300).
+%	Fluidsynth initialisation file
+setting(score:fluidsynth_rc, genuser_fs).