mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Handle effGetChunk correctly
This commit is contained in:
@@ -114,7 +114,8 @@ inline T read_object(Socket& socket) {
|
||||
* (`audioMaster()`). The `dispatch()` function will require some more specific
|
||||
* structs.
|
||||
*/
|
||||
struct DefaultDataConverter {
|
||||
class DefaultDataConverter {
|
||||
public:
|
||||
EventPayload read(const int /*opcode*/, const void* data) {
|
||||
if (data == nullptr) {
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user