Method | Description | |
---|---|---|
Dispose ( ) : void | ||
PsarcToGp5 ( string inputFilePath, string outputDir, IList |
Load a PSARC file into memory and convert to GuitarPro file(s)
|
|
SongInfoShortToSongInfo ( IList |
Convert SongInfoShort to SongInfo that contains only user selections or defaults
|
|
XmlToGp5 ( string inputFilePath, string outputDir, string outputFormat = "gp5", bool allDif = false ) : void |
Load a XML arrangment into memory and convert to GuitarPro file
|
Method | Description | |
---|---|---|
CleanFileName ( string fileName ) : string | ||
ExportArrangement ( Score score, |
||
SaveScore ( Score score, string baseFileName, string outputDirectory, string outputFormat ) : void |
public PsarcToGp5 ( string inputFilePath, string outputDir, IList |
||
inputFilePath | string | |
outputDir | string | |
songListShort | IList |
|
outputFormat | string | |
allDif | bool | |
return | void |
public SongInfoShortToSongInfo ( IList |
||
songListShort | IList |
|
songList | IList |
|
return | List |
public XmlToGp5 ( string inputFilePath, string outputDir, string outputFormat = "gp5", bool allDif = false ) : void | ||
inputFilePath | string | |
outputDir | string | |
outputFormat | string | |
allDif | bool | |
return | void |