Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uucidl/uu.maxpatches
some miscellaneous max6 patches
https://github.com/uucidl/uu.maxpatches
Last synced: 23 days ago
JSON representation
some miscellaneous max6 patches
- Host: GitHub
- URL: https://github.com/uucidl/uu.maxpatches
- Owner: uucidl
- Created: 2011-11-19T16:14:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-17T07:07:11.000Z (about 10 years ago)
- Last Synced: 2024-10-04T13:27:51.484Z (about 1 month ago)
- Language: Max
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UU.Max6 Patches
===============How to install?
---------------
Go to Max > Options > File Preferences.Click on the + button to add the ./patchers directory as a new search path.
Abstractions
------------* uu.MIDI-device-inquiry: try to guess the MIDI synth/device to which it is connected
* uu.dict.iterif: iterate and find a key in a dict with a given value
* uu.keep : keep the n first messages of an input stream and emit it
* uu.scaleedit: load & edit musical scales (use bpatcher)
* uu.tokenize-sysex: parse incoming MIDI bytes and output the sysex blocks in it
* uu.transcale: transposes integers into midi notes, through a musical scale (use bpatcher)FAQ
---
None yet.