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

https://github.com/flucoma/flucoma-max

Fluid Corpus Manipulation objects for Cycling 74's Max
https://github.com/flucoma/flucoma-max

Last synced: 3 months ago
JSON representation

Fluid Corpus Manipulation objects for Cycling 74's Max

Awesome Lists containing this project

README

          

# Fluid Corpus Manipulation: Max Objects Library

This repository hosts code for generating the Max objects and documentation resources for the Fluid Corpus Manipulation Project. Much of the actual code that does the exciting stuff lives in this repository's principal dependency, the [Fluid Corpus Manipulation Library](https://github.com/flucoma/flucoma-core).

# Minimal Quick Build

Minimal build steps below. For detailed guidance see https://github.com/flucoma/flucoma-max/wiki/Compiling

## Prerequisites

* C++17 compliant compiler (clang, GCC or MSVC)
* cmake
* make (or Ninja or XCode or VisualStudio)
* git
* an internet connection
* [Max SDK](https://github.com/Cycling74/max-sdk) (>= 7.3.3)

CMake will automatically download the dependencies needed

```bash
mkdir -p build && cd build
cmake -DMAX_SDK_PATH= ..
make install
```

This will assemble a package in `release-packaging`.

## Credits
#### FluCoMa core development team (in alphabetical order)
Owen Green, Gerard Roma, Pierre Alexandre Tremblay

#### Other contributors (in alphabetical order):
James Bradbury, Francesco Cameli, Alex Harker, Ted Moore

--

> This project has received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (grant agreement No 725899).