.. Faust CTypes documentation master file, created by sphinx-quickstart on Mon Dec 12 11:26:19 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Faust CTypes's documentation! ======================================== **Faust CType** is a Python library that interfaces compiled C Dynamically Loaded Libraries (DLL) generated by the Faust_ compiler. It is a port of Marc Joliet's FaustPy_ from CFFI_ to ctypes_, see :doc:`differences` for more details. .. toctree:: :maxdepth: 2 :caption: Contents: usage api differences types Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. todolist:: .. _Faust: https://faust.grame.fr .. _FaustPy: https://github.com/marcecj/faust_python .. _CFFI: https://cffi.readthedocs.org/ .. _ctypes: https://docs.python.org/3/library/ctypes.html