Code Monkey home page Code Monkey logo

rezonateur's Introduction

Rézonateur

Virtual-analog 3-band resonator

This resonator consists of 3 multi-mode resonant filters which cover independent bands of the audio spectrum.

  • Low: 100 Hz - 300 Hz
  • Mid: 300 Hz - 1.5 kHz
  • High: 1.5 kHz - 7.5 kHz

This device is also known as a formant filter. Such a device was implemented on the Polymoog synthesizer.

Download

Get from Open Build Service.

Build instructions

  1. Obtain prerequisites

Install needed packages:

  • git
  • build-essential
  • pkg-config
  • libx11-dev
  • libcairo2-dev
  • libjack-jackd2-dev or libjack-dev
  • mesa-common-dev
  1. Check out the repository and submodules
git clone https://github.com/jpcima/rezonateur.git
cd rezonateur
git submodule update --init
  1. Patch DPF

This recommended patch works around a current bug in LV2 graphical interfaces.

patch -d dpf -p 1 -i "`pwd`/resources/patch/DPF-bypass.patch"
  1. Compile
make
  1. Install

The VST, LV2, and JACK are available in the bin folder. Copy these plugins to their appropriate system locations.

rezonateur's People

Contributors

jpcima avatar trebmuh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rezonateur's Issues

Réponse en fréquence

Un paramétrage qui permet de modéliser grossièrement la réponse fréquentielle de la bande passe-bas, en utilisant les filtres "à variable d'état" SVF.
Réalisé avec le logiciel tests/run-svf du dépôt. @jujudusud

Capture du 2019-07-04 17-19-16

Support for HiDPI screens

Can support for scaling/HiDPI screens be added. My screen is 3840 x 2400 and the controls on the plugin are barely legible.

Screenshot from 2022-03-22 14-46-35

Include missing in KnopSkin.cpp

Compiling components/SkinSlider.cpp
components/KnobSkin.cpp: In constructor 'KnobSkin::KnobSkin(const char*, unsigned int, unsigned int)':
components/KnobSkin.cpp:13:20: error: 'runtime_error' is not a member of 'std'
   13 |         throw std::runtime_error("cannot load skin image");
      |                    ^~~~~~~~~~~~~
components/KnobSkin.cpp:25:24: error: 'runtime_error' is not a member of 'std'
   25 |             throw std::runtime_error("cannot extract skin image region");
      |                        ^~~~~~~~~~~~~
make[1]: *** [../../dpf/Makefile.plugins.mk:132: ../../build/rezonateur/components/KnobSkin.cpp.o] Error 1
make[1]: *** Waiting for unfinished jobs....
diff --git a/plugins/rezonateur/components/KnobSkin.cpp b/plugins/rezonateur/components/KnobSkin.cpp
index 9fe4500..cd4a76c 100644
--- a/plugins/rezonateur/components/KnobSkin.cpp
+++ b/plugins/rezonateur/components/KnobSkin.cpp
@@ -1,5 +1,6 @@
 #include "KnobSkin.hpp"
 #include <cassert>
+#include <stdexcept>
 
 KnobSkin::KnobSkin(const char *pngData, unsigned pngSize, unsigned imageCount)
     : fSurface(cairo_image_surface_create_from_png_data(pngData, pngSize)),

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.