|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--marf.Storage.SampleLoader
|
+--marf.Storage.Loaders.MIDILoader
Not Implemented.
| Field Summary |
| Fields inherited from class marf.Storage.SampleLoader |
iRequiredBitSize, iRequiredChannels, iRequiredFrequency, oAudioFormat, oAudioInputStream, oByteArrayOutputStream, oSample |
| Fields inherited from interface marf.Storage.ISampleLoader |
DEFAULT_CHANNELS, DEFAULT_FREQUENCY, DEFAULT_SAMPLE_BIT_SIZE, INTERFACE_CODE_REVISION |
| Constructor Summary | |
MIDILoader()
MIDI Loader Constructor. |
|
| Method Summary | |
static java.lang.String |
getRevision()
Returns source code revision information. |
marf.Storage.Sample |
loadSample(java.io.File poFile)
Not Implemented. |
int |
readAudioData(double[] padSample)
Not Implemented. |
void |
saveSample(java.io.File poFile)
Not Implemented. |
int |
writeAudioData(double[] padSample,
int piNbrData)
Not Implemented. |
| Methods inherited from class marf.Storage.SampleLoader |
getSample, getSampleSize, loadSample, reset, saveSample, setSample, updateSample |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MIDILoader()
| Method Detail |
public final int readAudioData(double[] padSample)
throws StorageException
padSample - unused
NotImplementedException
StorageException - never thrown
public final int writeAudioData(double[] padSample,
int piNbrData)
throws StorageException
padSample - unusedpiNbrData - unused
NotImplementedException
StorageException - never thrown
public marf.Storage.Sample loadSample(java.io.File poFile)
throws StorageException
poFile - unused
NotImplementedException
StorageException - never thrown
public void saveSample(java.io.File poFile)
throws StorageException
poFile - unused
NotImplementedException
StorageException - never thrownpublic static java.lang.String getRevision()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||