ITADN

Splits lines based on \N

#36ClosedCoffeeStraw 创建于 2022-01-17
C
CoffeeStrawcommented
It could be handy to have a method that analyzes the lines, searches for \N and splits those lines. It could even be done in the parsing phase, providing an additional parameter to control it. This is especially useful when creating a karaoke effect, because \N currently is ignored. Example: START=0,END=40,TEXT=`{\k10}a {\k10}b\N{\k10}c {\k10}d` Can become: START=0,END=20,TEXT=`{\k10}a {\k10}b` START=20,END=40,TEXT=`{\k10}c {\k10}d`
关闭于 2025-07-19 1 条评论