3.0.0 • Published 12 months ago

@educandu/abc-tools v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

abc-tools

Neues Dokument

Usage

import { convertMusicXmlToAbc, transposeAbc } from '@educandu/abc-tools';

// converts MusicXML to ABC code (with denominator 4)
const result1 = convertMusicXmlToAbc(xmlString, { d: 4 });

// transposes ABC code 2 half steps down
const result2 = transposeAbc(abcCode, -2);

Sources

The source file src/xml2abc.js was written by Wim Vree (available here). This code is licensed under the Lesser GNU General Public License. Changes made compared to the original code are marked inside the code itself.


OER learning platform for music

Funded by 'Stiftung Innovation in der Hochschullehre'

A Project of the 'Hochschule für Musik und Theater München' (University for Music and Performing Arts)

Project owner: Hochschule für Musik und Theater München\ Project management: Ulrich Kaiser

3.0.0

12 months ago

2.0.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

1 year ago

0.0.0

1 year ago