mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-24 18:44:20 +00:00
Merge pull request #18 from nikki93/master
`SAW` -> `SAWTOOTH` everywhere
This commit is contained in:
commit
949429d461
4
sfxr.lua
4
sfxr.lua
@ -38,13 +38,13 @@ sfxr.VERSION = "0.0.2"
|
||||
--- [Waveform](https://en.wikipedia.org/wiki/Waveform) constants
|
||||
-- @within Constants
|
||||
-- @field SQUARE [square wave](https://en.wikipedia.org/wiki/Square_wave) (`= 0`)
|
||||
-- @field SAW [saw wave](https://en.wikipedia.org/wiki/Sawtooth_wave) (`= 1`)
|
||||
-- @field SAWTOOTH [sawtooth wave](https://en.wikipedia.org/wiki/Sawtooth_wave) (`= 1`)
|
||||
-- @field SINE [sine wave](https://en.wikipedia.org/wiki/Sine_wave) (`= 2`)
|
||||
-- @field NOISE [white noise](https://en.wikipedia.org/wiki/White_noise) (`= 3`)
|
||||
sfxr.WAVEFORM = {
|
||||
SQUARE = 0,
|
||||
[0] = 0,
|
||||
SAW = 1,
|
||||
SAWTOOTH = 1,
|
||||
[1] = 1,
|
||||
SINE = 2,
|
||||
[2] = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user