Evolutionary Computation Laboratory
Evolutionary Computation Laboratory
Library support isn't a must. But it's easy to implement! You probably should check out how the D-Station editor supports it in its minimal fashion.
> indeed, no window is popping up upon right/shift clicking a category. Actually, it's not right- or shift-clicking. It's just plain old mouse clicking now. Documentation wrong? The code in...
> wrt A Station support for downloading patches/banks: from what I remember from the manual, it > > * provides the possibility to trigger (sysex) loading patches in batches of...
> * ["build" changes](https://github.com/eclab/edisyn/pull/84/commits/47636cceb758aba8a3e86143cc40b86b656452fa): enforcing java9 (source/target) + open up debugport on run target (shoot if you disagree on something) That might be a problem for the moment. Java's app...
The issue is -- or was -- a combination of Oracle changing from javapackager to jpackage, *and* Apple changing from intel to M1 with fat binaries. I had an intel...
As to the AboutHandler, yes, that was a remnant of me trying to figure out *some* way to build with jpackage and Java >= 9, and I, um, committed it.
As to the debug port: I'd prefer not to have that in the release. Of course you can stick that in the Makefile yourself when you need it.
Okay, I've revised Category.java. I have changed from PopupMenu to JPopupMenu. PopupMenu has certain advantages (it looks normal on the Mac) but it might be causing some of the problems....
Have also updated to versions of Makefile (with jpackage rather than javapackager) and a new Mac.java, both of which require a Java version >= 11 I believe. I'm presently using...
Curious about the race condition. I know why it'd happen but it ought not to....