Xartrick

Results 2 comments of Xartrick

Testing multiple PHPUnit versions didn't introduce any issue. ```"phpunit/phpunit": "7.0.0"``` ```λ soundcloud phpunit ✗ vendor/phpunit/phpunit/phpunit --bootstrap vendor/autoload.php PHPUnit 7.0.0 by Sebastian Bergmann and contributors. ................................................................. 65 / 65 (100%) Time:...

I guess the best approach is to create a dynamic library in C++ that exposes `ableton::link` class that you can use with PInvoke. That's what I'm currently using and it's...