| Modifier and Type | Method and Description |
|---|---|
Module |
ModContainer.getCurrentMod() |
Module |
ModMixer.getMod() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModInfoPanel.fillInfoPanelWith(Module currentMod) |
| Constructor and Description |
|---|
ModMixer(Module mod,
int sampleSizeInBits,
int channels,
int sampleRate,
int doISP,
boolean doWideStereoMix,
boolean doNoiseReduction,
boolean doMegaBass,
int doNoLoops,
int msBufferSize)
Constructor for ModMixer
|
| Modifier and Type | Method and Description |
|---|---|
static Module |
ModuleFactory.getInstance(File file)
Uses the File-Extension to find a suitable loader.
|
static Module |
ModuleFactory.getInstance(String fileName)
Uses the File-Extension to find a suitable loader.
|
static Module |
ModuleFactory.getInstance(URL url)
Uses the File-Extension to find a suitable loader.
|
static Module |
ModuleFactory.getModuleFromExtension(String extension) |
protected abstract Module |
Module.getNewInstance(String fileName)
Create an Instance of your own - is used by loadModFile before loadModFileInternal is called
|
Module |
Module.loadModFile(File file)
Loads a Module.
|
Module |
Module.loadModFile(ModfileInputStream inputStream) |
Module |
Module.loadModFile(String fileName)
Loads a Module.
|
Module |
Module.loadModFile(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModuleFactory.deregisterModule(Module mod) |
static void |
ModuleFactory.registerModule(Module mod) |
| Modifier and Type | Method and Description |
|---|---|
Module |
InstrumentsContainer.getParentModule() |
| Constructor and Description |
|---|
InstrumentsContainer(Module module,
int anzInstruments,
int anzSamples)
Constructor for InstrumentsContainer
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImpulseTrackerMod |
class |
ProTrackerMod |
class |
ScreamTrackerMod |
class |
ScreamTrackerOldMod |
class |
XMMod |
| Modifier and Type | Method and Description |
|---|---|
protected Module |
XMMod.getNewInstance(String fileName) |
protected Module |
ScreamTrackerOldMod.getNewInstance(String fileName) |
protected Module |
ScreamTrackerMod.getNewInstance(String fileName) |
protected Module |
ProTrackerMod.getNewInstance(String fileName) |
protected Module |
ImpulseTrackerMod.getNewInstance(String fileName) |
| Modifier and Type | Field and Description |
|---|---|
protected Module |
BasicModMixer.mod |
| Constructor and Description |
|---|
BasicModMixer(Module mod,
int sampleRate,
int doISP,
int doNoLoops)
Constructor for BasicModMixer
|
ProTrackerMixer(Module mod,
int sampleRate,
int doISP,
int doNoLoops)
Constructor for ProTrackerMixer
|
ScreamTrackerMixer(Module mod,
int sampleRate,
int doISP,
int doNoLoops)
Constructor for ScreamTrackerMixer
|
Copyright © 2014. All rights reserved.