[Csnd-dev] ctypes wrapper to the API
Date | 2016-03-10 16:16 |
From | Francois PINOT |
Subject | [Csnd-dev] ctypes wrapper to the API |
I have included in my ctypes wrapper file to the Csound API an interface to CsoundPerformanceThread. FFI libraries like ctypes work well with C functions but not so well with C++ functions (name mangling problem). I added in the end of interfaces/CsPerfThread.cpp some extern "C" functions to expose the csoundPerformanceThread class methods as C functions.... ---------------------------------------------------------------------- Ran 6 tests in 2.382s OK ... |
Date | 2016-03-10 16:43 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] ctypes wrapper to the API |
Yes, I'll test this soon. Best, On Mar 10, 2016 6:16 PM, "Francois PINOT" <fggpinot@gmail.com> wrote:
|