SiON が奏でる多彩な音色、どのような設定値があるのかメモをとる。 org.si.sion.utils.SiONPresetVoice で設定されている。 柔軟なクラス構造になっていて音色選択には3通りの方法が用意されている。 // Create new instance and access voices by key. var voices:SiONPresetVoice = new SiONPresetVoice(); // create new instance. var voice:SiONVoice = voices["valsound.piano1"]; // access voice by key // Or you can access Array list by categoly key. var voices:SiONPresetVoice = new SiONPr