Skip to content

cntdeletei

Delete a counter.

📝 Note

Up to Csound 6, this opcode was called cntDelete_i.

Plugin opcode in counter and render any memory used.

Syntax

ival = cntdeletei(icnt)
ival cntDelete_i icnt

Initialization

icnt -- the handle of a counter object from a call to cntcreate.

Performance

ival -- the handle deleted or a negative number if there was no such counter.

See also

Program Flow Control: Counter

Credits

By: John ffitch August 2020

New in version 6.16