mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-13 07:42:15 +02:00
Rename PrimitiveWrapper to PrimitiveResponse
This commit is contained in:
@@ -88,7 +88,7 @@ class ClapLogger {
|
||||
|
||||
template <typename T>
|
||||
void log_response(bool is_host_plugin,
|
||||
const PrimitiveWrapper<T>& value,
|
||||
const PrimitiveResponse<T>& value,
|
||||
bool from_cache = false) {
|
||||
log_response_base(is_host_plugin, [&](auto& message) {
|
||||
if constexpr (std::is_same_v<T, bool>) {
|
||||
|
||||
@@ -347,7 +347,7 @@ class Vst3Logger {
|
||||
|
||||
template <typename T>
|
||||
void log_response(bool is_host_plugin,
|
||||
const PrimitiveWrapper<T>& value,
|
||||
const PrimitiveResponse<T>& value,
|
||||
bool from_cache = false) {
|
||||
// For logging all primitive return values other than `tresult`
|
||||
log_response_base(is_host_plugin, [&](auto& message) {
|
||||
|
||||
Reference in New Issue
Block a user