Skip to content

Commit

Permalink
Update interval tool max sound clip and translation sound threshold -…
Browse files Browse the repository at this point in the history
… see #173
  • Loading branch information
matthew-blackman committed Feb 29, 2024
1 parent 3009d45 commit d48ec6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/measures/view/IntervalToolNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
} );

Expand Down Expand Up @@ -358,7 +358,7 @@ export default class IntervalToolNode extends Node {
middleMovingDownSoundPlayer: centerSoundClip,
middleMovingUpPlaybackRateMapper: centerPlaybackRateMapper,
middleMovingDownPlaybackRateMapper: centerPlaybackRateMapper,
interThresholdDelta: 5,
interThresholdDelta: 2,
minSoundPlayer: nullSoundPlayer,
maxSoundPlayer: nullSoundPlayer
} );
Expand Down

0 comments on commit d48ec6a

Please sign in to comment.