| 255 | return NOTOK; |
| 256 | } |
| 257 | static int init_(CSOUND *csound, void *opcode) |
| 258 | { |
| 259 | if (!csound->GetReinitFlag(csound) && !csound->GetTieFlag(csound)) { |
| 260 | csound->RegisterDeinitCallback(csound, opcode, |
| 261 | &OpcodeNoteoffBase<T>::noteoff_); |
| 262 | } |
| 263 | return reinterpret_cast<T *>(opcode)->init(csound); |
| 264 | } |
| 265 | int kontrol(CSOUND *csound) |
| 266 | { |
| 267 | IGN(csound); |