fix: ruler click 200ms timeout + default instrument attackTime 0.03 + safe ramp

This commit is contained in:
2026-07-26 11:51:50 +07:00
parent 523a754949
commit 1ffdec68c6
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -5881,7 +5881,7 @@ const beatSec = 60.0 / (parseInt(bpm) || 120);
setTimeout(() => {
setSubTabs(prev => prev.map(s => s.id === st.id ? { ...s, currentTime: clickTime } : s));
onPlayPause();
}, 40);
}, 200);
}
}
const snappedStartBeat = getSnapBeat(clickBeat, snapVal);