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
- Host: GitHub
- URL: https://github.com/njazz/gigaverb-64
- Owner: njazz
- License: gpl-2.0
- Created: 2019-03-15T14:09:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T21:00:30.000Z (about 7 years ago)
- Last Synced: 2025-05-07T19:11:30.742Z (about 1 year ago)
- Topics: audio-effect, maxmsp, maxmsp-external, maxmsp-library, reverb, reverberation, reverberator
- Language: Max
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gigaverb~
---
[](https://travis-ci.org/njazz/gigaverb-64)
[](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
```