diff --git a/public/audio-lab.js b/public/audio-lab.js index 12012e21..133c6d83 100644 --- a/public/audio-lab.js +++ b/public/audio-lab.js @@ -156,7 +156,7 @@ } const bpm = MeshAudio.getBPM ? MeshAudio.getBPM() : 120; - const tm = 60 / bpm * speedMult; + const tm = 60 / bpm; // BPM already includes speed multiplier const notes = sampledBytes.map((byte, i) => { const midi = quantizeToScale(byte, scale); diff --git a/public/index.html b/public/index.html index 3500474b..0058d94b 100644 --- a/public/index.html +++ b/public/index.html @@ -93,7 +93,7 @@ - +