https://github.com/zulko/minimix
A minimalist sound mixer / instrument emulator written in python
https://github.com/zulko/minimix
Last synced: over 1 year ago
JSON representation
A minimalist sound mixer / instrument emulator written in python
- Host: GitHub
- URL: https://github.com/zulko/minimix
- Owner: Zulko
- License: gpl-3.0
- Created: 2012-09-29T13:21:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-12T16:26:04.000Z (over 13 years ago)
- Last Synced: 2025-04-11T23:16:40.143Z (over 1 year ago)
- Language: Python
- Size: 298 KB
- Stars: 44
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING.txt
Awesome Lists containing this project
README
MINIMIX
=======
by Zulko
Minimix is a minimalistic program that lets you assign one sound
to each key of you typing keyboard, in order to use your it as a
mix table or as a proper musical instrument.
The documentation is still to be written. In the meantime, see the documentation
of the different functions. See the examples (which are well documented)
INSTALLATION
------------
Open a terminal and run
> python setup.py install
FOR DEVELOPPERS
---------------
The files are
minimix.py : Main function (depends only on pygame, and could be used alone).
tools.py : Functions to create keyboard configurations easily
sound.py : Functions to process sounds (like pitch shifting)
quick.py : Implements quick versions of the functions in tool.py and sound.py