summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-18 19:01:05 -0500
committercheapie <no-email-for-you@example.com>2024-09-18 19:01:05 -0500
commitb6f8190108e7d69386aeb69c60a581a5997ffae1 (patch)
tree052eba9429a630e4dd6f3c366f5f68584cf850e7
parent9fe3be85f690b941a248c3c59ad6c4d2d3fecddf (diff)
downloaddigistuff_nbextras-main.tar
digistuff_nbextras-main.tar.gz
digistuff_nbextras-main.tar.bz2
digistuff_nbextras-main.tar.xz
digistuff_nbextras-main.zip
Add wave samples that mt-mods is still missingHEADmain
-rw-r--r--init.lua8
-rw-r--r--sounds/digistuff_nbextras_noise.oggbin0 -> 162106 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse10.oggbin0 -> 90721 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse15.oggbin0 -> 93351 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse20.oggbin0 -> 91876 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse25.oggbin0 -> 80900 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse30.oggbin0 -> 90900 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse35.oggbin0 -> 90434 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse40.oggbin0 -> 90730 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse45.oggbin0 -> 84616 bytes
-rw-r--r--sounds/digistuff_nbextras_pulse5.oggbin0 -> 95888 bytes
-rw-r--r--sounds/digistuff_nbextras_saw.oggbin0 -> 150305 bytes
-rw-r--r--sounds/digistuff_nbextras_square.oggbin0 -> 53573 bytes
-rw-r--r--sounds/digistuff_nbextras_triangle.oggbin0 -> 36395 bytes
14 files changed, 8 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 23f1a6c..3146969 100644
--- a/init.lua
+++ b/init.lua
@@ -4,6 +4,14 @@ local sounds = {
digistuff_hdd_start = "digistuff_nbextras_hddstart",
digistuff_hdd_stop = "digistuff_nbextras_hddstop",
digistuff_motor_start = "digistuff_nbextras_motorstart",
+ noise = "digistuff_nbextras_noise",
+ square = "digistuff_nbextras_square",
+ saw = "digistuff_nbextras_saw",
+ triangle = "digistuff_nbextras_triangle",
}
+for i=5,45,5 do
+ sounds["pulse"..i] = "digistuff_nbextras_pulse"..i
+end
+
for k,v in pairs(sounds) do digistuff.register_nb_sound(k,v) end
diff --git a/sounds/digistuff_nbextras_noise.ogg b/sounds/digistuff_nbextras_noise.ogg
new file mode 100644
index 0000000..4dae6aa
--- /dev/null
+++ b/sounds/digistuff_nbextras_noise.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse10.ogg b/sounds/digistuff_nbextras_pulse10.ogg
new file mode 100644
index 0000000..efb8b28
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse10.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse15.ogg b/sounds/digistuff_nbextras_pulse15.ogg
new file mode 100644
index 0000000..dd19fa1
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse15.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse20.ogg b/sounds/digistuff_nbextras_pulse20.ogg
new file mode 100644
index 0000000..150704d
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse20.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse25.ogg b/sounds/digistuff_nbextras_pulse25.ogg
new file mode 100644
index 0000000..0a8de21
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse25.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse30.ogg b/sounds/digistuff_nbextras_pulse30.ogg
new file mode 100644
index 0000000..4673df1
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse30.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse35.ogg b/sounds/digistuff_nbextras_pulse35.ogg
new file mode 100644
index 0000000..e6ad2d4
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse35.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse40.ogg b/sounds/digistuff_nbextras_pulse40.ogg
new file mode 100644
index 0000000..ac77a39
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse40.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse45.ogg b/sounds/digistuff_nbextras_pulse45.ogg
new file mode 100644
index 0000000..924dd14
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse45.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_pulse5.ogg b/sounds/digistuff_nbextras_pulse5.ogg
new file mode 100644
index 0000000..1898c7c
--- /dev/null
+++ b/sounds/digistuff_nbextras_pulse5.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_saw.ogg b/sounds/digistuff_nbextras_saw.ogg
new file mode 100644
index 0000000..cba242c
--- /dev/null
+++ b/sounds/digistuff_nbextras_saw.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_square.ogg b/sounds/digistuff_nbextras_square.ogg
new file mode 100644
index 0000000..1cb7873
--- /dev/null
+++ b/sounds/digistuff_nbextras_square.ogg
Binary files differ
diff --git a/sounds/digistuff_nbextras_triangle.ogg b/sounds/digistuff_nbextras_triangle.ogg
new file mode 100644
index 0000000..434981f
--- /dev/null
+++ b/sounds/digistuff_nbextras_triangle.ogg
Binary files differ