| org.apache.cocoon.generation.AbstractGenerator org.apache.cocoon.generation.XMidiGenerator
XMidiGenerator | public class XMidiGenerator extends AbstractGenerator implements Parameterizable(Code) | | Reads a standard MIDI file and generates SAX Events.
The MIDI file parsing parts of this class are based on code from the XMidi project, written
by Peter Arthur Loeb (http://www.palserv.com/XMidi/) and used with permission.
The warranty disclaimer of the MIT license (http://www.opensource.org/licenses/mit-license.html)
applies to Peter Arthur Loeb's code.
author: Mark Leicester author: Peter Loeb |
inputSource | protected Source inputSource(Code) | | The input source
|
getKey | public java.io.Serializable getKey()(Code) | | Generate the unique key.
This key must be unique inside the space of this component.
The generated key hashes the src |
getValidity | public SourceValidity getValidity()(Code) | | Generate the validity object.
The generated validity object or null if thecomponent is currently not cacheable. |
initializeLookupTables | void initializeLookupTables()(Code) | | |
initializeVariables | void initializeVariables()(Code) | | |
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | |
recycle | public void recycle()(Code) | | Recycle this component.
All instance variables are set to null .
|
|
|