Skip to content

Commit

Permalink
added default parameters for rim shot positional sensing for PD120
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Jan 5, 2024
1 parent 589cc40 commit 005b1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edrumulus_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ void Edrumulus::Pad::apply_preset_pad_settings()
pad_settings.velocity_sensitivity = 6;
pad_settings.pos_threshold = 7;
pad_settings.pos_sensitivity = 14;
pad_settings.rim_pos_threshold = 20;
pad_settings.rim_pos_sensitivity = 10;
pad_settings.rim_shot_threshold = 24;
pad_settings.pos_sense_is_used = true;
pad_settings.rim_shot_is_used = true;
Expand Down

0 comments on commit 005b1dd

Please sign in to comment.