mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Get rid of redundant string conversion
Not sure how this snuck in there.
This commit is contained in:
@@ -404,8 +404,7 @@ void Vst3Bridge::run() {
|
|||||||
.edit_controller->getParamValueByString(
|
.edit_controller->getParamValueByString(
|
||||||
request.id,
|
request.id,
|
||||||
const_cast<Steinberg::Vst::TChar*>(
|
const_cast<Steinberg::Vst::TChar*>(
|
||||||
u16string_to_tchar_pointer(
|
u16string_to_tchar_pointer(request.string)),
|
||||||
request.string.c_str())),
|
|
||||||
value_normalized);
|
value_normalized);
|
||||||
|
|
||||||
return YaEditController::GetParamValueByStringResponse{
|
return YaEditController::GetParamValueByStringResponse{
|
||||||
|
|||||||
Reference in New Issue
Block a user