diff --git a/js/measures/view/IntervalToolNode.ts b/js/measures/view/IntervalToolNode.ts index 987a660e..fa9b6e78 100644 --- a/js/measures/view/IntervalToolNode.ts +++ b/js/measures/view/IntervalToolNode.ts @@ -59,7 +59,7 @@ const minSoundClip = new SoundClip( intervalTool_wav, { initialOutputLevel: 0.3 } ); const maxSoundClip = new SoundClip( intervalTool_wav, { - initialPlaybackRate: 3, + initialPlaybackRate: 2.5, initialOutputLevel: 0.3 } ); @@ -358,7 +358,7 @@ export default class IntervalToolNode extends Node { middleMovingDownSoundPlayer: centerSoundClip, middleMovingUpPlaybackRateMapper: centerPlaybackRateMapper, middleMovingDownPlaybackRateMapper: centerPlaybackRateMapper, - interThresholdDelta: 5, + interThresholdDelta: 2, minSoundPlayer: nullSoundPlayer, maxSoundPlayer: nullSoundPlayer } );