Skip to content

cntread

Read current value of a counter object without changing it.

📝 Note

Up to Csound 6, this opcode was called cntRead.

Plugin opcode in counter.

Syntax

kval = cntread(icnt)
kval cntRead icnt

Initialization

icnt -- a handle for the counter.

Performance

Reads a counter object.

See also

Program Flow Control: Counter

Credits

By: John ffitch June 2020

New in version 6.15