Home | Trees | Index | Help |
|
---|
|
aldrin
: Allows to load aldrin as a module.
about
: Contains the information displayed in the about box.
canvas
: Provides a double-buffered canvas class.
config
: Provides an object which eases access to the applications
configuration.
controls
: Contains refactored controls.
cpumonitor
: Provides dialog class for cpu monitor.
driver
: Contains tool functions to deal with audio and midi drivers.
envelope
: Provides dialogs, classes and controls to display/load/save
envelopes
extman
: Extension manager for aldrin.
freesound
: Provides an interface to the freesound web XML api.
glcanvas
hdrecorder
: Provides dialog class for hd recorder control.
indexer
: Reads and writes index files and directory structures.
info
: Provides an info view which allows to enter text.
interface
: Interfaces, classes and constants for contracted communication with UI
extensions.
main
: Provides application class and controls used in the aldrin main
window.
patterns
: Contains all classes and functions needed to render the pattern editor
and its associated dialogs.
preferences
: Contains panels and dialogs related to application preferences.
preset
: Provides a class to read and write preset files.
router
: Provides dialogs and controls to render the plugin view/router and its
associated components.
sequencer
: Contains all classes and functions needed to render the sequence
editor and its associated components.
utils
: Provides utility functions needed all over the place, which have no
specific module or class they belong to.
wavetable
: Contains all classes and functions needed to render the wavetable
editor and the envelope viewer.
wximport
__builtin__.object
:
The most base type
aldrin.interface.Interface
:
Base class for all interfaces, which is responsible for making sure
contracts between host and client are not violated.
aldrin.interface.IExtension
:
Base class for Aldrin UI extensions.
aldrin.interface.IExtensionHost
:
Base class for the Aldrin UI extension host.
aldrin.extman.ExtensionHost
:
Acts as an agent between extension and manager and stores
metainformation.
aldrin.interface.IExtensionManager
:
UI extension manager interface.
aldrin.extman.ExtensionManager
:
UI extension manager.
aldrin.interface.IMainFrame
:
Base interface for the mainframe window.
aldrin.main.AldrinFrame
:
The application main window class.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
aldrin.driver.AudioDriver
aldrin.freesound.Freesound
aldrin.glcanvas.GLClientDC
aldrin.indexer.Directory
:
Resembles a folder or a submenu containing plugin references.
aldrin.indexer.Reference
:
Resembles a plugin reference.
aldrin.indexer.Separator
:
Separates plugins.
aldrin.preset.Preset
:
A class to hold preset data.
aldrin.preset.PresetCollection
:
A collection of plugin parameter presets.
exceptions.Exception
:
Common base class for all exceptions.
aldrin.driver.AudioInitException
aldrin.main.CancelException
:
Is being thrown when the user hits cancel in a sequence of modal UI
dialogs.
aldrin.preferences.CancelException
:
Is being thrown when the user hits cancel in a sequence of modal UI
dialogs.
aldrin.sequencer.PatternNotFoundException
:
Exception thrown when pattern is not found.
aldrin.interface.UnknownServiceException
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:16 2007 | http://epydoc.sf.net |