Skip to content

jjazzboss/JJazzLabToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JJazzLab Toolkit

All JJazzLab core in one jar.

The JJazzLab Toolkit is the "engine" that powers the JJazzLab application: object models and algorithms, without graphical user interface.

Use it to build a utility which export songs to Midi or audio files in batch mode, to experiment with backing track generation, etc.

JJazzLab Toolkit architecture

 

You can combine this toolkit with JJazzLab plugins such as :

Use the toolkit

For sample code how to use the main toolkit features, check out the DemoApp sub-project.

The JJazzLab Toolkit follows the same versioning than the JJazzLab application: a new version of the toolkit is released when a new version of JJazzLab is released.

With Maven

<dependency>
    <groupId>org.jjazzlab</groupId>
    <artifactId>jjazzlab-toolkit</artifactId>
    <version>4.1.0</version>
</dependency>

With Gradle

compile 'org.jjazzlab:jjazzlab-toolkit:4.1.0'