C# Class RockSmithTabExplorer.Services.CurrentSongService

Inheritance: GalaSoft.MvvmLight.ObservableObject
Show file Open project: Jamedjo/RSTabExplorer Class Usage Examples

Public Methods

Method Description
ChangeSong ( RSSongInfo newSong ) : void
CurrentSongService ( SongCollection songCollection ) : System
GetAlphaTabTrack ( ) : AlphaTab.Model.Track
PickFirstSong ( ) : void
SetGuitarPath ( string name ) : void

Private Methods

Method Description
GenerateScore ( ) : void
setTrackFromPath ( ) : void

Method Details

ChangeSong() public method

public ChangeSong ( RSSongInfo newSong ) : void
newSong RSSongInfo
return void

CurrentSongService() public method

public CurrentSongService ( SongCollection songCollection ) : System
songCollection SongCollection
return System

GetAlphaTabTrack() public method

public GetAlphaTabTrack ( ) : AlphaTab.Model.Track
return AlphaTab.Model.Track

PickFirstSong() public method

public PickFirstSong ( ) : void
return void

SetGuitarPath() public method

public SetGuitarPath ( string name ) : void
name string
return void