Property | Type | Description | |
---|---|---|---|
AddDifferences | void | ||
AddElements | void | ||
AddSongMetadata | void |
Method | Description | |
---|---|---|
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 ) : |
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 to ASCII Tablature
|
|
Song2014ToSong ( |
||
Song2014ToXml ( |
Convert RS2014 (Song2014) to XML file
|
|
XmlToSong2014 ( string xmlFilePath ) : |
Convert XML file to RS2014 (Song2014)
|
Method | Description | |
---|---|---|
AddDifferences ( |
||
AddElements ( |
||
AddSongMetadata ( |
public PsarcSongList ( string inputFilePath, string outputDir = null ) : IList |
||
inputFilePath | string | |
outputDir | string | |
return | IList |
public PsarcToSong2014 ( string inputFilePath, string songId = null, string arrangement = null ) : |
||
inputFilePath | string | |
songId | string | |
arrangement | string | |
return |
public Song2014ToAsciiTab ( |
||
rs2014Song | ||
outputDir | string | |
allDif | bool | |
return | void |
public Song2014ToSong ( |
||
rs2014Song | ||
return | RocksmithToolkitLib.Xml.Song |
public Song2014ToXml ( |
||
rs2014Song | ||
outputPath | string | |
overWrite | bool | |
return | string |
public XmlToSong2014 ( string xmlFilePath ) : |
||
xmlFilePath | string | |
return |