py
py copied to clipboard
Python3 & CMake build + Thread caused bug fix
- Provide
CMakeLists.txtto build with cmake (thanks to @fferri for the improvements) - Adapted some portions of the code to newer versions of numpy and python c api (fixes the following issues: #10 & #11)
- Fixed a bug caused by thread pool management that led to pd hanging when trying to close it (fixes #17)
- Provide a markdown readme !