Skip to content

Commit

Permalink
Update engineAudio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KilledByAPixel committed Sep 23, 2024
1 parent 91cf6e2 commit 888ff9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engineAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ function zzfxG
bitCrush = 0, delay = 0, sustainVolume = 1, decay = 0, tremolo = 0, filter = 0
)
{
// LJS Note: ZZFX modded so randomness is handled by Sound class

// init parameters
let PI2 = PI*2, sampleRate = zzfxR,
startSlide = slide *= 500 * PI2 / sampleRate / sampleRate,
Expand Down

0 comments on commit 888ff9d

Please sign in to comment.