Skip to content

Releases: simonppg/music-core

music-core v1.0.0

17 Apr 18:19
aaab081
Compare
Choose a tag to compare

Can create musical notes with the Note class

import { Note } from 'music-core'

const cSharp5 = new Note('C#5')