Forked from: siouxcitizen's forked from: SiON example diff:4 SiON練習その1 ドレミファソラシド鳴らすだけです the simplest example siouxcitizen.. forked:0favorite:1lines:10license : MIT License modified : 2010-06-06 04:19:03 Embed Tweet // forked from siouxcitizen's forked from: SiON example // forked from mash's SiON example // the simplest example package { import flash.display.Sprite; import org.si.sion.*; public class SiONRensyu extends Sprite { public var driver:SiONDriver = new SiONDriver(); function SiONRensyu() { driver.play("t200 l4 [cdefgab<c c>bagfedc]1"); } } } Code Fullscreen Preview Fullscreen ProjectNya : SiON SiON Sprite sort new page view favorite forked pv1047 SiON練習その2 プリセットボイスを使用 siouxcitizen forked:0 favorite:2lines:17 (diff:13) tag: SiON