summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Options.hpp')
-rw-r--r--src/server/LV2Options.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/LV2Options.hpp b/src/server/LV2Options.hpp
index 048d45d4..502a2573 100644
--- a/src/server/LV2Options.hpp
+++ b/src/server/LV2Options.hpp
@@ -51,7 +51,7 @@ public:
sizeof(int32_t), _uris.atom_Int, &_block_length },
{ LV2_OPTIONS_INSTANCE, 0, _uris.bufsz_sequenceSize,
sizeof(int32_t), _uris.atom_Int, &_seq_size },
- { LV2_OPTIONS_INSTANCE, 0, _uris.ingen_sampleRate,
+ { LV2_OPTIONS_INSTANCE, 0, _uris.param_sampleRate,
sizeof(int32_t), _uris.atom_Int, &_sample_rate },
{ LV2_OPTIONS_INSTANCE, 0, 0, 0, 0, NULL }
};