samer@8: /* Saved settings samer@21: Date: Thu Feb 12 01:52:40 2015 samer@8: */ samer@8: samer@8: samer@8: % Indentation used goals in the body samer@8: setting(listing:body_indentation, 3). samer@8: samer@8: % Distance between tab-stops. 0 uses only spaces samer@8: setting(listing:tab_distance, 3). samer@8: samer@8: % Width of a line. 0 is infinite samer@8: setting(listing:line_width, 100). samer@8: samer@8: % Number of server threads samer@8: setting(http:workers, 8). samer@8: samer@8: % Application name samer@8: setting(htmlutils:appname, "DML"). samer@8: samer@8: % Default limit for Musicbrainz search and browse queries samer@8: setting(musicbrainz:limit, 40). samer@8: samer@8: % Minimum time between Musicbrainz requests samer@8: setting(musicbrainz:min_wait, 0.91). samer@8: samer@8: % IP addresses from which remotes are allowed to connect samer@8: setting(pengines:allow_from, ['127.0.0.1','192.168.1.68','192.168.1.76']). samer@8: samer@8: % Pixels per inch for in browser figures samer@8: setting(matlab:pixels_per_inch, 300). samer@8: samer@8: % Decoration for AudioFile URIs samer@8: setting(audio_ui:audiofile_decoration, player). samer@8: samer@8: % Default width of rendered score in mm samer@8: setting(score_ui:default_width, 210). samer@8: samer@8: % Soundfont directory samer@8: setting(score_ui:soundfont_dir, "~/lib/sounds/sf2").