Skip to content

note.txt tag support documentation for Ultrastar Deluxe, Vocaluxe, Performouse, Ultrastar Play and others

Notifications You must be signed in to change notification settings

rakuri255/Ultrastar_txt_documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 

Repository files navigation

Warning

This page is moved here:

WEB

GitHub - UltraStar-Deluxe/format

Ultrastar txt Documentation

Encoding should be UTF8

Table of Contents

⚠️ Mandatory Attributes

TITLE

The title of the song. This is the song name that will appear in the song selection screen.

#TITLE:Song Title
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

ARTIST

The artist of the song. This is the name of the person or group who performed the song.

#ARTIST:Artist
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

MP3

Filename of the audio file. This is the file that contains the sound of the song. It must be in the same folder as the txt file and should have the same name as the folder. See format support here: here

#MP3:Artist - Title.mp3
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

BPM

Speed of the song in Ultrastar Beats Per Minute. Which is not the real song BPM. The UltraStar BPM information is a quarter of the real BPM.

#BPM:400
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

Notes

Note description

The sing line is defined so that it has the NoteType, StartBeat, Lenght, Pitch and Text.

  • For the syles see NoteTypes.
  • The StartBeat and Lenght must be calculated against the BPM, GAP and Relative. Is a beat number.
  • The pitch describes the note as a number. The number 0 corresponds to the note C4 and Midi Note 60.
  • Text is the part of the lyrics that is sung in this note.
NoteType StartBeat Lenght Pitch Text
: 10 10 10 Text

End of phrase

- represents the end of a phrase and how long it lasts by the StartBeat. The length is calculated against the BPM, GAP and Relative. Is a beat number.

- StartBeat

NoteTypes

Normal :

The normal note.

: 0 1 8 Normal
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️
Golden *

The golden note. Gives twice the point of a normal point

* 0 1 8 Golden
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️
Freestyle F

Note that will NOT be scored.

F 0 1 8 Freestyle
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️
Rap R

Rap note

R 0 1 8 Rap
App Support
App Version Supported Comment
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) 🟰 Is Freestyle
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️
Rap Golden G

Golden Rap note. Gives twice the point of a rap point

G 0 1 8 RapGolden
App Support
App Version Supported Comment
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) 🟰 Is Freestyle
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

ℹ️ Optional Attributes

GAP

Delay for the start the lyric in milliseconds. Its used that the first word starts at 0. Otherwise the delay gap would be added to the start of the first line.

#GAP:12345
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

COVER

Filename of the cover image. Should end with *[CO].jpg This is an image that shows the album cover or a picture related to the song. It should be in 1:1 apec ratio.

#COVER:Artist - Title [CO].jpg
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

BACKGROUND

Filename of the background image. Is shown when there is no video. Should with *[BG].jpg This will be shown when there is no VIDEO available.

#BACKGROUND:Artist - Title [BG].jpg
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

VIDEO

Filename of the video file. This is a video that shows a music video or other visual content related to the song. The sound of the video is not played. It must be in a format supported by UltraStar, such as MP4 or AVI. See format support here: here

#VIDEO:Artist - Title.mp4
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27) ✔️
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

VIDEOGAP

Specifies the delay in milliseconds between the start of the video and the start of the song. This value can be used to synchronize the video with the music. This attribute is useful when the video and audio files are not perfectly synchronized and you need to adjust the timing of the video to match the audio. By setting a positive or negative value for VIDEOGAP, you can delay or advance the start of the video relative to the start of the song.

#VIDEOGAP:12345
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

GENRE

Specifies the genre of the song. This information can be used to categorize songs by their musical style. The value of the GENRE attribute can be any text string that describes the genre of the song. Some common genres include Pop, Rock, Hip-Hop, Country, and Jazz.

#GENRE:Pop, Rock, Jazz
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

EDITION

Specifies the SingStar edition of the song. See here: SingStar-Editions This information can be used to categorize songs by their edition.

#EDITION:SingStar Rocks! [DE]
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

CREATOR

Specifies the name of the person who created the ultrastar txt file. This information can be used to give credit to the person who created the file. The value of the CREATOR attribute can be any text string that represents the name of the person who created the ultrastar txt file.

#CREATOR:UltraSinger [GitHub]
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

LANGUAGE

Specifies the language of the song. This information can be used to categorize songs by their language. The value of the LANGUAGE attribute can be any text string that represents the language of the song.

#LANGUAGE:English
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

YEAR

Specifies the year the song was released. This information can be used to categorize songs by their release date. The value of the YEAR attribute should be a four-digit number that represents the year the song was released.

#YEAR:2022
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

START

START specifies the time in seconds from the beginning of the audio file at which the song starts. This value can be used to skip any silence or intro at the beginning of the audio file. The value should be positive integers that represent the start time of the song in seconds.

