Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuaxo/apcmm
https://github.com/stuaxo/apcmm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuaxo/apcmm
- Owner: stuaxo
- Created: 2015-10-20T11:03:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T13:53:21.000Z (over 6 years ago)
- Last Synced: 2023-03-23T02:06:15.363Z (over 1 year ago)
- Language: Python
- Size: 157 KB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
APCMM
=====APC Mini API and emulator.
(Fairly unfinished and experimental).
[![APCMM In action with vis](https://img.youtube.com/vi/Mdz5ESzms3k/hqdefault.jpg
)](https://www.youtube.com/watch?v=Mdz5ESzms3k&feature=youtu.be)Install
=======Update setuptools and friends
-----------------------------```
$ python -mpip install -U pip setuptools wheel
```Install
-------```
$ pip install -r requirements.txt$ python setup.py install
```Run Emulator
------------
```
$ apcmm
```What works?
===========This works well enough to drive the smilies osc demo in the demos folder.
The OSC example works and you can set led colours.
What doesn't work ?
===================Most things (see the TODO). When I made this I had never used a midi mapper, also
I have never used Ableton (which the APC is made for), so this was kind of an
experiment.The main thing I found missing for visual performance is optional smoothing for
the sliders, as they faithfully reproduce every jank you make as you move them.