BASIC8
評價次數不足
Wave Maker
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
185.276 KB
2018 年 4 月 5 日 上午 12:58
2018 年 7 月 28 日 上午 6:54
4 項更新註記 (檢視)

訂閱以下載
Wave Maker

描述
Sound effect prefab tool. Read this guide for details.
7 則留言
Doom Destroyer 2022 年 4 月 28 日 上午 2:28 
fairly useful easy to use 8/10 it is limited due to it only having one track but being able to play many distinct sounds does minimise this failure but it does not get rid of it
Tony Wang  [作者] 2018 年 11 月 13 日 下午 6:21 
An SFX node is just a plain fragment but doesn't accept effects.
Jason 2018 年 11 月 13 日 下午 12:50 
Looks very nice, but I need an advice. I noticed that next frequency values are a division of previous column by 2, but what about defining custom waveforms? Cannot make any "punchy" effect with this provided tools.
Tony Wang  [作者] 2018 年 7 月 25 日 上午 5:28 
Update the application to latest revision and generate again, just fixed a related issue about number formatting.
Heptagram 2018 年 7 月 25 日 上午 5:05 
and how do you get rid of the error: "Message: Close bracket expected"
Tony Wang  [作者] 2018 年 7 月 24 日 下午 9:10 
SFX wav to play it, see sound effects [paladin-t.github.io] for more.
Heptagram 2018 年 7 月 24 日 上午 9:35 
when i designed a crappy sfx, i got this to my clip bord
"
wav = wave()
push(wav, 1, 174,61, 0,0625, 1)
push(wav, 1, 196, 0,0625, 1)
push(wav, 1, 220, 0,0625, 1)
push(wav, 1, 246,94, 0,0625, 1)
push(wav, 1, 261,63, 0,0625, 1)
push(wav, 1, 329,63, 0,0625, 1)
push(wav, 1, 261,63, 0,0625, 1)
push(wav, 1, 220, 0,0625, 1)
push(wav, 1, 196, 0,0625, 1)
push(wav, 1, 196, 0,0625, 1)
push(wav, 1, 196, 0,0625, 1)
push(wav, 1, 196, 0,0625, 1)
push(wav, 1, 293,67, 0,0625, 1)
push(wav, 1, 220, 0,0625, 1)
push(wav, 1, 246,94, 0,0625, 1)
push(wav, 1, 293,67, 0,0625, 1)
push(wav, 1, 293,67, 0,0625, 1)
"

how do i use this to play the sound effect?