C# 클래스 RocksmithToolkitLib.Song2014ToTab.Rs2014Converter

상속: IDisposable
파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddDifferences void
AddElements void
AddSongMetadata void

공개 메소드들

메소드 설명
Dispose ( ) : void
PsarcSongList ( string inputFilePath, string outputDir = null ) : IList

create SongInfo List from PSARC file with option to output to *.txt file

PsarcToSong2014 ( string inputFilePath, string songId = null, string arrangement = null ) : Song2014

extract Song2014 from PSARC file for a specific songId (short song title) and arrangement (lead, rhythm, bass) defaults to the first songId and arrangement if not specified

Song2014ToAsciiTab ( Song2014 rs2014Song, string outputDir, bool allDif ) : void

Song2014 to ASCII Tablature

Song2014ToSong ( Song2014 rs2014Song ) : RocksmithToolkitLib.Xml.Song
Song2014ToXml ( Song2014 rs2014Song, string outputPath, bool overWrite ) : string

Convert RS2014 (Song2014) to XML file

XmlToSong2014 ( string xmlFilePath ) : Song2014

Convert XML file to RS2014 (Song2014)

비공개 메소드들

메소드 설명
AddDifferences ( Song2014 rs2014Song, RocksmithToolkitLib.Xml.Song rs1Song ) : void
AddElements ( Song2014 rs2014Song, RocksmithToolkitLib.Xml.Song rs1Song ) : void
AddSongMetadata ( Song2014 rs2014Song, RocksmithToolkitLib.Xml.Song rs1Song ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PsarcSongList() 공개 메소드

create SongInfo List from PSARC file with option to output to *.txt file
public PsarcSongList ( string inputFilePath, string outputDir = null ) : IList
inputFilePath string
outputDir string
리턴 IList

PsarcToSong2014() 공개 메소드

extract Song2014 from PSARC file for a specific songId (short song title) and arrangement (lead, rhythm, bass) defaults to the first songId and arrangement if not specified
public PsarcToSong2014 ( string inputFilePath, string songId = null, string arrangement = null ) : Song2014
inputFilePath string
songId string
arrangement string
리턴 RocksmithToolkitLib.Xml.Song2014

Song2014ToAsciiTab() 공개 메소드

Song2014 to ASCII Tablature
public Song2014ToAsciiTab ( Song2014 rs2014Song, string outputDir, bool allDif ) : void
rs2014Song RocksmithToolkitLib.Xml.Song2014
outputDir string
allDif bool
리턴 void

Song2014ToSong() 공개 메소드

public Song2014ToSong ( Song2014 rs2014Song ) : RocksmithToolkitLib.Xml.Song
rs2014Song RocksmithToolkitLib.Xml.Song2014
리턴 RocksmithToolkitLib.Xml.Song

Song2014ToXml() 공개 메소드

Convert RS2014 (Song2014) to XML file
public Song2014ToXml ( Song2014 rs2014Song, string outputPath, bool overWrite ) : string
rs2014Song RocksmithToolkitLib.Xml.Song2014
outputPath string
overWrite bool
리턴 string

XmlToSong2014() 공개 메소드

Convert XML file to RS2014 (Song2014)
public XmlToSong2014 ( string xmlFilePath ) : Song2014
xmlFilePath string
리턴 RocksmithToolkitLib.Xml.Song2014