チェンジセット 2627: as3/ASound/branches/gamiken
- コミット日時:
- 2009/05/12 22:37:20 (3 年前)
- ファイル:
-
- as3/ASound/branches/gamiken/ASound.as3proj (更新) (2 diffs)
- as3/ASound/branches/gamiken/ASound.swf (更新) (変更前)
- as3/ASound/branches/gamiken/Example5.swf (追加)
- as3/ASound/branches/gamiken/obj/ASoundConfig.old (更新) (1 diff)
- as3/ASound/branches/gamiken/obj/ASoundConfig.xml (更新) (1 diff)
- as3/ASound/branches/gamiken/src/com/kappaLab/asound/effects/ReverbEffect.as (更新) (1 diff)
- as3/ASound/branches/gamiken/src/com/kappaLab/asound/samplers (追加)
- as3/ASound/branches/gamiken/src/com/kappaLab/asound/samplers/Sampler.as (追加)
- as3/ASound/branches/gamiken/src/com/kappaLab/asound/samplers/SamplerOSC.as (追加)
- as3/ASound/branches/gamiken/src/example/Example5.as (追加)
- as3/ASound/branches/gamiken/src/example/s_1.wav (追加)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/ASound/branches/gamiken/ASound.as3proj
r2599 r2627 65 65 <!-- Class files to compile (other referenced classes will automatically be included) --> 66 66 <compileTargets> 67 <compile path="src\ex sample\Exsample.as" />67 <compile path="src\example\Example5.as" /> 68 68 </compileTargets> 69 69 <!-- Paths to exclude from the Project Explorer tree --> … … 78 78 <options> 79 79 <option showHiddenPaths="False" /> 80 <option testMovie=" ExternalPlayer" />80 <option testMovie="NewTab" /> 81 81 </options> 82 82 </project> as3/ASound/branches/gamiken/obj/ASoundConfig.old
r2602 r2627 13 13 </source-path> 14 14 </compiler> 15 <file-specs /> 15 <file-specs> 16 <path-element>D:\Kappa-lab\Flash\ASound\branches\gamiken\src\example\Example5.as</path-element> 17 </file-specs> 16 18 <default-background-color>#FFFFFF</default-background-color> 17 19 <default-frame-rate>30</default-frame-rate> as3/ASound/branches/gamiken/obj/ASoundConfig.xml
r2602 r2627 13 13 </source-path> 14 14 </compiler> 15 <file-specs /> 15 <file-specs> 16 <path-element>D:\Kappa-lab\Flash\ASound\branches\gamiken\src\example\Example5.as</path-element> 17 </file-specs> 16 18 <default-background-color>#FFFFFF</default-background-color> 17 19 <default-frame-rate>30</default-frame-rate> as3/ASound/branches/gamiken/src/com/kappaLab/asound/effects/ReverbEffect.as
r2398 r2627 7 7 package com.kappaLab.asound.effects 8 8 { 9 9 import com.kappaLab.asound.SignalProcessor; 10 10 public class ReverbEffect extends Effect 11 11 {

