aboutsummaryrefslogtreecommitdiff
path: root/composer/Editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'composer/Editor.hpp')
-rw-r--r--composer/Editor.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/Editor.hpp b/composer/Editor.hpp
new file mode 100644
index 0000000..9364320
--- /dev/null
+++ b/composer/Editor.hpp
@@ -0,0 +1,10 @@
+#include "PdClasses.hpp"
+
+class Editor
+{
+public:
+ static void uploadCode();
+ static void init(t_track_proxy *x);
+ static void openWindow(t_track_proxy *x);
+ static void closeWindow(t_track_proxy *x);
+};