~rantlivelintkale/kantan.lv2

614018fbc7ca1a09c542f2118887b23c4538f796 — Veikka Valtteri Kallinen 8 months ago cdecb53
lv2-examples are now pd
1 files changed, 0 insertions(+), 19 deletions(-)

M src/main.c
M src/main.c => src/main.c +0 -19
@@ 1,22 1,3 @@
/*
 * Copyright 2006-2016 David Robillard <d@drobilla.net>
 * Copyright 2006 Steve Harris <steve@plugin.org.uk>
 * Copyright 2022 Veikka Valtteri Kallinen <valtteri@kallinen.xyz>
 * inspired by Tom Szilagyi's Sigmoid Booster
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#include "lv2/core/lv2.h"

#include <math.h>