From b22b5f33605ed9aea194bd549d008696d0df8f1e Mon Sep 17 00:00:00 2001 From: Brian Heim Date: Wed, 18 Dec 2019 19:02:46 -0600 Subject: [PATCH] update comment --- src/SuperColliderEngine.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/SuperColliderEngine.cpp b/src/SuperColliderEngine.cpp index c7981c7..76cb700 100644 --- a/src/SuperColliderEngine.cpp +++ b/src/SuperColliderEngine.cpp @@ -17,14 +17,13 @@ /* DESIGN * - * This is currently a work in progress. The idea is that the user writes a script - * that defines a couple environment variables: + * The idea is that the user writes a script that defines a couple environment variables: * * ~vcv_frameDivider: Integer * ~vcv_bufferSize: Integer * ~vcv_process: Function (VcvPrototypeProcessBlock -> VcvPrototypeProcessBlock) * - * ~vcv_process is invoked once per process block. Ideally, users should not manipulate + * ~vcv_process is invoked once per process block. Users should not manipulate * the block object in any way other than by writing directly to the arrays in `outputs`, * `knobs`, `lights`, and `switchLights`. */