C# 클래스 Cindeck.Core.PatternProvider

파일 보기 프로젝트 열기: noelex/Cindeck

공개 메소드들

메소드 설명
GetPattern ( Song s, SongDifficulty d, int expectedNotes ) : Task

비공개 메소드들

메소드 설명
GetPattern ( string id ) : Task
GetSongIdMap ( bool remote ) : SongInfo[]>>.Task
NormalizeTitle ( string title ) : string
ParseSongIdMap ( Stream stream ) : SongInfo[]>.Dictionary

메소드 상세

GetPattern() 공개 메소드

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