Beispiel #1
0
 void OnDisable()
 {
     gs   = null;
     data = null;
 }
Beispiel #2
0
 // Use this for initialization
 void OnEnable()
 {
     gs = GetComponent <GranularSynth>();
 }