mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +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(
|
||||
request.id,
|
||||
const_cast<Steinberg::Vst::TChar*>(
|
||||
u16string_to_tchar_pointer(
|
||||
request.string.c_str())),
|
||||
u16string_to_tchar_pointer(request.string)),
|
||||
value_normalized);
|
||||
|
||||
return YaEditController::GetParamValueByStringResponse{
|
||||
|
||||
Reference in New Issue
Block a user