Class IniFormatting
- Namespace
- ChartTools.IO.Ini
- Assembly
- ChartTools.dll
Provides a set of helper strings for working with Ini files
public static class IniFormatting
- Inheritance
-
IniFormatting
- Inherited Members
Fields
Album
Value of Album
public const string Album = "album"
Field Value
AlbumTrack
Value of AlbumTrack
public const string AlbumTrack = "album_track"
Field Value
Remarks
Alternate key to Track
Artist
Value of Artist
public const string Artist = "artist"
Field Value
AudioOffset
Value of AudioOffset
public const string AudioOffset = "delay"
Field Value
Charter
Value of Name
public const string Charter = "charter"
Field Value
Remarks
Alternate key to Frets
Explicit
Value of Explicit
public const string Explicit = "explicit_lyrics"
Field Value
Frets
Value of Name
public const string Frets = "frets"
Field Value
Remarks
Alternate key to Charter
GHLCoopGuitarDifficulty
Value of GHLCoopGuitar
public const string GHLCoopGuitarDifficulty = "diff_guitar_coop_ghl"
Field Value
Genre
Value of Genre
public const string Genre = "genre"
Field Value
Header
Start of the ini section containing song metadata
public const string Header = "[song]"
Field Value
HopoFrequency
Value of HopoFrequency
public const string HopoFrequency = "hopo_frequency"
Field Value
Icon
Value of Icon
public const string Icon = "icon"
Field Value
Length
Value of Length
public const string Length = "song_length"
Field Value
LoadingText
Value of LoadingText
public const string LoadingText = "loading_text"
Field Value
Modchart
Value of IsModchart
public const string Modchart = "modchart"
Field Value
MultiplierNote
public const string MultiplierNote = "multiplier_note"
Field Value
Playlist
Value of Playlist
public const string Playlist = "playlist"
Field Value
PlaylistTrack
Value of PlaylistTrack
public const string PlaylistTrack = "playlist_track"
Field Value
PreviewEnd
Value of PreviewEnd
public const string PreviewEnd = "preview_end_time"
Field Value
PreviewStart
Value of PreviewStart
public const string PreviewStart = "preview_start_time"
Field Value
Rimshot
public const string Rimshot = "sysex_rimshot"
Field Value
StarPowerNote
public const string StarPowerNote = "star_power_note"
Field Value
SubPlaylist
Value of SubPlaylist
public const string SubPlaylist = "sub_playlist"
Field Value
SustainCutoff
Value of SustainCutoff
public const string SustainCutoff = "sustain_cutoff_threshold"
Field Value
SysExHighHat
public const string SysExHighHat = "sysex_high_hat_ctrl"
Field Value
SysExOpenBass
public const string SysExOpenBass = "sysex_open_bass"
Field Value
SysExProSlide
public const string SysExProSlide = "sysex_pro_slide"
Field Value
SysExSliders
public const string SysExSliders = "sysex_slider"
Field Value
Title
Value of Title
public const string Title = "name"
Field Value
Track
Value of AlbumTrack
public const string Track = "track"
Field Value
Remarks
Alternate key to AlbumTrack
VideoOffset
Value of VideoOffset
public const string VideoOffset = "video_start_time"
Field Value
Year
Value of Year
public const string Year = "year"
Field Value
Methods
Line(string, string?)
public static string Line(string key, string? value)