Learn creative coding writing simple programs

130. Evaluating SC code and getting help

We try three ways of evaluating code: evaluating the current selection, the current line, or the current region. Next we play six sine oscillators (SinOsc) simultaneously, we change their volumes and frequencies, and make them stereo.

Tags: supercollider, evaluate, sinosc

Code editor

You can make changes to the code below. Then
Reference

Questions and comments

Try to stay close to the topic of this episode. Use the Processing forums for help with unrelated Processing projects (or hire me for help ;-)

To indicate that a word in your comment is code, use the `backtick`. Example
Do `float` and `int` smell similar?
To highlight code blocks, surround it with ``` code-fences ``` like this:
``` void setup() { size(600, 600); } ```