| 1184 | } |
| 1185 | |
| 1186 | bool OPNAController::enableFMEnvelopeReset(int ch) const |
| 1187 | { |
| 1188 | auto& fm = fm_[ch]; |
| 1189 | return envFM_[fm.inCh] ? fm.isEnabledEnvReset : true; |
| 1190 | } |
| 1191 | |
| 1192 | Note OPNAController::getFMLatestNote(int ch) const |
| 1193 | { |
no outgoing calls
no test coverage detected