| Modifier | Constructor and Description |
|---|---|
|
ProTrackerMod()
Constructor for ProTrackerMod
|
protected |
ProTrackerMod(String fileName)
Constructor for ProTrackerMod
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkLoadingPossible(ModfileInputStream inputStream)
Returns true if the loader thinks this mod can be loaded by him
|
boolean |
doFastSlides()
For s3m this is neccessary!
|
int |
getChannelVolume(int channel)
Give the channel volume for this channel. 0->64
|
String[] |
getFileExtensionList()
Retrieve the file extension list this loader/player is used for
|
int |
getFrequencyTable()
Return 0: Amiga Mod Frequencytable (like mod, s3m, nst, wow...)
|
BasicModMixer |
getModMixer(int sampleRate,
int doISP,
int doNoLoops) |
protected Module |
getNewInstance(String fileName)
Create an Instance of your own - is used by loadModFile before loadModFileInternal is called
|
int |
getPanningValue(int channel)
Give panning value 0..256 (128 is center)
|
void |
loadModFileInternal(ModfileInputStream inputStream) |
allocArrangement, cleanUpArrangement, getArrangement, getBaseVolume, getBPMSpeed, getFileName, getInstrumentContainer, getModID, getModType, getNChannels, getNInstruments, getNPattern, getNSamples, getPatternContainer, getSongFlags, getSongLength, getSongName, getTempo, getTrackerName, isArrangementPositionPlayed, loadModFile, loadModFile, loadModFile, loadModFile, readSampleData, resetLoopRecognition, setArrangement, setArrangementPositionPlayed, setBaseVolume, setBPMSpeed, setInstrumentContainer, setModID, setModType, setNChannels, setNInstruments, setNPattern, setNSamples, setPatternContainer, setSongFlags, setSongLength, setSongName, setTempo, setTrackerName, toShortInfoString, toStringpublic ProTrackerMod()
protected ProTrackerMod(String fileName)
public String[] getFileExtensionList()
ModulegetFileExtensionList in class ModuleModule.getFileExtensionList()public BasicModMixer getModMixer(int sampleRate, int doISP, int doNoLoops)
getModMixer in class ModulesampleRate - de.quippy.javamod.multimedia.mod.loader.Module#getModMixer(int)public int getPanningValue(int channel)
ModulegetPanningValue in class Modulechannel - Module.getPanningValue(int)public int getChannelVolume(int channel)
ModulegetChannelVolume in class Modulechannel - Module.getChannelVolume(int)public int getFrequencyTable()
ModulegetFrequencyTable in class ModuleModule.getFrequencyTable()public boolean doFastSlides()
ModuledoFastSlides in class ModuleModule.doFastSlides()public boolean checkLoadingPossible(ModfileInputStream inputStream) throws IOException
ModulecheckLoadingPossible in class ModuleinputStream - IOExceptionModule.checkLoadingPossible(de.quippy.javamod.io.ModfileInputStream)protected Module getNewInstance(String fileName)
ModulegetNewInstance in class ModulefileName - Module.getNewInstance(java.lang.String)public void loadModFileInternal(ModfileInputStream inputStream) throws IOException
loadModFileInternal in class ModuleinputStream - IOExceptionde.quippy.javamod.multimedia.mod.loader.Module#loadModFile(java.io.DataInputStream)Copyright © 2014. All rights reserved.