Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on May 7, 2023
Commits on Sep 4, 2020
Commits on Mar 17, 2020
Commits on Jan 6, 2020
Commits on Dec 15, 2019
Commits on Dec 8, 2019
-
Add support for state:freePath feature
This fixes a memory-leak issue for Windows builds. see also lv2/lilv#14
Commits on May 4, 2019
Commits on Jan 23, 2019
Commits on Jan 5, 2019
Commits on Dec 19, 2018
-
Compliant LV2 state path-mapping
lv2 state mandates that > The plugin MUST use this function [ absolute_path] in order to > actually open or otherwise use any paths loaded from plugin state. Previously the plugin uses the value directly. Also > The caller is responsible for freeing the returned value with free(). is now implemented on systems other than windows (where this is not possible, since the memory must be free()ed in the same module where it was allocated.
Commits on Dec 18, 2018
-
Remove runtime link version check
* plugins are supposed to be statically linked * zita_convolver_major_version() as extern global symbol causes conflicts when statically linking * zita-convolver is not ABI compatible to begin with -> missing syms
Commits on Dec 17, 2018
-
ttl: copy additions to stereo variants
Previously only the mono version was updated to include this meta data.
Commits on Dec 16, 2018
Commits on Jun 15, 2018
Commits on Jun 6, 2018
Commits on Nov 12, 2017
Commits on Oct 28, 2017
Commits on Aug 11, 2017
Commits on Sep 18, 2016
Commits on Aug 23, 2016
-
-
ignore NO-OP state restore & allow disconnected run()
this fixes an issue with hosts calling "restore default state" immediately followed by state-restore (with and without interspersed latency compute runs).