public void Release() { if (routine != null) { StopCoroutine(routine); } routine = StartCoroutine(ReleaseRoutine(SUSTAIN_LEVEL, instrument.GetReleaseTime())); }