Metadata-Version: 2.1
Name: sunvox-dll-python
Version: 0.3.2.2.0.0.0
Summary: Python ctypes-based wrapper for the SunVox library
Home-page: https://github.com/metrasynth/sunvox-dll-python
License: MIT
Author: Matthew Scott
Author-email: matt@11craft.com
Requires-Python: >=3.8,<3.11
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: buffered
Provides-Extra: docs
Provides-Extra: tools
Requires-Dist: Sphinx (>=4.0.2,<5.0.0); extra == "docs"
Requires-Dist: numpy (>=1.21.0,<2.0.0); extra == "buffered" or extra == "tools"
Requires-Dist: plantweb (>=1.2.1,<2.0.0); extra == "docs"
Requires-Dist: radiant-voices (>=1.0.3,<2.0.0); extra == "docs"
Requires-Dist: scipy (>=1.8.0,<2.0.0); extra == "tools"
Requires-Dist: sphinx-rtd-theme (>=0.5.2,<0.6.0); extra == "docs"
Requires-Dist: tqdm (>=4.61.1,<5.0.0); extra == "tools"
Project-URL: Documentation, https://sunvox-dll-python.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/metrasynth/sunvox-dll-python
Description-Content-Type: text/x-rst

Overview of sunvox-dll-python
=============================

..  start-badges

|buildstatus| |docs|

.. |buildstatus| image:: https://img.shields.io/travis/metrasynth/sunvox-dll-python.svg?style=flat
    :alt: build status
    :scale: 100%
    :target: https://travis-ci.org/metrasynth/sunvox-dll-python

.. |docs| image:: https://readthedocs.org/projects/sunvox-dll-python/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: https://sunvox-dll-python.readthedocs.io/en/latest/?badge=latest

..  end-badges

Part of the Metrasynth_ project.

.. _Metrasynth: https://metrasynth.github.io/


Purpose
-------

Provides access to all of the SunVox DLL functions described
in the ``sunvox.h`` header file.


Requirements
------------

- Python 3.7+

- One of these supported operating systems:

    - macOS (64-bit)

    - Linux (32-bit, 64-bit)

    - Windows (32-bit, 64-bit)


About SunVox
------------

From the `SunVox home page`_:

    SunVox is a small, fast and powerful modular synthesizer with pattern-based sequencer (tracker).
    It is a tool for those people who like to compose music wherever they are, whenever they wish.
    On any device. SunVox is available for Windows, OS X, Linux, Maemo, Meego, Raspberry Pi,
    Windows Mobile (WindowsCE), PalmOS, iOS and Android.

.. _SunVox home page: http://www.warmplace.ru/soft/sunvox/

