Results 30 comments of shiihs

I just cloned and built latest develop (5893b7c387e6d2affe83617311423f75a651ada0)

I should have mentioned: this is on a linux computer. Doing a "manual" copy (via bash command line) for this file makes this specific error disappear (but then it complains...

Ah... probably it's this bug: https://github.com/boostorg/filesystem/issues/254 Solved in boost 1.77.0 and later. I see supercollider is using 1.74.0.

Same problem in 2024. It's a pity Iannix maintenance seems to be dead.

I can confirm that in helm 0.8.6 there are midi in ports ![image](https://user-images.githubusercontent.com/732258/28502379-3a2517a8-6ff1-11e7-8803-57fb82163f79.png)

I guess it's some build flag, but since I'm only a casual user of helm I cannot tell you what went wrong. Just for fun I compiled git master and...

To be honest I'd be surprised, because - helm's changelog for version 0.6.0-1 mentions e.g. "JACK MIDI input is now labeled Helm", which - assuming that the comment is accurate...

@billybob71a to the best of my knowledge the TimeResolver class was never added into the official code. You'd need to get the code from github directly by cloning my fork...

@billybob71a better check the changes in https://github.com/shimpe/python-midi/commit/9aa092e653684c871b9ee2293ee8e640bb1cab34 to see that you need to change some other things beside just appending the class. You could try to *replace* your version of...

@billybob71a If you cloned my fork, you should be able to install it as described in the readme file (sudo python setup.py install). My code is identical to the code...