Code Monkey home page Code Monkey logo

jamomacore's Introduction

JamomaCore

A C++ platform for building dynamic and reflexive systems with an emphasis on audio and media.

Travis CI build status Coverity Static Analysis Waffle Stories
Build Status Coverity Scan Build Status Stories in Ready

The Jamoma Platform is composed of a layered framework architecture that creates an object model and then specializes that object model for audio and matrix processing, and system automation and management.

Jamoma makes use of polymorphic typing, dynamic binding, and introspection to create a cross-platform API pulling ideas from languages such as Smalltalk and Objective-C while remaining within the bounds of the portable and cross-platform C++ context.

  • Foundation : Runtime and API implementing a light-weight, dynamically bound, reflective object-oriented architecture layer on top of C++.
  • DSP : A C++ framework for audio processing objects. Jamoma DSP is further documented in \cite Place2010:DSP .
  • Graph : A coding layer for the creation of dynamic asynchronous graph topographies.
  • Audio Graph : A coding layer for the creation of dynamic audio graph topographies. AudioGraph is further documented in \cite Place2010:AudioGraph .
  • Modular : A framework for assembling high-level interactive modular systems.

How to Build

Jamoma uses CMake to to manage projects. You may therefor need to install CMake on your system before proceeding (e.g. on the Mac you can do this using Homebrew). Cmake generates a native project file (Makefile, XCode project, Visual Studio solution...) for your target platform.

Typically you make a build folder somewhere quarantined from the primary source tree and run cmake from there. In the simplest case you can run the provided build.sh script and it will do this for you:

$ git clone https://github.com/jamoma/JamomaCore.git
$ cd JamomaCore
$ ./build.sh

The argument to cmake (the '..' in this case) refers to the root of the JamomCore where a CMakelists.txt resides.

Documentation

The Jamoma Core is documented using Doxygen. A rendering of the documentation is available online at http://api.jamoma.org/

jamomacore's People

Contributors

adrian-gierakowski avatar avilleret avatar bltzr avatar borismansencal avatar caseybasichis avatar christianfrisson avatar diemoschwarz avatar jaimechao avatar jamomabuild avatar jcelerier avatar jln- avatar krisny avatar nilson avatar nwolek avatar reno- avatar tap avatar

Watchers

 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.