Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 462 Bytes

SynthesizerV scripts

Usage

npm run build

then copy the files in build to the scripts folder

or see Release

Scripts

fix_char

When I import track from ust, the kana becomes Chinese characters.

After some research, the original file encoding is SHIFT-JIS, but it was decoded as GBK.

Why build instead of use it straightly?

Give it a try, you'll find it doesn't run well.