Menu

Tree [63bfde] master /
 History

HTTPS access


File Date Author Commit
 debian 2013-12-17 Funs Seelen Funs Seelen [987080] initial commit 0.0test-0
 examples 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 manual 2013-12-17 Funs Seelen Funs Seelen [987080] initial commit 0.0test-0
 testing 2014-03-29 Funs Seelen Funs Seelen [83b892] added 'testing/' and 'ts2comma.pd'
 .gitignore 2021-03-10 Alfons Seelen Alfons Seelen [63bfde] add midi2tts-help and gitignore
 LICENSE.txt 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 Makefile 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 README.txt 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 libmuditulib.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 midi2ts-help.pd 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 midi2ts.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 midi2tts-help.pd 2021-03-10 Alfons Seelen Alfons Seelen [63bfde] add midi2tts-help and gitignore
 midi2tts.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 muditulib-meta.pd 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 muditulib.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 muditulib.h 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 rha2tts-help.pd 2013-12-17 Funs Seelen Funs Seelen [987080] initial commit 0.0test-0
 rha2tts.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 rha2tts.h 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 rps_v0.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 testinterval.pd 2013-12-17 Funs Seelen Funs Seelen [987080] initial commit 0.0test-0
 ts2fokker-help.pd 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 ts2fokker.pd 2013-12-17 Funs Seelen Funs Seelen [987080] initial commit 0.0test-0
 ts2freq-help.pd 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 ts2freq.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 ts2symbol-help.pd 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 ts2symbol.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...
 tts2comma-help.pd 2014-05-10 Funs Seelen Funs Seelen [0da8df] add tts2comma
 tts2comma.pd 2014-05-10 Funs Seelen Funs Seelen [0da8df] add tts2comma
 tts2freq-help.pd 2014-05-10 Funs Seelen Funs Seelen [4c721b] update help files
 tts2freq.c 2021-03-10 Alfons Seelen Alfons Seelen [346df8] reformat all c code, use int instead of byte, u...

Read Me

    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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.