Definition at line 20 of file MeapaeMComposer.java.
Public Methods | |
void | setup () throws IOException, ParserException |
Setup the Composer - read in files, etc. | |
EDLFile | compose () |
Compose an EDLFile. | |
Static Public Attributes | |
String | description |
|
Compose an EDLFile. This is where the magic happens. Implements composers.Composer. Definition at line 114 of file MeapaeMComposer.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 101 of file MeapaeMComposer.java. |
|
Initial value: "Makes palindromes by writing " + "each chunk of audio forward and then backward." Reimplemented from composers.Composer. Definition at line 22 of file MeapaeMComposer.java. |