チェンジセット 2627: as3/ASound/branches/gamiken

差分発生行の前後
無視リスト:
コミット日時:
2009/05/12 22:37:20 (3 年前)
コミッタ:
gamiken
ログメッセージ:

waveファイルを読み込んで使用できるように拡張

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/ASound/branches/gamiken/ASound.as3proj

    r2599 r2627  
    6565  <!-- Class files to compile (other referenced classes will automatically be included) --> 
    6666  <compileTargets> 
    67     <compile path="src\exsample\Exsample.as" /> 
     67    <compile path="src\example\Example5.as" /> 
    6868  </compileTargets> 
    6969  <!-- Paths to exclude from the Project Explorer tree --> 
     
    7878  <options> 
    7979    <option showHiddenPaths="False" /> 
    80     <option testMovie="ExternalPlayer" /> 
     80    <option testMovie="NewTab" /> 
    8181  </options> 
    8282</project> 
  • as3/ASound/branches/gamiken/obj/ASoundConfig.old

    r2602 r2627  
    1313    </source-path> 
    1414  </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> 
    1618  <default-background-color>#FFFFFF</default-background-color> 
    1719  <default-frame-rate>30</default-frame-rate> 
  • as3/ASound/branches/gamiken/obj/ASoundConfig.xml

    r2602 r2627  
    1313    </source-path> 
    1414  </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> 
    1618  <default-background-color>#FFFFFF</default-background-color> 
    1719  <default-frame-rate>30</default-frame-rate> 
  • as3/ASound/branches/gamiken/src/com/kappaLab/asound/effects/ReverbEffect.as

    r2398 r2627  
    77package com.kappaLab.asound.effects 
    88{ 
    9      
     9    import com.kappaLab.asound.SignalProcessor; 
    1010    public class ReverbEffect extends Effect 
    1111    {