sfizz/lv2
Atsushi Eno 6582285f21
lv2/sfizz.c: options terminator must have both key and value as 0
This fixes the problem with such a condition that a host passes a list of 
options where any option with value `0` precedes the block sizes.

From http://lv2plug.in/ns/ext/options#options:

> To implement this feature, hosts MUST pass an LV2_Feature to the appropriate instantiate method with this URI and data pointed to an array of LV2_Options_Option terminated by an element with both key and value set to zero.
2020-07-18 21:35:06 +09:00
..
external/ardour/ardour Allow Ardour external to find LV2 headers 2020-02-25 15:23:14 +01:00
lv2 Added LV2 directly in the source 2020-01-19 07:41:43 +01:00
resources Use a string rather than a file 2020-07-04 14:26:44 +02:00
atomic_compat.h Add stdatomic.h compatibility for MSVC 2020-02-25 15:37:49 +01:00
CMakeLists.txt Merge pull request #304 from jpcima/default-files 2020-07-06 13:25:33 +02:00
lgpl-3.0.txt Added a configure switch and license information 2020-01-30 10:08:38 +01:00
LICENSE.md.in Added a configure switch and license information 2020-01-30 10:08:38 +01:00
lv2.version Enable static builds without vcpkg for linux platforms and strip symbols from the LV2 plugin (#72) 2020-02-26 16:10:35 +01:00
manifest.ttl.in Fix the bad macOS suffix in LV2 manifest template 2020-06-13 16:55:25 -07:00
sfizz.c lv2/sfizz.c: options terminator must have both key and value as 0 2020-07-18 21:35:06 +09:00
sfizz.ttl.in Merge pull request #303 from jpcima/map-path 2020-07-04 11:00:43 +02:00