C# Class RockSmithTabExplorer.Services.CurrentSongService

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: Jamedjo/RSTabExplorer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GenerateScore ( ) : void
setTrackFromPath ( ) : void

Method Details

ChangeSong() public méthode

public ChangeSong ( RSSongInfo newSong ) : void
newSong RSSongInfo
Résultat void

CurrentSongService() public méthode

public CurrentSongService ( SongCollection songCollection ) : System
songCollection SongCollection
Résultat System

GetAlphaTabTrack() public méthode

public GetAlphaTabTrack ( ) : AlphaTab.Model.Track
Résultat AlphaTab.Model.Track

PickFirstSong() public méthode

public PickFirstSong ( ) : void
Résultat void

SetGuitarPath() public méthode

public SetGuitarPath ( string name ) : void
name string
Résultat void