CheckBadValues

object CheckBadValues extends ProductReader[CheckBadValues]

A UGen to test for infinity, not-a-number (NaN), and denormal numbers. Its output is as follows: 0 = a normal float, 1 = NaN, 2 = infinity, and 3 = a denormal. According to the post settings it will print the information to the console along with a given identifier.

Companion
class
trait Product
trait Mirror
trait ProductReader[CheckBadValues]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE, id: GE, post: GE): CheckBadValues
Value Params
id

an identifier showing up with the values in the console

in

the signal to be tested

post

One of three post modes: 0 = no posting; 1 = post a line for every bad value; 2 = post a line only when the floating-point classification changes (e.g., normal -> NaN and vice versa)

def ir(in: GE, id: GE, post: GE): CheckBadValues
Value Params
id

an identifier showing up with the values in the console

in

the signal to be tested

post

One of three post modes: 0 = no posting; 1 = post a line for every bad value; 2 = post a line only when the floating-point classification changes (e.g., normal -> NaN and vice versa)

def kr(in: GE, id: GE, post: GE): CheckBadValues
Value Params
id

an identifier showing up with the values in the console

in

the signal to be tested

post

One of three post modes: 0 = no posting; 1 = post a line for every bad value; 2 = post a line only when the floating-point classification changes (e.g., normal -> NaN and vice versa)

def read(in: RefMapIn, key: String, arity: Int): CheckBadValues