Metadata-Version: 2.0
Name: PicoMusic
Version: 0.1.0.dev3
Summary: UNKNOWN
Home-page: https://github.com/metrasynth/picomusic
Author: Matthew Scott
Author-email: matt@11craft.com
License: MIT
Project-URL: Documentation, https://picomusic.readthedocs.io/en/latest/
Project-URL: Funding, https://www.patreon.com/queries
Project-URL: Source, https://github.com/metrasynth/picomusic
Project-URL: Tracker, https://github.com/metrasynth/picomusic/issues
Description-Content-Type: UNKNOWN
Keywords: music sunvox learning
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Framework :: IPython
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Artistic Software
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Requires-Python: ~=3.6
Requires-Dist: begins (>=0.9)
Requires-Dist: ipython (>=6.2.1)
Requires-Dist: py (>=1.5.2)
Requires-Dist: pyglet (>=1.3.1)
Requires-Dist: radiant-voices (>=0.4.0.dev2)
Requires-Dist: sunvox-dll-python (>=0.2.1.1.9.3.2)

PicoMusic
=========

A tiny audiovisual music tool for Python.




Purpose
-------

PicoMusic is a tool for learning about Python and music,
by composing music with Python.


Design goals
------------

-   Simple: to help you learn about programming and music composition.

-   Pythonic: transfer what you learn to non-musical projects.

-   Expressive: enough to create compelling audiovisual masterpieces.

-   Finished projects can be exported and shared.

-   Runs comfortably on macOS, Windows, and Linux (including Raspbian on Raspberry Pi 3).

Changelog
=========


0.1.0 series
------------

This is the initial release of PicoMusic.


0.1.0.dev3 (2018-03-18)
-----------------------

Changes
.......

- Simplify ``Pitch.__repr__()`` for better use within tutorials.

- Add full ``Fraction`` name to interactive namespace,
  so that the repr of a Fraction instance can be entered to get that fraction.

- Fix ``Note.__repr__()`` to be consistently formatted.

- Documentation improvements.

Fixes
.....

- Reduce size of BasicKit by trimming silence from end of samples.


0.1.0.dev2 (2018-03-11)
-----------------------

Fixes
.....

- Correct the singleton implementation of ``StageManager``.

- Add all package requirements.

- Include package requirements in ``setup.py``.


0.1.0.dev1 (2018-03-11)
-----------------------

- Initial release.


