This is the README.txt for `muditulib', a multi-dimensional
tuning library.
VERSION 0.0
Muditulib is a collection of C functions and an implementation
for Pd.
The tuning system is based on the diatonic music system and makes
use of multi-dimensional symbolic pitch representation systems,
called Ts() and Tts(), in addition to the MIDI note system.
RPS means 'real-time pitch spelling'.
RHA means 'real-time hexachord analysis'.
More information can be found at http://muditulib.eu
For use outside Pd look for libmuditulib.c and muditulib.h, which
contain all muditulib specific functions and data types. All
other files are mainly written for the Pd implementation. For
questions about implementations of muditulib outside Pure Data
please contact the author via alfons@acls.eu.
============================== INCLUDES =============================
Pd-externals:
[midi2ts]
[rps_v0]
[ts2symbol]
[ts2freq]
[midi2tts]
[ts2rha]
[rha2tts]
[tts2freq]
Pd-abstractions:
[ts2fokker]
[tts2comma]
========================= Project page on SF ========================
https://sourceforge.net/p/muditulib
=========================== Get the source ==========================
Git:
$ git clone git://git.code.sf.net/p/muditulib/code muditulib-code
========================== Build & install ==========================
Build and install the library as single binary for Pd:
$ make muditulib
$ make single_install
--> recommendation: :-)
-----------------------------------------------------------------
Building and installation of separate classes is not supported,
for all classes depend on library functions. However, it is
always possible to manually copy the code of the functions to the
corresponding C file. Then type:
$ make
$ make install
--> recommendation: :-|
-----------------------------------------------------------------
Or even compile them separately without using the makefile. The
compiler will probably tell you what data are missing. Then find
those data and copy them. Install help files manually.
--> recommendation: :-(
========================== Contact info =============================
Website of the author: http://funsseelen.eu
Copyright (c) 2013-2014 Funs Seelen