From 920067622e7ba72dd6947eb8e7875719315872b9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 3 Oct 2012 15:49:34 +0200 Subject: allow to stop video recoding via (/recorder/start s "") and OSCGraphics.record() --- chuck/OSCGraphics.ck | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chuck') 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 @ -- cgit v1.2.3