An open API service indexing awesome lists of open source software.

https://github.com/njazz/gigaverb-64

Reverb for MaxMSP - updated for newer versions
https://github.com/njazz/gigaverb-64

audio-effect maxmsp maxmsp-external maxmsp-library reverb reverberation reverberator

Last synced: 5 months ago
JSON representation

Reverb for MaxMSP - updated for newer versions

Awesome Lists containing this project

README

          

# gigaverb~
---
[![Build Status](https://travis-ci.org/njazz/gigaverb-64.svg?branch=master)](https://travis-ci.org/njazz/gigaverb-64)
[![Build status](https://ci.appveyor.com/api/projects/status/ouns3n0a97l4b006?svg=true)](https://ci.appveyor.com/project/njazz/gigaverb-64)

reverb external for Max/MSP

written by Olaf Matthes
GVerb implementation by Juhana Sadeharju
Updated for 64-bit versions of Max by Völker Boehm https://vboehm.net

This software is published under GPL terms, see file LICENSE.txt.

This is software with ABSOLUTELY NO WARRANTY.
Use it at your OWN RISK. It's possible to damage e.g. hardware or your
hearing due to a bug or for other reasons.

Original source code:
https://github.com/v7b1/gigaverb

Compiles to Max 7/8 package

-----

Clone this repository and run
```
git submodule update --init --recursive
```

To build:

```
mkdir build
cd build
cmake ..
make
```

or

```
cd scripts
./build.sh
```

To make package / install package:

```
cd scripts
./make-package-osx.sh
```

or

```
./install-package-7-osx.sh
```

or

```
./install-package-8-osx.sh
```