Пример #1
0
 /// Loads a new Generator configuration. This includes loads new instruments, key, scale, mode, tempo...everything.
 /// Use the included executable program to create new configurations.
 public void LoadConfig()
 {
     mConfigIndex = mConfigIndex == 0 ? 1 : 0;
     StartCoroutine(mMusicGenerator.FadeLoadConfiguration(mConfigs[mConfigIndex]));
 }