Csound Csound-dev Csound-tekno Search About

[Csnd] csoundSetGlobalEnv

Date2012-05-21 12:19
FromSigurd Saue
Subject[Csnd] csoundSetGlobalEnv

And while I’m at it: What’s the scope of csoundSetGlobalEnv? We have built two different VST-plugins using Csound and the Csound API. One of them calls csoundSetGlobalEnv("OPCODEDIR64", …) to redirect the opcode loading to another folder. Will this call affect both plugins if they’re loaded into the same host? Our initial tests indicate that it doesn’t, but we’d like to be sure.

 

It should be added that the two different plugins also load two different csound64 dll’s.

 

Sigurd