py icon indicating copy to clipboard operation
py copied to clipboard

Python3 & CMake build + Thread caused bug fix

Open grybouilli opened this issue 2 years ago • 0 comments

  • Provide CMakeLists.txt to 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 !

grybouilli avatar Jul 12 '23 14:07 grybouilli