Finish CurveEditor implementation

This commit is contained in:
Jack Andersen
2018-08-04 12:05:01 -10:00
parent c2a242022a
commit 2abed18784
8 changed files with 449 additions and 40 deletions

View File

@@ -33,7 +33,8 @@ protected:
ADSRRelease,
ADSRDLS,
ADSRVelToAttack,
ADSRKeyToDecay
ADSRKeyToDecay,
CurveEdit
};
public:
EditorUndoCommand(amuse::ObjToken<ProjectModel::INode> node,