Skip to content

Commit

Permalink
Merge pull request #18 from ledhed2222/2.3.0
Browse files Browse the repository at this point in the history
2.3.0
  • Loading branch information
ledhed2222 authored Sep 18, 2020
2 parents 049fa4e + cd45e53 commit 38e0159
Show file tree
Hide file tree
Showing 16 changed files with 107 additions and 1,317 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# EWItool
EWItool is an open source controller and patch editor/librarian for the popular Akai EWI4000s wind synthesizer.
EWItool is an open source controller and patch editor/librarian for the popular Akai EWI4000s wind synthesizer. Akai's own patch editor for the EWI4000s no longer runs on macOS (and perhaps other OSes) and there is no way to edit the instrument's sounds other than through software.

EWItool includes a fully graphical sound (patch) editor and patch library management. From version 0.4 onwards there has been access to an online patch exchange (EPX) for sharing patches with others. For more information see our [wiki](https://github.com/SMerrony/EWItool/wiki).
EWItool includes a fully graphical sound (patch) editor and patch library management. For more information see the [wiki](https://github.com/ledhed2222/EWItool/wiki).

EWItool has been developed by Steve Merrony. It has recently been redeveloped in Java based on lessons learnt from the original C++/Qt version.
EWItool was originally developed by [Steve Merrony](https://github.com/SMerrony), who not only created the program here, but more importantly decoded the MIDI format to be able to do this development at all. It's now being maintained here.

**The new version runs - and has been tested - on recent versions of Windows, OS X and GNU/Linux.**
This version has been tested on macOS Catalina, but *should* run on any reasonably modern OS. For now, I am just packaging and releasing macOS distributions, but you can feel free to compile the source on your OS and contact me to add the package to the release.

The latest version may always be downloaded [here](https://github.com/ledhed2222/EWItool/releases).

The latest version may always be downloaded from here: https://github.com/SMerrony/EWItool/releases
35 changes: 0 additions & 35 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,6 @@ javafx {
modules = [ 'javafx.graphics', 'javafx.controls' ]
}

/*
jar {
manifest {
attributes 'Main-Class': "${mainClassName}"
}
}
task fatJar(type: Jar) {
manifest.from jar.manifest
classifier = 'all'
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
} {
exclude "META-INF/*.SF"
exclude "META-INF/*.DSA"
exclude "META-INF/*.RSA"
}
with jar
}
*/

runtime {
options = ['--no-man-pages', '--strip-debug', '--compress', '2', '--no-header-files']
jpackage {
Expand All @@ -81,17 +60,3 @@ runtime {
}
}
}

/*
task jpackage(type: Exec) {
dependsOn 'clean'
dependsOn 'fatJar'
commandLine 'jpackage',
'--input', 'build/',
'--dest', 'build/',
'--name', "${appName}",
'--main-jar', 'libs/EWItool-all.jar',
'--type', 'dmg',
'--verbose',
'--icon', 'build/resources/main/EWItool.icns'
}*/
309 changes: 0 additions & 309 deletions src/main/java/com/github/ledhed2222/ewitool/EPX.java

This file was deleted.

Loading

0 comments on commit 38e0159

Please sign in to comment.