Metadata-Version: 2.4
Name: sunvox-dll-python
Version: 0.4.0.2.1.4.0
Summary: Python ctypes-based wrapper for the SunVox library
Author-email: Matthew Scott <matt@11craft.com>
License-File: AUTHORS.rst
License-File: LICENSE
Requires-Python: >=3.9
Provides-Extra: buffered
Requires-Dist: numpy>=2.0.2; extra == 'buffered'
Provides-Extra: docs
Requires-Dist: plantweb>=1.3.0; extra == 'docs'
Requires-Dist: radiant-voices>=1.0.3; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=3.0.2; extra == 'docs'
Requires-Dist: sphinx>=7.4.7; extra == 'docs'
Provides-Extra: tools
Requires-Dist: numpy>=2.0.2; extra == 'tools'
Requires-Dist: scipy>=1.13.1; extra == 'tools'
Requires-Dist: tqdm>=4.67.1; extra == 'tools'
Description-Content-Type: text/x-rst

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

Part of the Metrasynth_ project.

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


Purpose
-------

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

Includes a copy of the most recent SunVox library for supported platforms.


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

- Python 3.9+

- One of these supported operating systems:

    - macOS (64-bit Intel or M-series)

    - 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/
