Set mid accent threshold (default: 1.3) - critical for snare */
| 101 | |
| 102 | /** Set mid accent threshold (default: 1.3) - critical for snare */ |
| 103 | void setMidThreshold(float threshold) { mMidThreshold = threshold; } |
| 104 | |
| 105 | /** Set high accent threshold (default: 1.1) */ |
| 106 | void setHighThreshold(float threshold) { mHighThreshold = threshold; } |