New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@educandu/abc-tools

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@educandu/abc-tools

Tools for ABC code manipulation

latest
Source
npmnpm
Version
3.0.3
Version published
Weekly downloads
2
-83.33%
Maintainers
3
Weekly downloads
 
Created
Source

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'

Logo der Stiftung Innovation in der Hochschullehre

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

Logo der Hochschule für Musik und Theater München

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

Keywords

educandu

FAQs

Package last updated on 25 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts