fix: location
This commit is contained in:
parent
5993a02c5e
commit
dc8e5202b2
|
@ -45,7 +45,7 @@ export default () => ({
|
|||
const lfo = get(traits, 'Evolving.params.lfo', {});
|
||||
lfo.y = {
|
||||
frequency,
|
||||
location: ((i % length) / length),
|
||||
location: frequency * ((i % length) / length),
|
||||
magnitude,
|
||||
median: 0,
|
||||
modulators: [modulator],
|
||||
|
|
Loading…
Reference in New Issue
Block a user