mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 06:12:14 +02:00
Add the effSetProcessPrecision opcode
This commit is contained in:
@@ -165,6 +165,9 @@ std::optional<std::string> opcode_to_string(bool is_dispatch, int opcode) {
|
||||
case effGetTailSize:
|
||||
return "effGetTailSize";
|
||||
break;
|
||||
case effSetProcessPrecision:
|
||||
return "effSetProcessPrecision";
|
||||
break;
|
||||
default:
|
||||
return std::nullopt;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user