net.sourceforge.geeboss.model.patch
Class PatchChain
java.lang.Object
net.sourceforge.geeboss.model.midi.memory.MemoryComponent
net.sourceforge.geeboss.model.midi.memory.MemoryObject
net.sourceforge.geeboss.model.patch.PatchChain
- All Implemented Interfaces:
- Referencing, Sysexable
- Direct Known Subclasses:
- Gt8PatchChain
public abstract class PatchChain
- extends MemoryObject
A PatchChain in geeboos
- Author:
- Frederic BORRY
Constructor Summary |
PatchChain(java.lang.String name,
MemoryObject parent,
long baseAddress,
long size)
Construc a new PatchChain |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatchChain
public PatchChain(java.lang.String name,
MemoryObject parent,
long baseAddress,
long size)
- Construc a new PatchChain
- Parameters:
parent
- the parent memory objectname
- the memory object namebaseAddress
- the memory object base addresssize
- the memory object size
getChain
public abstract MemoryValue.NumberValue[] getChain()
- Returns implementation specific patch chain
- Returns:
- implementation specific patch chain
getEditorValues
public abstract java.util.Map<java.lang.String,java.lang.Integer> getEditorValues()
- Returns implementation specific editor values
- Returns:
- implementation specific editor values
setChain
public void setChain(java.util.List<Pedal> editors)
- Set the chain order
- Parameters:
editors
- the list of editors in the new order
Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.