Skip to content

Commit

Permalink
Eliminate cracking in "riders"
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiskovic committed Apr 13, 2022
1 parent 4912d28 commit 01f72f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/riders/riders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function patch:process(s)
end
self.sampler.masterVolume = l.remap(s.tilt[2], 0.2, 0.7, 0.2, 1, 'clamp')

self.efx.tremolo.frequency = l.remap(s.tilt.lp[1], -0.2, 0.3, 0, 15)
self.efx.tremolo.frequency = l.remap(s.tilt.lp[1], 0, 0.3, 0, 15)
self.efx.flanger.volume = l.remap(s.tilt.lp[1], 0, -0.2, 0, 1, 'clamp')
self.efx.flanger.rate = l.remap(s.tilt.lp[1], 0, -0.7, 0, 0.5, 'clamp')
self.efx:process()
Expand Down

0 comments on commit 01f72f2

Please sign in to comment.