diff options
-rw-r--r-- | nbsounds.lua | 13 | ||||
-rw-r--r-- | sounds/digistuff_noise.ogg | bin | 0 -> 162106 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse10.ogg | bin | 0 -> 90721 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse15.ogg | bin | 0 -> 93351 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse20.ogg | bin | 0 -> 91876 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse25.ogg | bin | 0 -> 80900 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse30.ogg | bin | 0 -> 90900 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse35.ogg | bin | 0 -> 90434 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse40.ogg | bin | 0 -> 90730 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse45.ogg | bin | 0 -> 84616 bytes | |||
-rw-r--r-- | sounds/digistuff_pulse5.ogg | bin | 0 -> 95888 bytes | |||
-rw-r--r-- | sounds/digistuff_saw.ogg | bin | 0 -> 150305 bytes | |||
-rw-r--r-- | sounds/digistuff_sine.ogg | bin | 7262 -> 16735 bytes | |||
-rw-r--r-- | sounds/digistuff_square.ogg | bin | 0 -> 53573 bytes | |||
-rw-r--r-- | sounds/digistuff_triangle.ogg | bin | 0 -> 36395 bytes |
15 files changed, 13 insertions, 0 deletions
diff --git a/nbsounds.lua b/nbsounds.lua index 6e6a947..986667f 100644 --- a/nbsounds.lua +++ b/nbsounds.lua @@ -34,6 +34,19 @@ local valid_sounds = { digistuff_piston_extend = "digistuff_piston_extend", digistuff_piston_retract = "digistuff_piston_retract", sine = "digistuff_sine", + square = "digistuff_square", + saw = "digistuff_saw", + noise = "digistuff_noise", + triangle = "digistuff_triangle", + pulse5 = "digistuff_pulse5", + pulse10 = "digistuff_pulse10", + pulse15 = "digistuff_pulse15", + pulse20 = "digistuff_pulse20", + pulse25 = "digistuff_pulse25", + pulse30 = "digistuff_pulse30", + pulse35 = "digistuff_pulse35", + pulse40 = "digistuff_pulse40", + pulse45 = "digistuff_pulse45", } local mod_sounds = { diff --git a/sounds/digistuff_noise.ogg b/sounds/digistuff_noise.ogg Binary files differnew file mode 100644 index 0000000..4dae6aa --- /dev/null +++ b/sounds/digistuff_noise.ogg diff --git a/sounds/digistuff_pulse10.ogg b/sounds/digistuff_pulse10.ogg Binary files differnew file mode 100644 index 0000000..efb8b28 --- /dev/null +++ b/sounds/digistuff_pulse10.ogg diff --git a/sounds/digistuff_pulse15.ogg b/sounds/digistuff_pulse15.ogg Binary files differnew file mode 100644 index 0000000..dd19fa1 --- /dev/null +++ b/sounds/digistuff_pulse15.ogg diff --git a/sounds/digistuff_pulse20.ogg b/sounds/digistuff_pulse20.ogg Binary files differnew file mode 100644 index 0000000..150704d --- /dev/null +++ b/sounds/digistuff_pulse20.ogg diff --git a/sounds/digistuff_pulse25.ogg b/sounds/digistuff_pulse25.ogg Binary files differnew file mode 100644 index 0000000..0a8de21 --- /dev/null +++ b/sounds/digistuff_pulse25.ogg diff --git a/sounds/digistuff_pulse30.ogg b/sounds/digistuff_pulse30.ogg Binary files differnew file mode 100644 index 0000000..4673df1 --- /dev/null +++ b/sounds/digistuff_pulse30.ogg diff --git a/sounds/digistuff_pulse35.ogg b/sounds/digistuff_pulse35.ogg Binary files differnew file mode 100644 index 0000000..e6ad2d4 --- /dev/null +++ b/sounds/digistuff_pulse35.ogg diff --git a/sounds/digistuff_pulse40.ogg b/sounds/digistuff_pulse40.ogg Binary files differnew file mode 100644 index 0000000..ac77a39 --- /dev/null +++ b/sounds/digistuff_pulse40.ogg diff --git a/sounds/digistuff_pulse45.ogg b/sounds/digistuff_pulse45.ogg Binary files differnew file mode 100644 index 0000000..924dd14 --- /dev/null +++ b/sounds/digistuff_pulse45.ogg diff --git a/sounds/digistuff_pulse5.ogg b/sounds/digistuff_pulse5.ogg Binary files differnew file mode 100644 index 0000000..1898c7c --- /dev/null +++ b/sounds/digistuff_pulse5.ogg diff --git a/sounds/digistuff_saw.ogg b/sounds/digistuff_saw.ogg Binary files differnew file mode 100644 index 0000000..cba242c --- /dev/null +++ b/sounds/digistuff_saw.ogg diff --git a/sounds/digistuff_sine.ogg b/sounds/digistuff_sine.ogg Binary files differindex ed11711..ca69c25 100644 --- a/sounds/digistuff_sine.ogg +++ b/sounds/digistuff_sine.ogg diff --git a/sounds/digistuff_square.ogg b/sounds/digistuff_square.ogg Binary files differnew file mode 100644 index 0000000..1cb7873 --- /dev/null +++ b/sounds/digistuff_square.ogg diff --git a/sounds/digistuff_triangle.ogg b/sounds/digistuff_triangle.ogg Binary files differnew file mode 100644 index 0000000..434981f --- /dev/null +++ b/sounds/digistuff_triangle.ogg |