[LAU] zynaddsubfx as dssi

Atte André Jensen atte at youmail.dk
Sun Jul 14 09:44:06 UTC 2013


On 07/13/2013 02:52 PM, Atte André Jensen wrote:
> On 07/13/2013 01:35 PM, Dan MacDonald wrote:
>> I'm not a renoise user - I know it supports lxvst's but its news to me
>> that it supports DSSI.
>
> I got a bit further. It seems that it was a bug that was fixed, build
> from git, and now it runs fine. I cannot access any presets, though :-(

src/Misc/Config.cpp:

    if(cfg.bankRootDirList[0].empty()) {
         //banks
         cfg.bankRootDirList[0] = "~/banks";
         cfg.bankRootDirList[1] = "./";
         cfg.bankRootDirList[2] = "/usr/share/zynaddsubfx/banks";
         cfg.bankRootDirList[3] = "/usr/local/share/zynaddsubfx/banks";
         cfg.bankRootDirList[4] = "../banks";
         cfg.bankRootDirList[5] = "banks";
     }

     if(cfg.presetsDirList[0].empty()) {
         //presets
         cfg.presetsDirList[0] = "./";
         cfg.presetsDirList[1] = "../presets";
         cfg.presetsDirList[2] = "presets";
         cfg.presetsDirList[3] = "/usr/share/zynaddsubfx/presets";
         cfg.presetsDirList[4] = "/usr/local/share/zynaddsubfx/presets";
     }



It works if I place the banks in ~/banks. Unfortunately renoise crashes 
whith this https://dl.dropboxusercontent.com/u/4343030/Log.txt when 
shutting down a song that uses and instance of zynaddsubfx as dssi :-(


-- 
Atte

http://atte.dk   http://modlys.dk


More information about the Linux-audio-user mailing list