mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
lv2 compat for liblilv < 1.10.0
This commit is contained in:
parent
de9ae19d8c
commit
d6a3db1ac7
1 changed files with 2 additions and 0 deletions
|
|
@ -414,7 +414,9 @@ LV2Plugin::init(const void* c_plugin, samplecnt_t rate)
|
|||
_was_activated = false;
|
||||
_has_state_interface = false;
|
||||
_can_write_automation = false;
|
||||
#ifdef LV2_EXTENDED
|
||||
_inline_display_in_gui = false;
|
||||
#endif
|
||||
_max_latency = 0;
|
||||
_current_latency = 0;
|
||||
_impl->block_length = _session.get_block_size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue