Skip to content

Commit

Permalink
Disable AI EFX logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Nov 23, 2023
1 parent 86c00cb commit 4b458fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4147,6 +4147,7 @@ let OctaviaDevice = class extends CustomEventSource {
upThis.setEffectType(ri - 8, 44, e);
upThis.dispatchEvent(`efx${['reverb', 'chorus'][ri - 8]}`, upThis.getEffectType(ri - 8));
};
//console.debug(e);
break;
};
case i < 8566: {
Expand Down

0 comments on commit 4b458fd

Please sign in to comment.