Skip to content

alxmrs/huh-computer-music

Repository files navigation

huh-computer-music

This is a tiny computer music library writing in Python, powered by NumPy. Here, we use principles behind analog synthesizers to make computer music.

For an idea of what this means, check out the demo notebook.

Installation

pip install git+git://github.com/alxrsngrtn/huh-computer-music.git#egg=huh-computer-music

Usage

CLI

bish is an experimental script to pipeline commands for sound generation. This script is included in installation.

bish --help will print the full list of commands.

Each command comes with aliases. They can either be called by their partial name (multiply --> mul) or by their initials (time-series --> ts).

bish <cmd> --help will print the unabridged docs for the command.

Examples

bish period trace ts osc scale-map vco mul -v 0.05 trace speaker

TODO(#13)

Library

The library is under revision. Usage can be demonstrated via this demo notebook.

TODO(#14)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages