https://github.com/delucis/fauxtiverb
🔊 Friendly impulse response reverb with HISSTools’s multiconvolve~.
https://github.com/delucis/fauxtiverb
audio impulse-response maxmsp package reverb
Last synced: about 2 months ago
JSON representation
🔊 Friendly impulse response reverb with HISSTools’s multiconvolve~.
- Host: GitHub
- URL: https://github.com/delucis/fauxtiverb
- Owner: delucis
- License: bsd-3-clause
- Created: 2017-05-11T20:11:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T16:44:39.000Z (over 4 years ago)
- Last Synced: 2025-02-05T15:54:40.454Z (3 months ago)
- Topics: audio, impulse-response, maxmsp, package, reverb
- Language: Max
- Homepage:
- Size: 158 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fauxtiverb [](https://travis-ci.org/delucis/fauxtiverb) [](https://github.com/delucis/fauxtiverb/releases/latest)
Friendly impulse response reverb in Max/MSP with [HISSTools](https://github.com/HISSTools/HISSTools_Impulse_Response_Toolbox)’s `multiconvolve~`.
## Installation
1. Download the [__latest version__](https://github.com/delucis/fauxtiverb/releases/latest) (click on `fauxtiverb.zip`).
2. Unzip it to your packages directory:
`~/Documents/Max/Packages` for Max 6 or `~/Documents/Max 7/Packages` for Max 7.3. In Max, open `fauxtiverb` in the Package Manager for more information.
## Usage
`fauxtiverb` contains three modules that convolve audio input with impulse responses to create a reverb effect:
- `fauxtiverb-m2m~` — a mono-to-mono convolution module [CPU×1]
- `fauxtiverb-m2s~` — a mono-to-stereo convolution module [CPU×2]
- `fauxtiverb-s2s~` — a stereo-to-stereo convolution module [CPU×4]Each module has a built-in graphical interface when loaded in a `bpatcher` object, but can also be used as a normal object and adressed with messages. See the module help files for more details.
## Acknowledgments
This package depends on the `multiconvolve~` external from [Alex Harker](http://www.alexanderjharker.co.uk/) and [Pierre Alexandre Tremblay](http://www.pierrealexandretremblay.com/)’s [HISSTools](https://github.com/HISSTools/HISSTools_Impulse_Response_Toolbox).
## License
The HISSTools, including the `multiconvolve~` external, are Copyright © 2012 Alex Harker and Pierre Alexandre Tremblay and are distributed under a [3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause).
The `fauxtiverb` package is distributed under a [3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause).