public class PartAudioInImpl extends PartImpl implements PartAudioIn
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static AmpEg |
AMP_EG_EDEFAULT
The default value of the '
Amp Eg' attribute. |
protected AmpEg |
ampEg
The cached value of the '
Amp Eg' attribute. |
protected static BpmSync |
BPM_SYNC_EDEFAULT
The default value of the '
Bpm Sync' attribute. |
protected BpmSync |
bpmSync
The cached value of the '
Bpm Sync' attribute. |
protected byte |
cutoff
The cached value of the '
Cutoff' attribute. |
protected static byte |
CUTOFF_EDEFAULT
The default value of the '
Cutoff' attribute. |
protected static byte |
EG_INTENSITY_EDEFAULT
The default value of the '
Eg Intensity' attribute. |
protected static byte |
EG_TIME_EDEFAULT
The default value of the '
Eg Time' attribute. |
protected byte |
egIntensity
The cached value of the '
Eg Intensity' attribute. |
protected byte |
egTime
The cached value of the '
Eg Time' attribute. |
protected static FilterType |
FILTER_TYPE_EDEFAULT
The default value of the '
Filter Type' attribute. |
protected FilterType |
filterType
The cached value of the '
Filter Type' attribute. |
protected static FxSelect |
FX_SELECT_EDEFAULT
The default value of the '
Fx Select' attribute. |
protected static FxSend |
FX_SEND_EDEFAULT
The default value of the '
Fx Send' attribute. |
protected FxSelect |
fxSelect
The cached value of the '
Fx Select' attribute. |
protected FxSend |
fxSend
The cached value of the '
Fx Send' attribute. |
protected static byte |
MOD_DEPTH_EDEFAULT
The default value of the '
Mod Depth' attribute. |
protected static ModDest |
MOD_DEST_EDEFAULT
The default value of the '
Mod Dest' attribute. |
protected static byte |
MOD_SPEED_EDEFAULT
The default value of the '
Mod Speed' attribute. |
protected static ModType |
MOD_TYPE_EDEFAULT
The default value of the '
Mod Type' attribute. |
protected byte |
modDepth
The cached value of the '
Mod Depth' attribute. |
protected ModDest |
modDest
The cached value of the '
Mod Dest' attribute. |
protected byte |
modSpeed
The cached value of the '
Mod Speed' attribute. |
protected ModType |
modType
The cached value of the '
Mod Type' attribute. |
protected byte |
pan
The cached value of the '
Pan' attribute. |
protected static byte |
PAN_EDEFAULT
The default value of the '
Pan' attribute. |
protected static byte |
RESERVED_BIT_AFTER_MOD_DEPTH_EDEFAULT
The default value of the '
Reserved Bit After Mod Depth' attribute. |
protected static byte |
RESERVED_BITS_BYTE7_EDEFAULT
The default value of the '
Reserved Bits Byte7' attribute. |
protected byte |
reservedBitAfterModDepth
The cached value of the '
Reserved Bit After Mod Depth' attribute. |
protected byte |
reservedBitsByte7
The cached value of the '
Reserved Bits Byte7' attribute. |
protected byte |
resonance
The cached value of the '
Resonance' attribute. |
protected static byte |
RESONANCE_EDEFAULT
The default value of the '
Resonance' attribute. |
protected Roll |
roll
The cached value of the '
Roll' attribute. |
protected static Roll |
ROLL_EDEFAULT
The default value of the '
Roll' attribute. |
protected SequenceData |
sequenceData
The cached value of the '
Sequence Data' containment reference. |
protected SequenceDataGate |
sequenceDataGate
The cached value of the '
Sequence Data Gate' containment reference. |
LABEL_EDEFAULT, level, LEVEL_EDEFAULT, MOTION_SEQUENCE_STATUS_EDEFAULT, motionSequenceStatus| Modifier | Constructor and Description |
|---|---|
protected |
PartAudioInImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetSequenceData(SequenceData newSequenceData,
NotificationChain msgs) |
NotificationChain |
basicSetSequenceDataGate(SequenceDataGate newSequenceDataGate,
NotificationChain msgs) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
AmpEg |
getAmpEg() |
BpmSync |
getBpmSync() |
byte |
getCutoff() |
byte |
getEgIntensity() |
byte |
getEgTime() |
FilterType |
getFilterType() |
FxSelect |
getFxSelect() |
FxSend |
getFxSend() |
java.lang.String |
getLabel() |
byte |
getModDepth() |
ModDest |
getModDest() |
byte |
getModSpeed() |
ModType |
getModType() |
byte |
getPan() |
byte |
getReservedBitAfterModDepth() |
byte |
getReservedBitsByte7() |
byte |
getResonance() |
Roll |
getRoll() |
SequenceData |
getSequenceData() |
SequenceDataGate |
getSequenceDataGate() |
void |
init(byte[] b) |
void |
setAmpEg(AmpEg newAmpEg) |
void |
setBpmSync(BpmSync newBpmSync) |
void |
setCutoff(byte newCutoff) |
void |
setEgIntensity(byte newEgIntensity) |
void |
setEgTime(byte newEgTime) |
void |
setFilterType(FilterType newFilterType) |
void |
setFxSelect(FxSelect newFxSelect) |
void |
setFxSend(FxSend newFxSend) |
void |
setModDepth(byte newModDepth) |
void |
setModDest(ModDest newModDest) |
void |
setModSpeed(byte newModSpeed) |
void |
setModType(ModType newModType) |
void |
setPan(byte newPan) |
void |
setReservedBitAfterModDepth(byte newReservedBitAfterModDepth) |
void |
setReservedBitsByte7(byte newReservedBitsByte7) |
void |
setResonance(byte newResonance) |
void |
setRoll(Roll newRoll) |
void |
setSequenceData(SequenceData newSequenceData) |
void |
setSequenceDataGate(SequenceDataGate newSequenceDataGate) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
getLevel, getMotionSequenceStatus, getSampleLabel, setLevel, setMotionSequenceStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLevel, getMotionSequenceStatus, getSampleLabel, setLevel, setMotionSequenceStatusprotected static final AmpEg AMP_EG_EDEFAULT
Amp Eg' attribute.
getAmpEg()protected AmpEg ampEg
Amp Eg' attribute.
getAmpEg()protected static final BpmSync BPM_SYNC_EDEFAULT
Bpm Sync' attribute.
getBpmSync()protected BpmSync bpmSync
Bpm Sync' attribute.
getBpmSync()protected static final byte CUTOFF_EDEFAULT
Cutoff' attribute.
getCutoff(),
Constant Field Valuesprotected byte cutoff
Cutoff' attribute.
getCutoff()protected static final byte EG_INTENSITY_EDEFAULT
Eg Intensity' attribute.
getEgIntensity(),
Constant Field Valuesprotected byte egIntensity
Eg Intensity' attribute.
getEgIntensity()protected static final byte EG_TIME_EDEFAULT
Eg Time' attribute.
getEgTime(),
Constant Field Valuesprotected byte egTime
Eg Time' attribute.
getEgTime()protected static final FilterType FILTER_TYPE_EDEFAULT
Filter Type' attribute.
getFilterType()protected FilterType filterType
Filter Type' attribute.
getFilterType()protected static final FxSelect FX_SELECT_EDEFAULT
Fx Select' attribute.
getFxSelect()protected FxSelect fxSelect
Fx Select' attribute.
getFxSelect()protected static final FxSend FX_SEND_EDEFAULT
Fx Send' attribute.
getFxSend()protected FxSend fxSend
Fx Send' attribute.
getFxSend()protected static final byte MOD_DEPTH_EDEFAULT
Mod Depth' attribute.
getModDepth(),
Constant Field Valuesprotected byte modDepth
Mod Depth' attribute.
getModDepth()protected static final ModDest MOD_DEST_EDEFAULT
Mod Dest' attribute.
getModDest()protected ModDest modDest
Mod Dest' attribute.
getModDest()protected static final byte MOD_SPEED_EDEFAULT
Mod Speed' attribute.
getModSpeed(),
Constant Field Valuesprotected byte modSpeed
Mod Speed' attribute.
getModSpeed()protected static final ModType MOD_TYPE_EDEFAULT
Mod Type' attribute.
getModType()protected ModType modType
Mod Type' attribute.
getModType()protected static final byte PAN_EDEFAULT
Pan' attribute.
getPan(),
Constant Field Valuesprotected static final byte RESERVED_BIT_AFTER_MOD_DEPTH_EDEFAULT
Reserved Bit After Mod Depth' attribute.
protected byte reservedBitAfterModDepth
Reserved Bit After Mod Depth' attribute.
getReservedBitAfterModDepth()protected static final byte RESONANCE_EDEFAULT
Resonance' attribute.
getResonance(),
Constant Field Valuesprotected byte resonance
Resonance' attribute.
getResonance()protected static final Roll ROLL_EDEFAULT
Roll' attribute.
getRoll()protected SequenceData sequenceData
Sequence Data' containment reference.
getSequenceData()protected SequenceDataGate sequenceDataGate
Sequence Data Gate' containment reference.
getSequenceDataGate()protected static final byte RESERVED_BITS_BYTE7_EDEFAULT
Reserved Bits Byte7' attribute.
getReservedBitsByte7(),
Constant Field Valuesprotected byte reservedBitsByte7
Reserved Bits Byte7' attribute.
getReservedBitsByte7()public void init(byte[] b)
init in interface PartAudioInprotected EClass eStaticClass()
eStaticClass in class PartImplpublic AmpEg getAmpEg()
getAmpEg in interface PartWithCommonAmpEg,
PartWithCommon.setAmpEg(AmpEg),
EsxPackage.getPartWithCommon_AmpEg()public void setAmpEg(AmpEg newAmpEg)
setAmpEg in interface PartWithCommonnewAmpEg - the new value of the 'Amp Eg' attribute.AmpEg,
PartWithCommon.getAmpEg()public BpmSync getBpmSync()
getBpmSync in interface PartWithCommonBpmSync,
PartWithCommon.setBpmSync(BpmSync),
EsxPackage.getPartWithCommon_BpmSync()public void setBpmSync(BpmSync newBpmSync)
setBpmSync in interface PartWithCommonnewBpmSync - the new value of the 'Bpm Sync' attribute.BpmSync,
PartWithCommon.getBpmSync()public byte getCutoff()
getCutoff in interface PartWithCommonPartWithCommon.setCutoff(byte),
EsxPackage.getPartWithCommon_Cutoff()public void setCutoff(byte newCutoff)
setCutoff in interface PartWithCommonnewCutoff - the new value of the 'Cutoff' attribute.PartWithCommon.getCutoff()public byte getEgIntensity()
getEgIntensity in interface PartWithCommonPartWithCommon.setEgIntensity(byte),
EsxPackage.getPartWithCommon_EgIntensity()public void setEgIntensity(byte newEgIntensity)
setEgIntensity in interface PartWithCommonnewEgIntensity - the new value of the 'Eg Intensity' attribute.PartWithCommon.getEgIntensity()public byte getEgTime()
getEgTime in interface PartWithCommonPartWithCommon.setEgTime(byte),
EsxPackage.getPartWithCommon_EgTime()public void setEgTime(byte newEgTime)
setEgTime in interface PartWithCommonnewEgTime - the new value of the 'Eg Time' attribute.PartWithCommon.getEgTime()public FilterType getFilterType()
getFilterType in interface PartWithCommonFilterType,
PartWithCommon.setFilterType(FilterType),
EsxPackage.getPartWithCommon_FilterType()public void setFilterType(FilterType newFilterType)
setFilterType in interface PartWithCommonnewFilterType - the new value of the 'Filter Type' attribute.FilterType,
PartWithCommon.getFilterType()public FxSelect getFxSelect()
getFxSelect in interface PartWithCommonFxSelect,
PartWithCommon.setFxSelect(FxSelect),
EsxPackage.getPartWithCommon_FxSelect()public void setFxSelect(FxSelect newFxSelect)
setFxSelect in interface PartWithCommonnewFxSelect - the new value of the 'Fx Select' attribute.FxSelect,
PartWithCommon.getFxSelect()public FxSend getFxSend()
getFxSend in interface PartWithCommonFxSend,
PartWithCommon.setFxSend(FxSend),
EsxPackage.getPartWithCommon_FxSend()public void setFxSend(FxSend newFxSend)
setFxSend in interface PartWithCommonnewFxSend - the new value of the 'Fx Send' attribute.FxSend,
PartWithCommon.getFxSend()public byte getModDepth()
getModDepth in interface PartWithCommonPartWithCommon.setModDepth(byte),
EsxPackage.getPartWithCommon_ModDepth()public void setModDepth(byte newModDepth)
setModDepth in interface PartWithCommonnewModDepth - the new value of the 'Mod Depth' attribute.PartWithCommon.getModDepth()public ModDest getModDest()
getModDest in interface PartWithCommonModDest,
PartWithCommon.setModDest(ModDest),
EsxPackage.getPartWithCommon_ModDest()public void setModDest(ModDest newModDest)
setModDest in interface PartWithCommonnewModDest - the new value of the 'Mod Dest' attribute.ModDest,
PartWithCommon.getModDest()public byte getModSpeed()
getModSpeed in interface PartWithCommonPartWithCommon.setModSpeed(byte),
EsxPackage.getPartWithCommon_ModSpeed()public void setModSpeed(byte newModSpeed)
setModSpeed in interface PartWithCommonnewModSpeed - the new value of the 'Mod Speed' attribute.PartWithCommon.getModSpeed()public ModType getModType()
getModType in interface PartWithCommonModType,
PartWithCommon.setModType(ModType),
EsxPackage.getPartWithCommon_ModType()public void setModType(ModType newModType)
setModType in interface PartWithCommonnewModType - the new value of the 'Mod Type' attribute.ModType,
PartWithCommon.getModType()public byte getPan()
getPan in interface PartWithCommonPartWithCommon.setPan(byte),
EsxPackage.getPartWithCommon_Pan()public void setPan(byte newPan)
setPan in interface PartWithCommonnewPan - the new value of the 'Pan' attribute.PartWithCommon.getPan()public byte getReservedBitAfterModDepth()
getReservedBitAfterModDepth in interface PartWithCommonPartWithCommon.setReservedBitAfterModDepth(byte),
EsxPackage.getPartWithCommon_ReservedBitAfterModDepth()public void setReservedBitAfterModDepth(byte newReservedBitAfterModDepth)
setReservedBitAfterModDepth in interface PartWithCommonnewReservedBitAfterModDepth - the new value of the 'Reserved Bit After Mod Depth' attribute.PartWithCommon.getReservedBitAfterModDepth()public byte getResonance()
getResonance in interface PartWithCommonPartWithCommon.setResonance(byte),
EsxPackage.getPartWithCommon_Resonance()public void setResonance(byte newResonance)
setResonance in interface PartWithCommonnewResonance - the new value of the 'Resonance' attribute.PartWithCommon.getResonance()public Roll getRoll()
getRoll in interface PartWithCommonRoll,
PartWithCommon.setRoll(Roll),
EsxPackage.getPartWithCommon_Roll()public void setRoll(Roll newRoll)
setRoll in interface PartWithCommonnewRoll - the new value of the 'Roll' attribute.Roll,
PartWithCommon.getRoll()public SequenceData getSequenceData()
getSequenceData in interface PartWithSequenceDataPartWithSequenceData.setSequenceData(SequenceData),
EsxPackage.getPartWithSequenceData_SequenceData()public NotificationChain basicSetSequenceData(SequenceData newSequenceData, NotificationChain msgs)
public void setSequenceData(SequenceData newSequenceData)
setSequenceData in interface PartWithSequenceDatanewSequenceData - the new value of the 'Sequence Data' containment reference.PartWithSequenceData.getSequenceData()public SequenceDataGate getSequenceDataGate()
getSequenceDataGate in interface PartWithSequenceDataGatePartWithSequenceDataGate.setSequenceDataGate(SequenceDataGate),
EsxPackage.getPartWithSequenceDataGate_SequenceDataGate()public NotificationChain basicSetSequenceDataGate(SequenceDataGate newSequenceDataGate, NotificationChain msgs)
public void setSequenceDataGate(SequenceDataGate newSequenceDataGate)
setSequenceDataGate in interface PartWithSequenceDataGatenewSequenceDataGate - the new value of the 'Sequence Data Gate' containment reference.PartWithSequenceDataGate.getSequenceDataGate()public byte getReservedBitsByte7()
getReservedBitsByte7 in interface PartAudioInPartAudioIn.setReservedBitsByte7(byte),
EsxPackage.getPartAudioIn_ReservedBitsByte7()public void setReservedBitsByte7(byte newReservedBitsByte7)
setReservedBitsByte7 in interface PartAudioInnewReservedBitsByte7 - the new value of the 'Reserved Bits Byte7' attribute.PartAudioIn.getReservedBitsByte7()public byte[] toByteArray()
toByteArray in interface PartAudioInpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)