#START:123
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

END

Specifies the time in milliseconds from the beginning of the audio file at which the song ends. This value can be used to stop playback before any silence or outro at the end of the audio file. The value should be positive integers that represent the end time of the song in milliseconds.

Keep it simple, its just seconds + 000

#END:678000
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

RESOLUTION

Changes the grid resolution of the editor. Only for the editor and nothing for singing.

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10)
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

NOTESGAP

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10)
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

RELATIVE

Specifies whether the note timings in the file are relative to the previous note or absolute. If this attribute is set to yes, the note timings are relative to the previous note. If it is set to no or not present, the note timings are absolute. If this line is missing, then the timestamps are absolute.

#RELATIVE:yes

Relative timestamps make working on a TXT file much easier, because if you want to insert a pause, you don't have to adjust all following timestamps, but only the ones until the end of the line. If you now want to change from absolute to relative timestamps yourself, this means a lot of manual work.

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

ENCODING

⚠️ Deprecated: The games should be able to detect the encoding themselves. For Vocaluxe there is a updated version that can detect the encoding itself. Vocaluxe fork by flokuep

Specifies the character encoding used in the txt file. This attribute can be used to ensure that special characters are displayed correctly.

#ENCODING:UTF8
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

PREVIEWSTART

Specifies the time in milliseconds from the beginning of the audio file at which the preview of the song starts. This value can be used to set the start time of the preview that is played when browsing songs.

#PREVIEWSTART:12345
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️

MEDLEYSTARTBEAT

Specify the start beat of a medley section within the song. These value can be used to create a medley of multiple songs by specifying which section of each song should be included in the medley. Needs MEDLEYENDBEAT

#MEDLEYSTARTBEAT:10
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

MEDLEYENDBEAT

Specify the end beat of a medley section within the song. These value can be used to create a medley of multiple songs by specifying which section of each song should be included in the medley. Needs MEDLEYSTARTBEAT

#MEDLEYENDBEAT:20
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

CALCMEDLEY

Specifies whether UltraStar should automatically calculate the medley section of the song. If this attribute is set to on, UltraStar will automatically determine the most suitable section of the song for a medley based on the note data.

#CALCMEDLEY:on
App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

DUETSINGERP1 & DUETSINGERP2

Specify the names of the singers for a duet song. These values can be used to display the names of the singers on screen during a duet.

#DUETSINGERP1:John
#DUETSINGERP2:Jane
#DUETSINGERP3:Tina
...
App Support
App Version Supported Comment
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07) ✔️ up to 2 singers
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18) ✔️ up to 4 singers

P1 and P2

Same as DUETSINGERP1 and DUETSINGERP2

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30) ✔️
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18)

Special

Multiple

ALBUM

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

VERSION

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

LENGTH

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

UltraStar World Party

FIXER

Specifies the name of the person who made changes to the ultrastar txt file but want to give credit to the person who initialy created the file in CREATOR.

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07) ✔️
Vocaluxe 0.41 (2020-03-10)
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

Vocaluxe

TITLE-ON-SORTING

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

ARTIST-ON-SORTING

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

AUTHOR and AUTOR

Same as CREATOR

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

SOURCE and YOUTUBE

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

COMMENT

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

VIDEOASPECT

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

Preview

Todo: Unknown //This is stored in ms not like PREVIEWSTART!

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

ENDSHORT

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10) ✔️
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18)

Yass

ID

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10)
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01)
Yass 2.4.3 (2023-03-18) ✔️

UltraStar Play

PreviewEnd

Todo: Unknown

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10)
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18)

VOCALS

If the song at #MP3 is an instrumental version you can add an audio file containing the vocals here.

App Support
App Version Supported
UltraStar deluxe (USDX) > 2020.4.0 (2020-04-30)
UltraStar World Party 21.02 (2021-02-07)
Vocaluxe 0.41 (2020-03-10)
Performous 1.2.0 (2022-03-27)
UltraStar Play 0.9.0 (Pre-release) (2023-02-01) ✔️
Yass 2.4.3 (2023-03-18)

Performous

  • txtFileFolder
  • txtFile
  • artist
  • title
  • language
  • edition
  • creator
  • genre
  • cover
  • background
  • videoFile
  • midiFile
  • videoGap
  • start
  • previewStart
  • duration
  • songFile
  • vocals
  • vocalsBacking
  • preview
  • guitar
  • bass
  • drums
  • drumsSnare
  • drumnsCymbals
  • drumsToms
  • keyboard
  • guitarCoop
  • guitarRhythm

Source

About

note.txt tag support documentation for Ultrastar Deluxe, Vocaluxe, Performouse, Ultrastar Play and others

Resources

Stars

Watchers

Forks