Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
g4brielvs committed May 4, 2020
1 parent e4be019 commit 7b44af7
Showing 1 changed file with 51 additions and 12 deletions.
63 changes: 51 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,32 +1,71 @@
======
tomita
======
=============
python-tomita
=============


.. image:: https://img.shields.io/pypi/v/python-tomita.svg
.. image:: https://img.shields.io/pypi/v/tomita.svg
:target: https://pypi.python.org/pypi/tomita

.. image:: https://img.shields.io/travis/python-g4brielvs/tomita.svg
:target: https://travis-ci.com/g4brielvs/python-tomita

.. image:: https://readthedocs.org/projects/tomita/badge/?version=latest
:target: https://tomita.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/g4brielvs/python-tomita/shield.svg
:target: https://pyup.io/repos/github/g4brielvs/python-tomita
:alt: Updates

.. image:: https://readthedocs.org/projects/tomita/badge/?version=latest
:target: https://tomita.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/Tomita.svg
:target: https://pypi.python.org/pypi/tomita/
:alt: License

*tomita* is a music and synthesizer package

*tomita* is a command-line music and synthesizer package.

* Free software: GNU General Public License v3
* Documentation: https://tomita.readthedocs.io.

About
-----

Isao Tomita (冨田 勲, Tomita Isao, 22 April 1932 – 5 May 2016), also known mononymically
as Tomita, was a Japanese music-composer, regarded as one of the pioneers of electronic
music and space music,and as one of the most famous producers of analog synthesizer
arrangements. `Wikipedia <https://en.wikipedia.org/wiki/Isao_Tomita>`_


Features
--------

* TODO
* TODO

PySynth
-------

All scripts from *PySynth* can the found as modules.

To use *pysynth*:

.. code-block:: console
$ python -m tomita.legacy.pysynth
To use *pysynth_b*:

.. code-block:: console
$ python -m tomita.legacy.pysynth_b
To use *pysynth_c*:

.. code-block:: console
$ python -m tomita.legacy.pysynth_c
and so on.

License
-------

`GNU General Public License v3.0 <https://choosealicense.com/licenses/gpl-3.0/>`_

0 comments on commit 7b44af7

Please sign in to comment.