Synthesizer Patch Editor (Version 12)
By Sean Luke ([email protected])
I've been asked where my Patreon page is. So, sure, here's my Patreon page.
Edisyn is a synthesizer patch editor library written in pure Java. It runs on OS X, Linux, and Windows.
Edisyn presently supports:
- Waldorf Blofeld and Waldorf Blofeld Keyboard (Single and Multi Modes)
- Waldorf Microwave II, XT, and XTk (Single and Multi Modes)
- Oberheim Matrix 1000
- PreenFM2
- Kawai K4 and Kawai K4r (Single, Multi, Drum, and Effect Modes)
- Yamaha TX81Z (Single and Multi Modes)
- Korg SG Rack (Single and Multi Modes) and Korg SG Pro X (Single Mode)
- Korg Microsampler
Edisyn has infinite levels of undo, CC and NRPN mapping and learning, offline modes, extensive parameter space exploration tools (randomization/merging/nudging/hill-climbing) with per-parameter customization, real-time parameter updates, test notes, etc.
Edisyn has an extensive manual which describes how to run it, and (if you are so inclined) how to make new patch editors.
Edisyn is cross-platform and will run on a variety of platforms (Windows, Linux) but I am personally developing on and for OS X. I'd appreciate feedback and screenshots of it running on Windows and Linux so I can tweak things.
First install Edisyn from the Edisyn.dmg file located in the "install" directory. Sadly, it's a whopping 70MB because it includes the Java VM. :-(
Sierra has really locked down the ability to run an application that's not from a commercial, paying Apple Developer. And I'm not one. So you will have to instruct Sierra to permit Edisyn to run.
Let's assume you stuck Edisyn in the /Applications directory as usual. Then:
- Run the Terminal Program (in /Applications/Utilities/)
- Type the following command and hit RETURN:
sudo spctl --add /Applications/Edisyn.app
- Enter your password and hit RETURN.
- Quit the Terminal Program
Now you should be able to run Edisyn. Let me know if this all works.
I believe that the following should work:
-
Download and install Java 8. The JRE should work fine.
-
Download Edisyn's jar file, called edisyn.jar, presently located in the "jar" directory.
-
Double-click on edisyn.jar to launch Edisyn.
Edisyn makes heavy use of Java preferences to store persistence information: what menu option you chose last time, what should be the default synth editor to pop up, and so on. However there is a longstanding Java/Windows bug which makes Java preferences not work out of the box in Windows. You might get a bunch of complaints from the system, but Edisyn will work: it just won't have anything persistent.
I'll try to get some information about how to get Java preferences working. Rumor has it that this will be fixed anyway in Java 9.
I'm told that Edisyn works fine if you have installed Java 8. After this:
-
Download Edisyn's jar file located in the "jar" directory.
-
You'll need to figure out how to make it so that double-clicking on the jar file launches it in java. In Ubuntu, here's what you do: right-click on the jar file icon and choose "Properties". Then select the "Open With" tab, and select your Java VM (for example "Open JDK Java 8 Runtime"). The press "Set as Default". This makes the Java VM the default application to launch jar files.
-
Thereafter you should be able to just double-click on the file to launch Edisyn.
-
Make sure Java is installed.
-
Download Edisyn's jar file located in the "jar" directory.
-
Run Edisyn as:
java -jar edisyn.jar