diff options
Diffstat (limited to 'chuck')
-rw-r--r-- | chuck/OSCGraphics.ck | 5 |
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 @ |