View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

SC Public Documentation Pages

Home   How To   Code Pool   Public Library   Theory   Events
\
see also SuperCollider FAQ and How-to

use case otherwise, for example for inequalities or other predicates.
case {x.isPrime} {...}
	{x.isPowerOfTwo} {...}
	{x.even} {...}
	{x > 100} {...}
	{...};






writing plugins:

Links to this Page