Git Product home page Git Product logo

plsmf's Introduction

plsmf

SWI Prolog library for reading standard MIDI files

This foreign library and module allows Prolog code to read and write standard MIDI files (SMFs) using libsmf.

##PREREQUISITES

##INSTALLATION

The Makefile uses pkg-config to find glib, which seems to work fine on Debian and probably other Linux distributions, and on Mac OS X with Macports.

libsmf does not seem to have a pkg-config file, the configure script in this package uses locate (or mdfind on Mac OS X) to look for libsmf.a. It then assumes that libsmf.a is in $SMFPREFIX/lib/ and works out SMFPREFIX from that. If that doesn't work, it just assumes that SMFPREFIX should be /usr/local.

If all the prequisites are satisfied and libsmf is findable, then you should be able to install this package from the SWI Prolog command line using

?- pack_install(plsmf).

##CHANGE LOG

v0.1 - initial release. v0.2.0 - initial pack version.

plsmf's People

Contributors

samer-- avatar

Watchers

Tadeusz Kurpiel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.