[Clam-devel] Patch: embedded diagrams widgets for faust plugins

Natanael Olaiz nolaiz at gmail.com
Mon Jun 23 19:16:48 PDT 2008


 >> Who will use that method?

 > RunTimeFaustLibraryLoader::SetupLibrary:

 >     std::string pluginName = 
pluginFullFilename.substr(pluginFullFilename.rfind("/")+1,pluginFullFilename.length());
 >     pluginName = pluginName.substr(0,pluginName.rfind("."));    // 
crop name without extension
 >
 >     std::string name = 
RunTimeLibraryLoader::ExistsDirInPaths("examples/"+pluginName+".dsp-svg");

- >    if (name == "")
+ >   if (name ! = "")

 >         factory.AddAttribute(oss.str(), "svg_diagram", name);



(I will not change the code after paste it...
I will not change the code after paste it...
I not will change the paste it code after...)




More information about the clam-devel mailing list