More work on Amuse Editor

This commit is contained in:
Jack Andersen
2018-07-17 21:39:26 -10:00
parent 3f265cdb46
commit f50ee6e8f1
38 changed files with 1193 additions and 140 deletions

14
Editor/ADSREditor.hpp Normal file
View File

@@ -0,0 +1,14 @@
#ifndef AMUSE_ADSR_EDITOR_HPP
#define AMUSE_ADSR_EDITOR_HPP
#include "EditorWidget.hpp"
class ADSREditor : public EditorWidget
{
Q_OBJECT
public:
explicit ADSREditor(ProjectModel::ADSRNode* node, QWidget* parent = Q_NULLPTR);
};
#endif //AMUSE_ADSR_EDITOR_HPP