Video:
Requires Python 3.4+ (tested with python 3.7), pygame, pybass
If running on Linux, you will need to install 'libbass.so'
pip install -r requirements.txt
Shortcuts:
- numbers 1 - 0 (not numpad) are basic sounds / samples, right click to add, left click to delete.
- mousewheel over note controls volume / velocity
Install the requirements as listed above and run the file directly.
python main.py
- 0.0.1
- First release, work in progress
Sam H. – @shuff_co – [email protected]
- Fork it (https://github.com/syfenx/pyBeats/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request