npm.io
1.1.0 • Published 6 years ago

herochartio

Licence
MIT
Version
1.1.0
Deps
3
Size
68 kB
Vulns
0
Weekly
0
Stars
3

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

Keywords