view
view(
@llll ## llll (required)
@label null
) -> llll
Displays llll in the Viewer window, which automatically opens after script evaluation is complete. Convenient for inspecting lllls, especially buffers. Similar to print
, it returns the input llll without any modifications.
Arguments
@llll
[llll]: llll to view. (required)@label
[symbol/null]: Optional label to use for llll in Viewer window. (default:null
).
Output
Input llll [llll]
Usage
for $i in 1...10 do (
cycle(@frequency $i * 55 @duration 500).view()
)