チェンジセット 3030
- コミット日時:
- 2009/08/15 11:15:47 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/SiOPM/trunk/samples/Tutorials/RenderWave.as
r2697 r3030 48 48 mainMelody = driver.compile("%6@0l16o3$aa<c8>a<d8>a<d+8d+edc>ag; %10q8o5$c1"); 49 49 50 // set voice of "%6@0" bas eline51 mainMelody.setVoice(0, presetVoice["valsound.bas e8"]);50 // set voice of "%6@0" bass line 51 mainMelody.setVoice(0, presetVoice["valsound.bass8"]); 52 52 53 53 // load wave samples for "%10". The note number of "o5c" is 60. as3/SiOPM/trunk/samples/Tutorials/TheABCSong.as
r2625 r3030 2 2 package { 3 3 import flash.display.Sprite; 4 import org.si.s ound.*;4 import org.si.sion.*; 5 5 6 6 public class TheABCSong extends Sprite {

