MIDI Splitter (Java) GUI

GUI for controlling the MIDI Splitter core library

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.noahr-atc.midisplitter
ArtifactId

ArtifactId

gui
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

MIDI Splitter (Java) GUI
GUI for controlling the MIDI Splitter core library
Project URL

Project URL

https://github.com/NoahR-ATC/MidiSplitterJava
Source Code Management

Source Code Management

https://github.com/NoahR-ATC/MidiSplitterJava

Download gui

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.noahr-atc.midisplitter : lib jar 1.0.0
org.jetbrains : annotations jar 19.0.0

Project Modules

There are no modules declared in this project.

GUI: Maven Central
Library: Maven Central

MidiSplitterJava

Takes MIDI input from one device, distributes messages across all 16 MIDI channels, and outputs the recreated messages to another MIDI device.

Installation

  • Download the latest release in either .zip or .tar.gz
  • Extract
  • Run MidiSplitterJava.bat if on Windows, ./MidiSplitter if on Linux, or java -jar MidiSplitterJava.jar on either if you want to add command line arguments

Development

Check out the latest release's Javadocs.
If you would like to use the MidiSplitter library as a dependency it is available through Maven here.


Copyright 2020 Noah Reeder, licensed under Apache-2.0

Versions

Version
1.1.1
1.1.0
1.0.1