Metadata-Version: 2.1
Name: ctcsound7
Version: 0.5.0
Summary: Python bindings to the Csound API using ctypes
Home-page: https://github.com/csound-plugins/ctcsound7
Author: Eduardo Moguillansky, Francois Pinot
Author-email: Eduardo Moguillansky <eduardo.moguillansky@gmail.com>
Project-URL: Homepage, https://github.com/csound-plugins/ctcsound7
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy


=========
ctcsound7
=========

Python bindings for Csound using ctypes. Can be used from python >= 3.8

This bindings can be used with any version of csound >= 6.18. It is a drop-in replacement
of ctcsound, with the difference that can be used with any csound version. 


Installation  
------------

Csound needs to be installed in the system.


.. code::

	pip install ctcsound7

