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

https://github.com/delucis/cs.utensils

:fork_and_knife: Small reusable Max abstractions
https://github.com/delucis/cs.utensils

maxmsp package

Last synced: 5 months ago
JSON representation

:fork_and_knife: Small reusable Max abstractions

Awesome Lists containing this project

README

          

# cs.utensils
:fork_and_knife: Small reusable Max abstractions

This repository is a package for Cycling 74’s Max, including various abstractions to make life luminous.

## Installation

1. [Download the package](https://github.com/delucis/cs.utensils/archive/master.zip).

2. Unzip it to your Max Packages directory, which is probably `~/Documents/Max 7/Packages`.

3. Open/restart Max.

## Contents

- `cs.dropout~` — add audio dropouts to a signal
- `cs.gate~` — 6-output `gate~` with a `bpatcher` GUI
- `cs.selector~` — 6-input `selector~` with a `bpatcher` GUI
- `cs.v` — a “reactive” value
- `cs.xfadelooper~` — a looper that crossfades

## Contributing

If you are interested in contributing to this package, that is marvellous! Please check out [the contribution guide](/CONTRIBUTING.md) for more details, and read [the code of conduct](CODE_OF_CONDUCT.md) to learn about being gentle and kind to one another. Gentleness and kindness are good things.

## License

This software is free to use, modify, and redistribute under the [GNU General Public License v3.0](/LICENSE).