Skip to content

Instantly share code, notes, and snippets.

@ansanloms
Last active April 5, 2020 07:59
Show Gist options
  • Save ansanloms/13a2cccddc73ce6cf845e74173e13d63 to your computer and use it in GitHub Desktop.
Save ansanloms/13a2cccddc73ce6cf845e74173e13d63 to your computer and use it in GitHub Desktop.
UTAU 調整の一括削除
:%s/Tracks=.*\n//g
:%s/Flags=.*\n//g
:%s/Mode2=.*\n//g
:%s/ProjectName=.*\n//g
:%s/VoiceDir=.*\n//g
:%s/OutFile=.*\n//g
:%s/CacheDir=.*\n//g
:%s/Tool1=.*\n//g
:%s/Tool2=.*\n//g
:%s/PitchBend=.*\n//g
:%s/Envelope=.*\n//g
:%s/PBType=.*\n//g
:%s/PBW=.*\n//g
:%s/PBS=.*\n//g
:%s/PBY=.*\n//g
:%s/VBR=.*\n//g
:%s/PBStart=.*\n//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment