File: mma-rm2std.1

package info (click to toggle)
mma 20.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 51,824 kB
  • sloc: python: 16,563; sh: 26; makefile: 18; perl: 12
file content (30 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (4)
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
.TH mma-rm2std 1
.SH NAME
mma-rm2std  \- Convert MIDI file to MMA-readable form
.SH SYNOPSIS
.PP
.B mma-rm2std <mma-file>

.SH DESCRIPTION

This program reads a named mma file and converts Roman numeral
chord notation to standard output. All other input is passed
unchanged.
.PP
It shows how to access some of the mma library from other programs.
It also shows that the MMA library functions should be converted
to a real library! Oh well.

.SH SEE ALSO
mma(1)

.SH RESOURCES
The latest version of this program is always distributed with
.B MMA
and is available at http://www.mellowood.ca/mma

.SH AUTHOR
Bob van der Poel <bob@mellowood.ca>
.SH LICENSE
mma-rm2std is Copyright 2010 Bob van der Poel. Free use of this software is granted
under the terms of the GNU General Public License.