private void OnEnable()
 {
     _dsp = target as Hv_quadSynth_AudioLib;
 }
示例#2
0
 // Use this for initialization
 void Start()
 {
     synth = GetComponent <Hv_quadSynth_AudioLib>();
 }