1.1.0 • Published 4 years ago

herochartio v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Node.js: herochartio

herochartio a chart parser and serializer from clone hero. This includes types for typescript and few helpers. This also supports mid charts parsing.

Installation

npm install herochartio

Usage

import { ChartIO } from 'herochartio'
let chart = await ChartIO.load("./notes"); // load .chart or .mid

let sectionPosition = chart.findSectionPosition("Guitar solo");
let sectionTime = chart.positionToSeconds(sectionPosition);

// ...

await ChartIO.save(chart, "./guitar.chart");

License

Licensed under MIT

Copyright (c) 2020 Aurélie Richard