Globals
index
/home/mike/src/jokosher/trunk/Jokosher/Globals.py

#       THIS FILE IS PART OF THE JOKOSHER PROJECT AND LICENSED UNDER THE GPL. SEE
#       THE 'COPYING' FILE FOR DETAILS
#
#       Globals.py
#       
#       This module contains variable definitions that can be used across the code
#       base and also includes methods for reading and writing these settings to
#       the Jokosher configuration in ~/.jokosher/config.
#
#-------------------------------------------------------------------------------

 
Modules
       
ConfigParser
gettext
gobject
gtk
locale
os

 
Classes
       
Settings

 
class Settings
     Methods defined here:
__init__(self, filename=None)
read(self)
Read in configuration settings from the config file
write(self)
Write config settings to the config file

Data and other attributes defined here:
general = {'mixdownformat': 'value', 'recentprojects': '/home/mike/src/jokosher/trunk/Jokosher/Test3/Tes...okosher/trunk/New Test/New Test.jokosher|New Test', 'sampleformat': 'value', 'samplerate': 'value', 'startupaction': 'value'}
playback = {'device': 'value', 'devicecardnum': 'value'}
recording = {'device': 'value', 'devicecardnum': 'value', 'fileformat': 'value'}

 
Functions
       
getCachedInstruments()
Create the instrument cache if it hasn't been 
created already and return the list.
idleCacheInstruments()

 
Data
        EFFECT_PRESETS_PATH = '/home/mike/src/jokosher/trunk/Jokosher/../effectspresets'
EFFECT_PRESETS_VERSION = None
GLADE_PATH = '/home/mike/src/jokosher/trunk/Jokosher/Jokosher.glade'
IMAGE_PATH = '/home/mike/src/jokosher/trunk/Jokosher/../images'
INSTRUMENT_HEADER_WIDTH = 0
JOKOSHER_PATH = '/home/mike/src/jokosher/trunk/Jokosher'
LADSPA_FACTORY_REGISTRY = None
LADSPA_NAME_MAP = []
LOCALE_APP = 'jokosher'
LOCALE_DIR = '/home/mike/src/jokosher/trunk/Jokosher/../locale'
VERSION = None
instrumentPropertyList = []
settings = <Globals.Settings instance>