Organizing code and Include/require external modules

Hi Kerphelio,

I think it depends on how you want to distribute your programs.

If you plan to build vstsound container then it should be fine as the Library Creator should collect and include all external script files that are needed for the programs. Same way it does with samples. You can protect the scripts if you want to.

I have only tried require function briefly and it worked fine. I haven’t tried to build a library that would make use of modules yet but I believe they should be also collected by Library Creator as “dependent files”.


***Regarding your other thread about debugging, I’d like to know as well.