Produces an EDL from two feature files. Basically an offline version of Mike Mandel's mashup generator.
Definition at line 49 of file MashupComposer.java.
Public Methods | |
MashupComposer (String[] args) | |
MashupComposer constructor. | |
void | setup () throws IOException, ParserException |
Setup the Composer - read in files, etc. | |
EDLFile | compose () |
Compose an EDLFile. | |
Static Public Attributes | |
String | description |
|
MashupComposer constructor. Parses command line arguments Definition at line 104 of file MashupComposer.java. References meapsoft.MEAPUtil.parseChunkDist(), composers.Composer.parseCommands(), and meapsoft.MEAPUtil.parseFeatDim(). |
|
Compose an EDLFile. This is where the magic happens. Implements composers.Composer. Definition at line 174 of file MashupComposer.java. |
|
Setup the Composer - read in files, etc. This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized. Reimplemented from composers.Composer. Definition at line 154 of file MashupComposer.java. |
|
Initial value: "Attempts to match chunks in the target features file using " + "chunks from the input features file. The result is a target sound " + "file created from pieces of the source sound file." Reimplemented from composers.Composer. Definition at line 51 of file MashupComposer.java. |