C# Class Cindeck.Core.PatternProvider

Show file Open project: noelex/Cindeck

Public Methods

Method Description
GetPattern ( Song s, SongDifficulty d, int expectedNotes ) : Task

Private Methods

Method Description
GetPattern ( string id ) : Task
GetSongIdMap ( bool remote ) : SongInfo[]>>.Task
NormalizeTitle ( string title ) : string
ParseSongIdMap ( Stream stream ) : SongInfo[]>.Dictionary

Method Details

GetPattern() public method

public GetPattern ( Song s, SongDifficulty d, int expectedNotes ) : Task
s Song
d SongDifficulty
expectedNotes int
return Task