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