Git Product home page Git Product logo

beads's Introduction

The Beads Project

This is the Beads project, a Java library for creative realtime audio and music, which is also available as a library for Processing.

Written by Ollie Bown, with contributions from Ben Porter, Benito, Aengus Martin, Neil Smith, Evan Merz, Angelo Fraietta and Charlton Wong. It also uses some code from other Java projects including MEAP and JASS. For convenience it wraps Java dependencies Tritonus, JavaZOOM, mp3spi and JAudioLibs.

The library is licensed under the Gnu Public License (GPL v3). Contact ollie at icarus.nu if you have any questions.

For examples on how to use this library, see the tutorials. For all other information, see http://www.beadsproject.net.

How to Install

Beads uses the Tritonus library found in the clojars repository.

Maven [Current Release: 3.2]

Add the following to pom.xml:


  <repository>

    <id>clojars_repo</id>

    <url>https://clojars.org/repo/</url>

  </repository>

  

  ....

  

  <dependency>

    <groupId>net.beadsproject</groupId>

    <artifactId>beads</artifactId>

    <version>3.2</version>

  </dependency>

Gradle

Add the following to build.gradle:


repositories {

    maven {url "https://clojars.org/repo"}

}



...



dependencies {

    implementation 'net.beadsproject:beads:3.2'

}

Manual Installation

Please visit beadsproject.net for beads.jar and manual installation instructions for Eclipse or Processing.

Changelog

Latest Version: 3.2

beads's People

Contributors

orsjb avatar cwong4311 avatar aengusm avatar angelofraietta avatar benitoelbonito avatar daveho avatar david290 avatar ceefour avatar jeremydouglass avatar kevinnorth avatar zalinius avatar chadawagner 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.