Node: Console Output
Jump to navigation
Jump to search
This node has been marked as deprecated, and as such is no longer supported in the latest version of Waltz. You can still create this node by enabling deprecated nodes in the Waltz Preferences window.
The Console Output Node allows you to log information to the Console in Waltz. A message will be logged every time the current frame number modulo logEveryXFrames
equals 0, and will be logged at the LogLevel defined by logLevel
.
Contents
Parameters
Expected Type | Details | Default | |
---|---|---|---|
logLevel
|
LogLevel | Note: This value is not represented by an Expression. The type of log messages that will be created. | Info
|
logEveryXFrames
|
Number | A number indicting how many frames until the next frame for which logging will occur. A value of 1 will log a message every frame, 2 every other frame, and so on.
|
30
|
message
|
String | The message that will be logged. | Global.currentFrame
|
Outputs
There are no outputs exposed by this node.
Functions
Argument(s) Type | Returns | Details | |
---|---|---|---|
log(message)
|
String | Void | Calling this function will log the provided message parameter to the console using the logLevel set on this node.
|
Example Usage
No examples provided.
Nodes | |
---|---|
Devices | ArtNet Input · ArtNet Output · Interactive LED Processor · NDI™ Input · NDI™ Output · OSC Input · OSC Output · Projector · SensorLink · TCP · TUIO Output · UDP Input · UDP Output · Watchout Media Server |
Objects | LED Tile Layout · List · Map · Random Number · Simulated Touch · Timer · Value · Wave |
Operators | Blend · Change · Clip · Cluster Tracker · DMX Multiverse Merge · Ease · Filter · Hold · JSON Mapper · JSON Stringify · Logic · Math · Proximity · Range · Rotate · Scale · Shear · Smooth · Touch Mapper · Translate |
Scenes | External Scene · Material Scene |
Materials | Graph · Touch Material |
Scripting | Script Function · Script |
Comments | Comment |