All Projects → Zulko → Minimix

Zulko / Minimix

Licence: gpl-3.0
A minimalist sound mixer / instrument emulator written in python

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].