Skip to content

Commit

Permalink
Merge pull request #227 from josephwilk/pulse-synth-typo
Browse files Browse the repository at this point in the history
pulse synths default cutoff is a lamda
  • Loading branch information
samaaron committed Nov 19, 2014
2 parents c8c302b + 8f4d4f5 commit 9ff0160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/sonicpi/lib/sonicpi/synthinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def arg_defaults
:sustain_level => 1,
:env_curve => 2,

:cutoff => lambda{rrand(95, 105)},
:cutoff => 100,
:cutoff_slide => 0,
:cutoff_slide_shape => 5,
:cutoff_slide_curve => 0,
Expand Down

0 comments on commit 9ff0160

Please sign in to comment.