C# Class RockSmithTabExplorer.GuitarPath

Show file Open project: Jamedjo/RSTabExplorer

Public Methods

Method Description
FromSettings ( ) : GuitarPath
GuitarPath ( string name ) : System
Persist ( string name ) : GuitarPath
pickTrack ( IList songTracks ) : RockSmithTabExplorer.RSTrackInfo

Private Methods

Method Description
findTrackContaining ( IList songTracks, string preferences ) : RockSmithTabExplorer.RSTrackInfo

Method Details

FromSettings() public static method

public static FromSettings ( ) : GuitarPath
return GuitarPath

GuitarPath() public method

public GuitarPath ( string name ) : System
name string
return System

Persist() public static method

public static Persist ( string name ) : GuitarPath
name string
return GuitarPath

pickTrack() public method

public pickTrack ( IList songTracks ) : RockSmithTabExplorer.RSTrackInfo
songTracks IList
return RockSmithTabExplorer.RSTrackInfo