Skip to content

Commit

Permalink
Synthinfo - add lpf/hpf slide options for sc808_snare
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 11, 2023
1 parent 6562cad commit 5938de3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/server/ruby/lib/sonicpi/synths/synthinfo.rb
Original file line number Diff line number Diff line change
@@ -3862,7 +3862,13 @@ def arg_defaults
:decay_level => :sustain_level,
:sustain_level => 1,
:lpf => 93,
:lpf_slide => 0,
:lpf_slide_shape => 1,
:lpf_slide_curve => 0,
:hpf => 121,
:hpf_slide => 0,
:hpf_slide_shape => 1,
:hpf_slide_curve => 0,
:mix => 0.7,
:head_hpf => 30,
}

0 comments on commit 5938de3

Please sign in to comment.