You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
275B

  1. // Simplest possible script using all variables, demonstrating buffering
  2. // by Brian Heim
  3. ~i = 0;
  4. a = 0;
  5. // ~process = {|x| a = max(a, bench { 12.do { 256.do { |i| sin(i)} }; post(x); }); post(a) }
  6. ~vcv_bufferSize = 256;
  7. ~vcv_frameDivider = 1;
  8. ~vcv_process = {post("test")}