Skip to content

Commit

Permalink
Add more noteblock wave samples (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: cheapie <[email protected]>
  • Loading branch information
BuckarooBanzay and cheapie authored Sep 19, 2024
1 parent 4b4dc62 commit c1e6c4c
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nbsounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Binary file added sounds/digistuff_noise.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse10.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse15.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse20.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse25.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse30.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse35.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse40.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse45.ogg
Binary file not shown.
Binary file added sounds/digistuff_pulse5.ogg
Binary file not shown.
Binary file added sounds/digistuff_saw.ogg
Binary file not shown.
Binary file modified sounds/digistuff_sine.ogg
Binary file not shown.
Binary file added sounds/digistuff_square.ogg
Binary file not shown.
Binary file added sounds/digistuff_triangle.ogg
Binary file not shown.

0 comments on commit c1e6c4c

Please sign in to comment.