| 136 | */ |
| 137 | |
| 138 | void CsoundChannelList::ResetVariables() |
| 139 | { |
| 140 | lst = (controlChannelInfo_t*) 0; |
| 141 | cnt = -1; |
| 142 | csound = (CSOUND*) 0; |
| 143 | } |
| 144 | |
| 145 | int CsoundChannelList::GetChannelMetaData(int ndx, |
| 146 | controlChannelHints_t *hints) |
no outgoing calls
no test coverage detected