aboutsummaryrefslogtreecommitdiff
path: root/composer/Editor.hpp
blob: 94c30a995d4983daf70890628e346e4978b6bfb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);
};