Humdrum Extras

From CCARH Wiki
Revision as of 02:22, 7 December 2012 by Craig (talk | contribs) (Created page with '[http://extras.humdrum.org Humdrum Extras] is a set of programs and C++ library for processing Humdrum files. The programs can be compiled for Linux, Apple OS X, or Windows …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Humdrum Extras is a set of programs and C++ library for processing Humdrum files. The programs can be compiled for Linux, Apple OS X, or Windows (primarily within cygwin, but also in Visual C++). The Humdrum Extras library can be used to parse Humdrum files independent of the example programs provided with the package.


Example Programs

The primary intent of the Humdrum Extras package is to all for user-based processing of Humdrum files as an auxiliary to the Humdrum Toolkit. Since the programs are compiled from C++, they perform music faster than programs written in interpreted languages, such as AWK which is the main development language for the Humdrum Toolkit.

Documentation for example programs can be found on the web at extras.humdrum.org/man. The source code for these programs is found in the download file, within the src-programs directory, or they can be viewed online.


Programming Examples