File/dsg_config.inc.php

Description

Configuration file for the Dissonance Grading package

Includes
 require (dsg_view.class.php) (line 58)

View part of the MVC setup for the Dissonance Grading package

 require (dsg_controller.class.php) (line 54)

Controller part of the MVC setup for the Dissonance Grading package

 require (dsg.class.php) (line 50)

Model part of the MVC setup for the Dissonance Grading package

Constants
DSG_CSS = 'dsg.css' (line 45)

Default stylesheet, based on joskunst.net style

DSG_EXTERNAL_LIBS_INCLUDE_PATH = DSG_INCLUDE_PATH.DIRECTORY_SEPARATOR.'extlib' (line 24)

Include path for third-party libraries, change to wherever you want to keep those

DSG_INCLUDE_PATH = dirname(__FILE__).DIRECTORY_SEPARATOR.'includes' (line 19)

Include path, change to wherever you want to keep the classes and functions

DSG_MIDI_SUPPORT = FALSE (line 41)

Set to TRUE if MIDI support is needed

The Dissonance Grading package optionally uses Valentin Schmidts Midi Class 1.6, which can be downloaded from http://staff.dasdeck.de/valentin/midi/, and should be installed in DSG_EXTERNAL_LIBS_INCLUDE_PATH defined above.

DSG_TMPDIR = dirname(__FILE__).DIRECTORY_SEPARATOR.'tmp' (line 29)

Directory to save MIDI files, must be writable by webserver and within the document root

DSG_TMPDIR_DOCROOT = basename(DSG_TMPDIR) (line 33)

Directory for MIDI files from the point of view of the webserver

Documentation generated on Sun, 26 Nov 2006 14:19:30 +0100 by phpDocumentor 1.3.1