diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-05 16:28:53 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-05 16:28:53 +0100 |
commit | fd1af2bb6c782c7d749f305471afe58c22eab1b2 (patch) | |
tree | 0395e4c345fdfcaa4f63611f48039a124466b287 | |
parent | 63ff19349b7a52e14f6a3eb5c2bf3edad4571ca0 (diff) | |
download | synthpod-fd1af2bb6c782c7d749f305471afe58c22eab1b2.tar.xz |
sandbox: return ui request err unsupported.
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | sandbox_ui.lv2/sandbox_slave.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -0.1.6393 +0.1.6395 diff --git a/sandbox_ui.lv2/sandbox_slave.c b/sandbox_ui.lv2/sandbox_slave.c index 779860b9..91472f4e 100644 --- a/sandbox_ui.lv2/sandbox_slave.c +++ b/sandbox_ui.lv2/sandbox_slave.c @@ -498,7 +498,7 @@ _request_value(LV2UI_Feature_Handle handle, LV2_URID key, LV2_URID type, return LV2UI_REQUEST_VALUE_SUCCESS; } - return LV2UI_REQUEST_VALUE_ERR_UNKNOWN; + return LV2UI_REQUEST_VALUE_ERR_UNSUPPORTED; } static inline bool |