|
@ -59,6 +59,9 @@ class ofxPiMapper { |
|
|
void moveSelection(ofVec2f by); |
|
|
void moveSelection(ofVec2f by); |
|
|
void createSurface(ofx::piMapper::SurfaceType type); |
|
|
void createSurface(ofx::piMapper::SurfaceType type); |
|
|
void eraseSurface(int i); |
|
|
void eraseSurface(int i); |
|
|
|
|
|
|
|
|
|
|
|
// Sources, selected surface
|
|
|
|
|
|
void setNextSource(); |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
ofx::piMapper::Application _application; |
|
|
ofx::piMapper::Application _application; |
|
|