-
feat: click track with beat grid detection and editor (#334)
发布于
2026-08-08 20:45:19 +00:00 | 142 次提交 在此版本后已推送到 mainAdds a click track locked to a per-track beat grid, an editor for correcting that grid, an opt-in to include the click in exports, and a Settings > Logs tab.
Detection uses beat_this (MIT code and weights) with librosa as an offline fallback, because librosa's 120 BPM tempo prior resolves a 180 BPM track to 90 and no confidence metric catches it. Click scheduling is locked to the engine's source time domain and measured at 0.000 ms error over 70 s of continuous playback.
下载附件