Access Virus C on Zynthian (DSP 56300 emulator)

a bit of patience please, we are working on it :slight_smile:

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

9 Likes

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.

1 Like

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 :smiley:

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.

3 Likes

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.

1 Like