fix: stereo sample downmix in track panners which causes the sampled sounds (both MIDI and audio tracks) are quieter than it should be

This commit is contained in:
Xiaohan-Tian
2026-05-24 00:04:19 -07:00
parent 7ee4a7458e
commit 77fb0e4c1f
7 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -243,4 +243,4 @@ const PianoKeys: React.FC<PianoKeysProps> = ({ activeRegion }) => {
);
};
export default PianoKeys;
export default PianoKeys;