Uses of Class
net.sourceforge.geeboss.model.midi.memory.MemoryComponent

Packages that use MemoryComponent
net.sourceforge.geeboss.model.effect   
net.sourceforge.geeboss.model.event   
net.sourceforge.geeboss.model.midi.memory   
net.sourceforge.geeboss.model.midi.roland   
net.sourceforge.geeboss.model.midi.roland.gt8   
net.sourceforge.geeboss.model.midi.roland.gt8.effect   
net.sourceforge.geeboss.model.midi.roland.gt8.patch   
net.sourceforge.geeboss.model.midi.sysex   
net.sourceforge.geeboss.model.patch   
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.effect
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.effect
 class AmpEffect
          An Amp effect
 class ChorusEffect
          A Chorus effect
 class CompEffect
          A Compressor effect
 class DelayEffect
          A Delay effect
 class DirectLevelableEffect
          An effect in geeboos
 class DOutEffect
          An DOut effect
 class Effect
          An effect in geeboos
 class EqEffect
          An Eq effect
 class Fx1Effect
          An Fx1 effect
 class Fx2Effect
          An Fx2 effect
 class LevelableEffect
          An effect in geeboos
 class LoopEffect
          An Loop effect
 class NsEffect
          A Ns effect
 class OdDsEffect
          An OdDs effect
 class ReverbEffect
          A Reverb effect
 class VolumeEffect
          A Volume effect
 class WahEffect
          An Wah effect
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.event
 

Methods in net.sourceforge.geeboss.model.event with parameters of type MemoryComponent
 void ValueChangeListener.valueChanged(MemoryComponent value)
          Notify the listener that the provided value (or object) has changed
 

Method parameters in net.sourceforge.geeboss.model.event with type arguments of type MemoryComponent
 void ValueUpdateListener.valuesUpdated(java.util.List<MemoryComponent> values)
          Notify the listener that the provided values (or objects) have been updated
 void MidiEventManager.valuesUpdated(java.util.List<MemoryComponent> values)
          Notify the listener that the provided values (or objects) have been updated
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.midi.memory
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.midi.memory
 class MappedDevice
          A device that has a mapped memory
 class MemoryObject
          An object memory component
 class MemoryValue
          A value memory component
static class MemoryValue.ByteValue
          A Byte value
static class MemoryValue.CharValue
          A Char value
static class MemoryValue.NumberValue
          A number value
static class MemoryValue.StringValue
          A string value
 

Methods in net.sourceforge.geeboss.model.midi.memory that return MemoryComponent
 MemoryComponent Reference.createReference(MemoryObject holder, MemoryManager manager)
          Create the referenced object
 MemoryComponent MemoryMap.get(long address)
          Get the MemoryComponent mapped to the specified address
 MemoryComponent MemoryMap.get(java.lang.String name)
          Get the MemoryComponent given it's name
protected  MemoryComponent MappedDevice.getComponent(long address)
          Get a memory component given it's address
 MemoryComponent MemoryObject.getComponent(java.lang.String path)
          Returns the memory component associated to the provided path
 

Methods in net.sourceforge.geeboss.model.midi.memory that return types with arguments of type MemoryComponent
 java.util.Collection<MemoryComponent> MemoryMap.getMemoryComponents()
          Returns component collection sorted in memory order
 

Methods in net.sourceforge.geeboss.model.midi.memory with parameters of type MemoryComponent
 void MemoryMap.add(MemoryComponent component)
          Add a MemoryComponent to this map
 

Method parameters in net.sourceforge.geeboss.model.midi.memory with type arguments of type MemoryComponent
 void MemoryValue.StringValue.fromSysex(SysexMemoryMessage message, java.util.List<MemoryComponent> updated)
          Load this Syseable object from a sysex memory message
 void MemoryValue.CharValue.fromSysex(SysexMemoryMessage message, java.util.List<MemoryComponent> updated)
          Load this Syseable object from a sysex memory message
 void MemoryValue.ByteValue.fromSysex(SysexMemoryMessage message, java.util.List<MemoryComponent> updated)
          Load this Syseable object from a sysex memory message
 void MemoryObject.fromSysex(SysexMemoryMessage message, java.util.List<MemoryComponent> updated)
          Load this Syseable object from a sysex memory message
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland
 class RolandDevice
          Base class for roland midi devices
 

Methods in net.sourceforge.geeboss.model.midi.roland with parameters of type MemoryComponent
 void RolandDevice.requestMemoryComponent(MemoryComponent component)
          Request the data associated to a memory component from the device
 void RolandDevice.sendMemoryComponent(MemoryComponent component)
          Send the data associated to a memory component to the device
 void RolandDevice.valueChanged(MemoryComponent value)
          Notify the listener that the provided value (or object) has changed
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland.gt8
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland.gt8
 class Gt8
          Gt8 devices
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland.gt8.effect
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland.gt8.effect
 class Gt8Amp
          A Gt8 Amp effect
 class Gt8Chorus
          A Gt8 Chorus effect
 class Gt8Comp
          A Gt8 Comp effect
 class Gt8Delay
          A Gt8 Delay effect
 class Gt8DOut
          A Gt8 DOut effect
 class Gt8Eq
          A Gt8 Eq effect
 class Gt8Fx1
          A Gt8 Fx1 effect
 class Gt8Fx2
          A Gt8 Fx2 effect
 class Gt8Loop
          A Gt8 Loop effect
 class Gt8Ns
          A Gt8 Ns effect
 class Gt8OdDs
          A Gt8 OdDs effect
 class Gt8Reverb
          A Gt8 Reverb effect
 class Gt8Volume
          A Gt8 Volume effect
 class Gt8Wah
          A Gt8 Wah effect
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland.gt8.patch
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.midi.roland.gt8.patch
 class Gt8Patch
          A Gt8 Patch
 class Gt8PatchChain
          A Gt8 Patch chain
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.midi.sysex
 

Method parameters in net.sourceforge.geeboss.model.midi.sysex with type arguments of type MemoryComponent
 void Sysexable.fromSysex(SysexMemoryMessage message, java.util.List<MemoryComponent> updated)
          Load this Syseable object from a sysex memory message
 

Uses of MemoryComponent in net.sourceforge.geeboss.model.patch
 

Subclasses of MemoryComponent in net.sourceforge.geeboss.model.patch
 class Patch
          A Patch in geeboos
 class PatchChain
          A PatchChain in geeboos
 class PatchName
          A PatchName in geeboos
 



Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.