https://github.com/andreafortuna/pyscho
pySchö - Python Schönberg: Algorithmic music composition
https://github.com/andreafortuna/pyscho
experimental music python
Last synced: 8 months ago
JSON representation
pySchö - Python Schönberg: Algorithmic music composition
- Host: GitHub
- URL: https://github.com/andreafortuna/pyscho
- Owner: andreafortuna
- Created: 2020-07-05T12:02:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T16:50:25.000Z (almost 6 years ago)
- Last Synced: 2025-06-28T02:03:40.033Z (12 months ago)
- Topics: experimental, music, python
- Language: Python
- Homepage: https://www.andreafortuna.org/2020/07/08/pyscho-algorithmic-music-composition/
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyscho
pySchö - Python Schönberg: Algorithmic music composition
```
usage: pyscho.py [-h] [--scale SCALE] [--start START] [--bars BARS] seed outputfile
positional arguments:
seed Algorithm seed
outputfile output file name
optional arguments:
-h, --help show this help message and exit
--scale SCALE musical scale: major, minor, dorian, phrygian, minor_pentatonic, major_pentatonic, harmonic_minor, mixolydian,
minor_blues, locrian, lydian (default: major)
--start START first note (default: 60 - C4)
--bars BARS number of bars (default: 10)
```