Code Monkey home page Code Monkey logo

fverb's Introduction

fverb

A stereo variant of the reverberator by Jon Dattorro

Dattorro, Jon. "Effect design, part 1: Reverberator and other filters."
Journal of the Audio Engineering Society 45.9 (1997): 660-684.

Build instructions

  1. Obtain prerequisites

Install needed packages:

  • git
  • build-essential
  • pkg-config
  1. Check out the repository and submodules
git clone https://github.com/jpcima/fverb.git
cd fverb
git submodule update --init
  1. Compile
make
  1. Install

To perform a system-wide installation:

sudo make install

Or, to install only for the current user:

make install-user

fverb's People

Contributors

jpcima avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fverb's Issues

Standard release tags?

Hi,

We'd like to package this program for NixOS, and we noticed you've tagged a release a while ago ๐Ÿ‘. Unfortunately, the git tag you gave that release isn't a version, nor a date, nor anything external tools such as our updater bot and repology can compare with previous versions.

Could you please use something like v0.0.1 as a version?

Regards.

sudo make install does't install anything

When I build 24cbe39, I get:

configuring
no configure script, doing nothing
building
build flags: SHELL=/nix/store/z1l2n01xdfcm9bkkir83c32mkpvv51zq-bash-4.4-p23/bin/bash PREFIX=\$out
make all -C plugins/fverb
make[1]: Entering directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/plugins/fverb'
Compiling PluginFverb.cpp
Compiling dsp/Fverb.cpp
Compiling DistrhoPluginMain.cpp (LV2)
Creating LV2 plugin library for fverb
Compiling DistrhoPluginMain.cpp (VST)
Creating VST plugin for fverb
Compiling DistrhoPluginMain.cpp (LADSPA)
Creating LADSPA plugin for fverb
make[1]: Leaving directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/plugins/fverb'
make -C dpf/utils/lv2-ttl-generator
make[1]: Entering directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/dpf/utils/lv2-ttl-generator'
gcc lv2_ttl_generator.c  -o ../lv2_ttl_generator -ldl
make[1]: Leaving directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/dpf/utils/lv2-ttl-generator'
Generate ttl data for './fverb_dsp.so', basename: 'fverb_dsp'
Writing manifest.ttl... done!
Writing fverb_dsp.ttl... done!
installing
install flags: SHELL=/nix/store/z1l2n01xdfcm9bkkir83c32mkpvv51zq-bash-4.4-p23/bin/bash PREFIX=\$out install
make all -C plugins/fverb
make[1]: Entering directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/plugins/fverb'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/plugins/fverb'
Generate ttl data for './fverb_dsp.so', basename: 'fverb_dsp'
Writing manifest.ttl... done!
Writing fverb_dsp.ttl... done!
make install -C plugins/fverb
make[1]: Entering directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/plugins/fverb'
make[1]: Leaving directory '/tmp/nix-build-fverb-unstable-2020-05-28.drv-0/source/plugins/fverb'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9n4i9c80pfx9db4wa98k48mhgg3lqhax-fverb-unstable-2020-05-28
strip is /nix/store/p1y0xl8dp4s1x1vvxxb5sn84wj6lsh8s-binutils-2.31.1/bin/strip
patching script interpreter paths in /nix/store/9n4i9c80pfx9db4wa98k48mhgg3lqhax-fverb-unstable-2020-05-28
checking for references to /tmp/nix-build-fverb-unstable-2020-05-28.drv-0/ in /nix/store/9n4i9c80pfx9db4wa98k48mhgg3lqhax-fverb-unstable-2020-05-28...
principal> process result: Terminated 199
copying 1 paths...
copying path '/nix/store/9n4i9c80pfx9db4wa98k48mhgg3lqhax-fverb-unstable-2020-05-28' from 'ssh://nxb-4'...
building '/nix/store/8pvvb1w7c9h3lzwi3mbbz6fkb03ix0vg-user-environment.drv'...
created 1159 symlinks in user environment

This leaves the $PREFIX directory empty.

issue making this in ubuntu 22.04

Just tried installing both of this developer's plugins and get this error:
Code:

Compiling PluginFverb.cpp
In file included from PluginFverb.cpp:9:
PluginFverb.hpp:11:10: fatal error: WDLex/resampleMOD.h: No such file or directory
11 | #include "WDLex/resampleMOD.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [../../dpf/Makefile.plugins.mk:291: ../../build/fverb/PluginFverb.cpp.o] Error 1
make[1]: Leaving directory '/home/n/fverb/plugins/fverb'
make: *** [Makefile:19: plugins] Error 2

I'm assuming something is wrong with the package?

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.