aboutsummaryrefslogtreecommitdiff
path: root/chuck/OSCGraphics.ck
diff options
context:
space:
mode:
Diffstat (limited to 'chuck/OSCGraphics.ck')
-rw-r--r--chuck/OSCGraphics.ck5
1 files changed, 3 insertions, 2 deletions
diff --git a/chuck/OSCGraphics.ck b/chuck/OSCGraphics.ck
index 82da22e..49a8003 100644
--- a/chuck/OSCGraphics.ck
+++ b/chuck/OSCGraphics.ck
@@ -16,10 +16,11 @@ public class OSCGraphics {
return file;
}
- fun static void
- stopRecord()
+ fun static string
+ record()
{
osc_send.startMsg("/recorder/stop", "");
+ return "";
}
fun static OSCGraphicsImage @