Static methods

@:value({ difficulty : "normal" })staticmigrateChartData(songData:OsuManiaData, difficulty:String = "normal"):SongChartData

Parameters:

songData

The raw parsed JSON data to migrate, as a Dynamic.

difficulty

The difficulty name to assign to the migrated chart.

Returns:

SongChartData

@:value({ difficulty : "normal" })staticmigrateMetadata(songData:OsuManiaData, difficulty:String = "normal"):SongMetadata

Parameters:

songData

The raw parsed JSON data to migrate, as a Dynamic.

difficulty

The difficulty name to assign to the migrated chart.

Returns:

SongMetadata

staticparseOsuFile(osuContent:String):OsuManiaData