-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
41 lines (31 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Humdrum Extras library and program source code
Wed Apr 6 01:59:37 PDT 2005
Craig Stuart Sapp <[email protected]>
======================================================
This directory contains the source code for programs in the set
of Humdrum programs which are compiled from C++ programs.
Compiled versions of these programs for various operating systems
are available with documentation from the website:
http://extras.humdrum.org
To compile the Humdrum Extra programs found in this directory
structure, type the following commands:
cd humextra # if not already in the humextra base directory
make
To compile only a single program, such as barnum, you would
type the following commands:
make library
make barnum
If you write your own programs, you can place them in the
directory humextra/cli and then compile them in
a manner similar to compiling single programs described above.
Compiled programs are written to the humextra/bin directory.
------------------------------------------------------
The Centerpoint XML parsing library used in the program xml2hum
and the class MusicXML is made available by:
CenterPoint - Connective Software Engineering GmbH, Europastrasse 8,
A-9524 Villach, Tel. +43 (0)4242 43883-0
"CenterPoint XML is a C++ class library with SAX 2 (Simple API for XML,
Version 2) and DOM (Document Object Model) Level 1 and Level 2 conforming
interfaces for reading and writing XML files. It features a lightweight,
efficient design, is based on the C++ Standard Library, and runs on
many platforms."