Giter Site home page Giter Site logo

mmacret / libpd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libpd/libpd

0.0 0.0 0.0 7.09 MB

Turning Pure Data into an embeddable audio synthesis library

Home Page: http://libpd.cc/

License: Other

C++ 2.73% C# 2.06% Pure Data 3.83% Java 2.11% C 85.89% Shell 0.01% Objective-C 2.91% Python 0.47%

libpd's Introduction

For documentation of libpd, see the wiki: https://github.com/libpd/libpd/wiki

Layout of the libpd repository:

  * pure-data: The folder containing the sources of Pd Vanilla and standard
      externals.  This subtree is a subset of Miller Puckette's official Pd
      git repository, available at
      git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data.

      We're keeping our own copy of the sources of Pd in order to have the
      option of adding optimizations and other changes that may not make it
      into the official version immediately, but the overall policy is to
      maintain compatibility with the official version.  Please don't make any
      incompatible changes in the pure-data branch, and don't add anything
      specific to libpd that you wouldn't expect to eventually be merged into
      the official version.

  * libpd_wrapper: This folder contains the source files that make up the core
      of libpd.

  * Android.mk, Makefile, libpd.xcodeproj, libpd_win.sln: Build support for
      various platforms.  I figure the Android makefile is pretty much
      finished, but the build system for other platforms still needs work.
      The Makefile for build shared libraries on Linux is crude but
      functional.  The one for Macs is tentative and untested, and we
      currently don't have a makefile for Windows.  Feel free to improve the
      build system in any way you see fit. Currently the makefile has the 
      following targets: 
      - libpd, (default) builds if no target is specified, builds the libpd.so/dylib/dll
      - csharplib, builds libpdcsharp.dll
      - javalib, builds libpdnative and the jni wrapper
      - clean, removes the object files
      - clobber, removes the linked library files

  * java, csharp, objc, cpp, python: Glue for using libpd with Java, C#, Objective C,
      C++ and Python.  Feel free to improve or add support for other languages 
      such as Lua.

  * samples: This branch contains one small sample program in C built on top
      of libpd, as well as a sample project in Java that uses JavaSound.

Ready-made binaries for Java are available at
https://github.com/airbaggins/libpd-java-build/raw/master/libpd.jar.

libpd's People

Contributors

artdent avatar chr15m avatar danomatika avatar eighthave avatar gintas avatar meshula avatar morellid avatar nettoyeurny avatar residuum avatar richardlawler avatar safetydank avatar tebjan avatar wivlaro 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.