mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
Change terminology from 'VST' to 'plugin'
This commit is contained in:
@@ -331,12 +331,13 @@ class Vst3Bridge : public HostBridge {
|
||||
public:
|
||||
/**
|
||||
* Send a callback message to the host return the response. This is a
|
||||
* shorthand for `sockets.vst_host_callback_.send_message` for use in VST3
|
||||
* interface implementations.
|
||||
* shorthand for `sockets.plugin_host_callback_.send_message` for use in
|
||||
* VST3 interface implementations.
|
||||
*/
|
||||
template <typename T>
|
||||
typename T::Response send_message(const T& object) {
|
||||
return sockets_.vst_host_callback_.send_message(object, std::nullopt);
|
||||
return sockets_.plugin_host_callback_.send_message(object,
|
||||
std::nullopt);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user