This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[-- | |
show lyrics on visualization 在可视化界面显示歌词 | |
url 项目地址: https://gist.github.com/youthlin/a3b3fc033586bede6046086f3d889322 | |
author 作者: youthlin | |
author url 作者博客: https://youthlin.com | |
How to install: | |
1. put this file on lua/intf/ | |
2. enable extra interface: luaintf (Settings[Show all] -> Interface -> Main Interfaces -> extract modules='luaintf'[make the 'Lua interpreter' checked]) | |
(important: extraintf=luaintf not lua) |