musical-style-recognition.net

Contents
Powered by
CMSimple
Home > Software > musicprobe

musicprobe

Musicprobe was written to measure the feature values in the scores. It takes one or more scores in **kern encoding as input and outputs the features values.

To compile, the following is needed:

CmdLine contains deprecated c++. Here is a version that compiles with gcc 4.0 in a unix envirionment (with warnings though): cmdline_gcc4.tgz. To compile do something like: g++ -c *.c ; ar rvs libcmdline.a *.o; and put the library file in a place the linker can find.

Source of musicprobe 1.0: musicprobe-1.0.tgz.