Finish SampleEditor implementation

This commit is contained in:
Jack Andersen
2018-08-02 17:45:48 -10:00
parent d062a087c5
commit 721dd361fa
15 changed files with 1132 additions and 97 deletions

View File

@@ -23,6 +23,8 @@ protected:
enum class Id
{
SMChangeVal,
SampLoop,
SampPitch
};
public:
EditorUndoCommand(amuse::ObjToken<ProjectModel::INode> node,