mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
Lint
This commit is contained in:
parent
89cdb92c23
commit
68d5ac2e34
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class PanEffect {
|
|||
this.value = val;
|
||||
|
||||
// Map the scratch effect value (-100 to 100) to (0 to 1)
|
||||
const p = (val + 100) / 200;
|
||||
const p = (val + 100) / 200;
|
||||
|
||||
// Use trig functions for equal-loudness panning
|
||||
// See e.g. https://docs.cycling74.com/max7/tutorials/13_panningchapter01
|
||||
|
|
Loading…
Reference in a new issue