| 2247 | } |
| 2248 | |
| 2249 | double OPNAController::getMasterVolumeSSG() const |
| 2250 | { |
| 2251 | return opna_->getVolumeSSG(); |
| 2252 | } |
| 2253 | |
| 2254 | /********** Set effect **********/ |
| 2255 | void OPNAController::setArpeggioEffectSSG(int ch, int second, int third) |
no test coverage detected