| 23 | |
| 24 | static const char* static_name() { return "ADSR"; } |
| 25 | virtual const char* name() const override { return static_name(); } |
| 26 | static AudioNodeDescriptor * desc(); |
| 27 | |
| 28 | // This function will return true after the release period (only if a noteOff has been issued). |
nothing calls this directly
no outgoing calls
no test coverage detected