|
||||||||||
| 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.PatchChain
net.sourceforge.geeboss.model.midi.roland.gt8.patch.Gt8PatchChain
public class Gt8PatchChain
A Gt8 Patch chain
| 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 | |
|---|---|
Gt8PatchChain(java.lang.String name,
MemoryObject parent,
long baseAddress,
long size)
Construc a new Gt8PatchChain |
|
| Method Summary | |
|---|---|
MemoryValue.NumberValue[] |
getChain()
Returns implementation specific patch chain |
java.util.Map<java.lang.String,java.lang.Integer> |
getEditorValues()
Returns implementation specific editor values |
void |
setup()
Setup the MemoryObject |
| Methods inherited from class net.sourceforge.geeboss.model.patch.PatchChain |
|---|
setChain |
| 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 Gt8PatchChain(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 MemoryValue.NumberValue[] getChain()
getChain in class PatchChainpublic java.util.Map<java.lang.String,java.lang.Integer> getEditorValues()
getEditorValues in class PatchChainpublic void setup()
setup in class MemoryObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||