Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

composers.ShoobyComposer Class Reference

Inheritance diagram for composers.ShoobyComposer:

Inheritance graph
[legend]
Collaboration diagram for composers.ShoobyComposer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Program that composes an EDL by hopping around from chunk to chunk.

Starts from a the first chunk in the source file. Always picks the nearest neighbor in feature space from current chunk. Then makes a drunken walk through the sorted file to the specifications of the user.

Authors:
Sam Pluta ([email protected]) and Ron Weiss ([email protected])

Definition at line 44 of file ShoobyComposer.java.

Public Methods

void printUsageAndExit ()
 ShoobyComposer (String[] args)
 ShoobyComposer constructor.

EDLFile compose ()
 Compose an EDLFile.


Static Public Methods

void main (String[] args)

Static Public Attributes

String description


Constructor & Destructor Documentation

composers.ShoobyComposer.ShoobyComposer String    args[] [inline]
 

ShoobyComposer constructor.

Parses command line arguments

Definition at line 91 of file ShoobyComposer.java.


Member Function Documentation

EDLFile composers.ShoobyComposer.compose   [inline, virtual]
 

Compose an EDLFile.

This is where the magic happens.

Reimplemented from composers.SortComposer.

Definition at line 96 of file ShoobyComposer.java.


Member Data Documentation

String composers.ShoobyComposer.description [static]
 

Initial value:

 "ShoobyComposer starts at the first chunk and proceeds through the sound file " +
        "from each chunk to its nearest neighbor, according to the features in the input features file.  " +
        "It then makes a drunken walk through the sorted file in the style of scat singer Shooby Taylor."

Reimplemented from composers.SortComposer.

Definition at line 46 of file ShoobyComposer.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:34 2007 for MEAPsoft by doxygen1.2.18