PrintVal:
Filter:
Classes (extension) | UGens > Unclassified

PrintVal : UGen : AbstractFunction : Object
ExtensionExtension

debug assistance
Source: SLUGens.sc

//SLUGens released under the GNU GPL as extensions for SuperCollider 3, by Nick Collins, http://composerprogrammer.com/index.html 

Description

This is sometimes helpful just to check output values- it should post to the Post Window, but don't make it post too often or the CPU use will rise dramatically.

NOTE: this UGen is now here really for backwards compatibility; try doing .poll to any running UGen to get printed data back.

Class Methods

PrintVal.ar: METHOD NOT FOUND!

Arguments:

in

input to sample (.kr rate)

numblocks

print the value after this number of control periods (44100/64 is about 689 per second)

id

give a tag to the printing so that you can use more than one in a patch to test multiple things

Inherited class methods

Undocumented class methods

PrintVal.kr(in, numblocks: 100, id: 0)

Instance Methods

Inherited instance methods

Examples