WingTangWong / OTHER_SYNTH_TOOLS_XFM2_GetterSetter

small JavaFX application to read/write & text edit XFM2 json patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XFM2_GetterSetter

small JavaFX application to read/write & text edit XFM2 json patches, see also:

Application was made for personal usage. I did not code in Java for > 15 years and code is against all coding conventions, but it works (kind of, at least for me ;) ).

Serial device path is hard coded, but should work on Linux, MacOS and Windows, see code

subset

You can remove parameter lines and create presets with f.i. effect settings. When put into the XFM2 buffer only these parameters will be set/overwritten.

Same with the DX7 32 different Algorith presets.

When starting with an Init you could read in seperate made subsets and create new patches "Lego" like ;)

GUI

  • Buttons speak for them selves
  • First textfield: Preset number
  • Second textfield: Json data, can be edited
  • Bottom textfield: system messages

GUI

About

small JavaFX application to read/write & text edit XFM2 json patches

License:GNU General Public License v3.0


Languages

Language:Java 100.0%