Synthesizer Patch Editor (Version 17)
By Sean Luke (sean@cs.gmu.edu)
I've been asked where my Patreon page is. So, sure, here's my Patreon page.
Related projects:
- Flow, a fully-modular, polyphonic, additive software synthesizer.
- Gizmo, an Arduino-based MIDI Swiss Army knife
Paper Here. Presented at EvoMUSART 2019.
Edisyn is a synthesizer patch editor library written in pure Java. It runs on OS X, Linux, and Windows.
Edisyn is particularly good at exploring the space of patches. It has to my knowledge the most sophisticated set of general-purpose patch-exploration tools of any patch editor available.
Edisyn presently supports:
- DSI Prophet '08
- E-Mu Morpheus and Ultraproteus (Single, Hyperpreset, and MidiMap modes)
- 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 K1, Kawai K1m, and Kawai K1r (Single and Multi Modes)
- Kawai K4 and Kawai K4r (Single, Multi, Drum, and Effect Modes)
- Kawai K5 and K5m
- Yamaha DX7 Family (Single)
- Yamaha TX81Z (Single and Multi Modes)
- Korg SG Rack (Single and Multi Modes) and Korg SG Pro X (Single Mode)
- Korg Microsampler
- Korg MicroKorg
- Korg Wavestation SR (Performance, Patch, and Wave Sequence Modes)
Edisyn has infinite levels of undo, CC and NRPN mapping and learning, offline modes, randomization, merging, nudging, hill-climbing, patch constriction, 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.app.zip 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 11. 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.
Java versions earlier than 11 (or so) do not handle high-resolution displays properly, so Edisyn will appear teeny-tiny. You need to upgrade to 11.
Also 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 for earlier versions of Java. I think this is fixed as of Java 11 but you should check and let me know.
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