electro

A Java library to help work with musical time.

License

License

GroupId

GroupId

org.deepsymmetry
ArtifactId

ArtifactId

electro
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

electro
A Java library to help work with musical time.
Project URL

Project URL

https://github.com/Deep-Symmetry/electro
Project Organization

Project Organization

Deep Symmetry, LLC
Source Code Management

Source Code Management

https://github.com/Deep-Symmetry/electro.git

Download electro

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.6.1

Project Modules

There are no modules declared in this project.

electro

A Java library to help work with musical time. Based on the rhythm namespace in Afterglow, ported to plain Java to give these capabilities to Beat Link without requiring it to embed the Clojure ecosystem.

Installation

Electro is available through Maven Central, so to use it in your Maven project, all you need is to include the appropriate dependency.

Maven Central

Click the maven central badge above to view the repository entry for electro. The proper format for including the latest release as a dependency in a variety of tools can be found in the Dependency Information section. If you want these kinds of capabilities from Clojure, you are better off depending on Afterglow via Clojars and using its Clojure-oriented rhythm namespace, linked at the top of the page.

If you want to manually install electro, you can download the library from the releases page and put it on your project’s class path.

Usage

See the API Documentation for full details.

License

Deep Symmetry

Copyright © 2018 Deep Symmetry, LLC

Distributed under the Eclipse Public License 1.0. By using this software in any fashion, you agree to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

org.deepsymmetry

Deep Symmetry

Sharing and supporting electronic music through open-source software and performances

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.0