feat(users/Profpatsch/lyric): add tapping & improve silence warning
Add a tapping command that does not quantize the timestamps. For the silence warning, we make it BPM-dependent (defaulting to 120BPM as everywhere else), meaning for slower songs we give a higher possible time difference before we display a warning. Change-Id: Idefc44166639b23c2105a1a810ac22ed84457225 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12563 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
92ad57febe
commit
9c1e3687fe
2 changed files with 67 additions and 18 deletions
|
|
@ -30,6 +30,11 @@
|
|||
"title": "Shift Lyrics Up from Current Line",
|
||||
"category": "LRC"
|
||||
},
|
||||
{
|
||||
"command": "extension.tapBpm",
|
||||
"title": "Add bpm header by tapping to the song",
|
||||
"category": "LRC"
|
||||
},
|
||||
{
|
||||
"command": "extension.quantizeToEigthNote",
|
||||
"title": "Quantize timestamps to nearest eighth note",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue