Skip to content

cntdelete

Delete a counter and render any memory used.

📝 Note

Up to Csound 6, this opcode was called cntDelete.

Plugin opcode in counter.

Syntax

kval = cntdelete(icnt)
kval cntDelete icnt

Initialization

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

Performance

kval -- 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