Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilymilovidov committed Oct 5, 2023
1 parent 11b0a00 commit 2f0798d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/superdough/superdough.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function getDelay(orbit, delaytime, delayfeedback, t) {

let reverbs = {};


function getReverb(orbit, duration = 2, fade, lp, dim, ir) {
if (!reverbs[orbit]) {
const ac = getAudioContext();
Expand Down
1 change: 0 additions & 1 deletion website/src/pages/learn/effects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ global effects use the same chain for all events of the same orbit:

<JsDoc client:idle name="roomdim" h={0} />


### iresponse

<JsDoc client:idle name="iresponse" h={0} />
Expand Down

0 comments on commit 2f0798d

Please sign in to comment.