more wikis
 

Loop

From Scratchpad

Heart Beat Scripting Language at Wikia


method loop() executes the following code in ChucK:

   while(true){
       Contents of loop's heart go here
   }

[edit] Example

  //<3 Beat
  <body3
      <loop3
          ^buzz;
      </3
      ^loop;
  </3