aboutsummaryrefslogtreecommitdiff
path: root/composer/Editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'composer/Editor.hpp')
-rw-r--r--composer/Editor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/Editor.hpp b/composer/Editor.hpp
index 9364320..94c30a9 100644
--- a/composer/Editor.hpp
+++ b/composer/Editor.hpp
@@ -1,10 +1,12 @@
#include "PdClasses.hpp"
+#include <m_pd.h>
class Editor
{
public:
static void uploadCode();
static void init(t_track_proxy *x);
+ static void dispatch(t_track_proxy *x, int argc, t_atom* argv);
static void openWindow(t_track_proxy *x);
static void closeWindow(t_track_proxy *x);
};