File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,10 @@ void Edrumulus::Pad::apply_preset_pad_settings()
170
170
171
171
case FD8:
172
172
pad_settings.is_control = true ;
173
- pad_settings.velocity_threshold = 5 ;
174
- pad_settings.velocity_sensitivity = 0 ;
173
+ pad_settings.pos_threshold = 5 ;
174
+ pad_settings.pos_sensitivity = 0 ;
175
+ pad_settings.velocity_threshold = 9 ; // pedal stomp configuration
176
+ pad_settings.velocity_sensitivity = 11 ; // pedal stomp configuration
175
177
break ;
176
178
177
179
case VH12: // dual trigger
@@ -190,9 +192,9 @@ void Edrumulus::Pad::apply_preset_pad_settings()
190
192
break ;
191
193
192
194
case VH12CTRL:
193
- pad_settings.is_control = true ;
194
- pad_settings.velocity_threshold = 19 ;
195
- pad_settings.velocity_sensitivity = 15 ;
195
+ pad_settings.is_control = true ;
196
+ pad_settings.pos_threshold = 19 ;
197
+ pad_settings.pos_sensitivity = 28 ;
196
198
break ;
197
199
198
200
case KD7: // single trigger
You can’t perform that action at this time.
0 commit comments