|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.geeboss.model.midi.memory.MemoryComponent
net.sourceforge.geeboss.model.midi.memory.MemoryObject
net.sourceforge.geeboss.model.patch.Patch
public abstract class Patch
A Patch in geeboos
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.geeboss.model.midi.memory.MemoryObject |
|---|
mMemoryMap |
| Fields inherited from class net.sourceforge.geeboss.model.midi.memory.MemoryComponent |
|---|
mAbsoluteAddress, mBaseAddress, mName, mParent, mSize |
| Constructor Summary | |
|---|---|
Patch(java.lang.String name,
MemoryObject parent,
long baseAddress,
long size)
Construc a new Patch |
|
| Method Summary | |
|---|---|
abstract OdDsEffect |
getOdDs()
Getter for OdDs effect if available |
PatchChain |
getPatchChain()
Get the PatchChain for this patch |
PatchName |
getPatchName()
Get the PatchName for this patch |
void |
setup()
Setup the MemoryObject |
| Methods inherited from class net.sourceforge.geeboss.model.midi.memory.MemoryObject |
|---|
addReference, fromSysex, getComponent, handleClassCastException, isValue, toSysex |
| Methods inherited from class net.sourceforge.geeboss.model.midi.memory.MemoryComponent |
|---|
getAbsoluteAddress, getBaseAddress, getName, getParent, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Patch(java.lang.String name,
MemoryObject parent,
long baseAddress,
long size)
parent - the parent memory objectname - the memory object namebaseAddress - the memory object base addresssize - the memory object size| Method Detail |
|---|
public abstract OdDsEffect getOdDs()
public void setup()
setup in class MemoryObjectpublic PatchName getPatchName()
public PatchChain getPatchChain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||