a bit of patience please, we are working on it
the stdout issue is solved, now working on presets. We hacked some export together and had to change a bit of code so that they load, but now its working
a bit of patience please, we are working on it
the stdout issue is solved, now working on presets. We hacked some export together and had to change a bit of code so that they load, but now its working
On the subject of sysex to lv2 patch conversion, there is already a converter application in Zynthian which handles specific sysex formats such as Dexed and other proprietary formats such Obxd. Of course out of the box it is of no use for formats it doesnât know about, but at least its an existing framework which would be suitable for augmenting with Virus sysex support.
We have sorted it. Unfortunately, as we use Juce, we have to use the Juce style of encoding, which is not a common format unfortunately. To make things worse they even name it âbase64â even though it isnât
https://docs.juce.com/master/classMemoryBlock.html#a531fe1cf6c9a9fe2ac72464a5d7599e8
The code to export presets has been written already, we can put that into anything needed. A command line program, executing while loading the plugin, whatever.
The application I was thinking of that is used by Zynthian is this one:
Iâm assuming itâs this version that is used in Zynthian, as I canât find a clone of among the Zynthian repos on github, and itâs our very own @jofemodo that is the author.