Page 1 of 1
Posted: 04 Mar 2011, 12:32
by caco
I am trying to get the path to the current patch using GetUsinePatchPath() but it doesn't seem to be returning anything. Calling the following code just prints a blank line to the console. Am I having a bad day and made an obvious mistake or does this function not work correctly?
[c]pPrototype->TracePChar(pPrototype->GetUsinePatchPath());[/c]
Tried in both SDK 5.1 and 5.25. Thanks for the help!
Posted: 05 Mar 2011, 10:36
by martignasse
Hi caco,
i'll check that today and report.
thanks for the feedback

Posted: 05 Mar 2011, 11:36
by martignasse
confirmed
in fact, all these functions :
Code: Select all
GetUsineSoudPath()
GetUsinePatchPath()
GetUsineVst1Path()
GetUsineVst2Path()
GetUsineRecordPath()
return bad/corrupted data
i'll have to see that with senso
Posted: 06 Mar 2011, 14:55
by caco
Thanks for investigating, for the moment I hav found a workaround but it would be good to have access to these functions

Posted: 08 Mar 2011, 20:13
by senso
this bug will be solved in the next version 5.50.49 and above.
Posted: 08 Mar 2011, 20:58
by caco
You work fast, thank you senso
