From 686b141767ebd7d4dcb817766b058e5ba01cb7e1 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 1 Oct 2024 02:06:54 +0200 Subject: feat(users/Profpatsch/lyric/ext): add bpm quantization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s a bit crappy and really depends on the input field opening quickly again (which it often doesn’t really do…), but it was the easiest way I figured how to do it haha. Aligning to eigth notes is pretty much the easiest way to sync everything up after tapping in the timestamps (for most songs). Change-Id: Ibbb072f62b6ee17d983e81b6c1554bc3516fa636 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12551 Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- users/Profpatsch/lyric/extension/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/Profpatsch/lyric/extension/package.json') diff --git a/users/Profpatsch/lyric/extension/package.json b/users/Profpatsch/lyric/extension/package.json index 389df271cf5a..76fd8d63e73d 100644 --- a/users/Profpatsch/lyric/extension/package.json +++ b/users/Profpatsch/lyric/extension/package.json @@ -29,6 +29,11 @@ "command": "extension.shiftLyricsUp", "title": "Shift Lyrics Up from Current Line", "category": "LRC" + }, + { + "command": "extension.quantizeToEigthNote", + "title": "Quantize timestamps to nearest eighth note", + "category": "LRC" } ], "languages": [ -- cgit 1.4.1