Mercurial > hg > piper-cpp
annotate ext/sord/README @ 271:776175b737ad
When the input domain is FrequencyDomain, the caller is expected to pass
in the frequency-domain input - which means they need the additional
values for DC and Nyquist. So check this and refuse if absent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 17 Oct 2018 15:18:42 +0100 |
parents | c5cdc9e6a4bf |
children |
rev | line source |
---|---|
cannam@226 | 1 Sord |
cannam@226 | 2 ==== |
cannam@226 | 3 |
cannam@226 | 4 Sord is a lightweight C library for storing RDF statements in memory. |
cannam@226 | 5 For more information, see <http://drobilla.net/software/sord>. |
cannam@226 | 6 |
cannam@226 | 7 -- David Robillard <d@drobilla.net> |
cannam@226 | 8 |