[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] several plugin paths in supernova win32 -U option



>> It works for me on win32. As I told you I feel insecure about if this is 
>> the
>> best way to do it
>> (merging in a string and after doing split) because of my poor knowledge 
>> of
>> boost.
>> I am sending the patch.
> 
> There was an error with spaces in last patch I send patch and correction

thanks ... in a way, i'd prefer to have the semantics of supernova in
scsynth, but maybe that has to wait until sc4 ...

however, i don't think, this is correct:

+        string dire;
+        for(path const & path1 : args.ugen_paths)
+            dire += path1.string();
+        vector<std::string> directories;
+        boost::split(directories, ...);

you are joining all ugen paths arguments, but without the path separator ...

tim


_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/