[Csnd] What some of the API callbacks do
Date | 2018-10-30 19:43 |
From | Peter Burgess |
Subject | [Csnd] What some of the API callbacks do |
Hi. I'm looking through the API docs, and it's not entirely clear what the various callback functions are for:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound::SetCscoreCallback() Csound::SetDefaultMessageCallback() Csound::SetMessageCallback() Csound::SetInputChannelCallback() Csound::SetOutputChannelCallback() Csound::SetRtcloseCallback() CsoundPerfThread::SetProcessCallback() What I'm trying to achieve is to set a callback that Csound will call when it reaches the end of performance, and another at one specific instance near the end of the performance (when the main score is over but reverb tails etc. are still ringing out). Are any of these backs able to help me with this? Pete |