aboutsummaryrefslogtreecommitdiff
path: root/composer/Editor.hpp
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-25 22:49:47 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-25 22:49:47 +0000
commit6b894cab3b6e3c1ba966025a32dd0d2cd057ae7c (patch)
treed885b3231ea486230cf989994345f1531e0d73e7 /composer/Editor.hpp
parentf8ac52e520aa5e20a256a3fd9a649b461f3afeef (diff)
add editor: old code, new black magic (comm protocol still to implement)
svn path=/trunk/externals/ffext/; revision=12452
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);
+};