BASIC8
Tidak cukup rating
Wave Maker
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
Ukuran File
Diposting
Diperbarui
185.276 KB
5 Apr 2018 @ 12:58am
28 Jul 2018 @ 6:54am
4 Catatan Perubahan ( lihat )

Berlangganan untuk mengunduh
Wave Maker

Deskripsi
Sound effect prefab tool. Read this guide for details.
7 Komentar
Doom Destroyer 28 Apr 2022 @ 2:28am 
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  [pembuat] 13 Nov 2018 @ 6:21pm 
An SFX node is just a plain fragment but doesn't accept effects.
Jason 13 Nov 2018 @ 12:50pm 
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  [pembuat] 25 Jul 2018 @ 5:28am 
Update the application to latest revision and generate again, just fixed a related issue about number formatting.
Heptagram 25 Jul 2018 @ 5:05am 
and how do you get rid of the error: "Message: Close bracket expected"
Tony Wang  [pembuat] 24 Jul 2018 @ 9:10pm 
SFX wav to play it, see sound effects [paladin-t.github.io] for more.
Heptagram 24 Jul 2018 @ 9:35am 
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?