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
- Host: GitHub
- URL: https://github.com/delucis/cs.utensils
- Owner: delucis
- License: gpl-3.0
- Created: 2018-03-02T00:31:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T12:21:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T17:23:16.126Z (over 1 year ago)
- Topics: maxmsp, package
- Language: Max
- Homepage: https://i.imgur.com/yP3fBbK.gif
- Size: 50.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).