From e806584a4611d2e28abb47c8081b452252a10be7 Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Thu, 17 Oct 2024 00:03:10 +0100 Subject: [PATCH] start work on DPF controls --- plugin/controls.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugin/controls.cpp diff --git a/plugin/controls.cpp b/plugin/controls.cpp new file mode 100644 index 0000000..d0d5f88 --- /dev/null +++ b/plugin/controls.cpp @@ -0,0 +1,23 @@ +/* + Peacock-8 VA polysynth + + Copyright 2024 Gordon JC Pearce + + 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. + + THE 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 "ic1.hpp" + +#include "ic29.hpp" +#include "peacock.hpp" +