starts an immediate ramp to zero in preparation for disconnection
| 242 | |
| 243 | // starts an immediate ramp to zero in preparation for disconnection |
| 244 | void scheduleDisconnect() { _scheduler.stop(0); } |
| 245 | |
| 246 | // returns true if the disconnection ramp has reached zero. |
| 247 | // This is intended to allow the AudioContext to manage popping artifacts |
no test coverage detected