https://github.com/uucidl/uu.maxpatches
some miscellaneous max6 patches
https://github.com/uucidl/uu.maxpatches
Last synced: 5 months 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-10-17T07:07:11.000Z (about 11 years ago)
- Last Synced: 2025-07-07T13:40:54.302Z (5 months ago)
- Language: Max
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 1
- 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.