- コミット日時:
- 2009/03/31 17:36:45 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/ASound/trunk/src/exsample/Exsample.as
r2391 r2401 2 2 { 3 3 4 import com.kappaLab. live.Instrument;5 import com.kappaLab. live.SinOSC;4 import com.kappaLab.asound.instruments.Instrument; 5 import com.kappaLab.asound.generators.SinOSC 6 6 import flash.display.Sprite; 7 7 … … 12 12 { 13 13 var ins:Instrument = new Instrument(); 14 ins.signals.push(new SinOSC( 220));14 ins.signals.push(new SinOSC()); 15 15 ins.play(); 16 16 } 17 18 17 } 19 20 18 }

