Beads

A software library written in Java for realtime audio.

License

License

Categories

Categories

Net
GroupId

GroupId

net.beadsproject
ArtifactId

ArtifactId

beads
Last Version

Last Version

3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Beads
A software library written in Java for realtime audio.
Project URL

Project URL

http://www.beadsproject.net
Source Code Management

Source Code Management

https://github.com/orsjb/beads/

Download beads

How to add to project

<!-- https://jarcasting.com/artifacts/net.beadsproject/beads/ -->
<dependency>
    <groupId>net.beadsproject</groupId>
    <artifactId>beads</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.beadsproject/beads/
implementation 'net.beadsproject:beads:3.2'
// https://jarcasting.com/artifacts/net.beadsproject/beads/
implementation ("net.beadsproject:beads:3.2")
'net.beadsproject:beads:jar:3.2'
<dependency org="net.beadsproject" name="beads" rev="3.2">
  <artifact name="beads" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.beadsproject', module='beads', version='3.2')
)
libraryDependencies += "net.beadsproject" % "beads" % "3.2"
[net.beadsproject/beads "3.2"]

Dependencies

runtime (7)

Group / Artifact Type Version
javazoom : jlayer jar 1.0.1
com.googlecode.soundlibs : mp3spi jar 1.9.5.4
org.clojars.automata » tritonus-aos jar 1.0.0
org.clojars.automata » tritonus-share jar 1.0.0
org.jaudiolibs : audioservers-javasound jar 2.0.0
org.jaudiolibs : audioservers-jack jar 2.0.0
org.jaudiolibs : jnajack jar 1.4.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.2
3.1
3.0