Implement ADSREditor

This commit is contained in:
Jack Andersen
2018-08-03 16:07:34 -10:00
parent 721dd361fa
commit 57cbbf24b1
6 changed files with 1327 additions and 22 deletions

View File

@@ -24,7 +24,16 @@ protected:
{
SMChangeVal,
SampLoop,
SampPitch
SampPitch,
ADSRAttack,
ADSRDecay,
ADSRSustain,
ADSRAttackAndDecay,
ADSRDecayAndSustain,
ADSRRelease,
ADSRDLS,
ADSRVelToAttack,
ADSRKeyToDecay
};
public:
EditorUndoCommand(amuse::ObjToken<ProjectModel::INode> node,