Dominic Sacré

Results 9 comments of Dominic Sacré

As far as I can tell this is a bug that was introduced in Boost 1.60, and already fixed in Boost 1.61. If upgrading Boost is not an option for...

The OSC spec actually has pattern matching that works the other way round, i.e. messages can contain wildcards, while the addresses registered with an OSC server don't. These wildcards are...

I can reproduce the problem you're describing. Interestingly the messages seem to be received/dispatched eventually if I call `recv()` often enough. That is, if I replace the for-loop on the...

The example scripts aren't listed anywhere yet. I'm considering getting rid of the .py examples altogether, and moving all the example code to reST/Sphinx. By the way, pysmf is not...

As far as I can tell, the present implementation already supports single-digit bytes. It also allows arbitrary additional whitespace after separators; in particular, this is (and should be) perfectly valid:...

There is one not quite obvious issue with moving the scripts into the `mididings.scripts` package. Importing the `mididings` package is rather slow (I've seen it take a couple of seconds...

I just noticed another import issue. Running the `mididings` command line tool: ``` das@serenity ~ > mididings -S Traceback (most recent call last): File "/usr/local/bin/mididings", line 9, in load_entry_point('mididings==2014', 'console_scripts',...

Yes, absolutely, better support for setuptools would be very welcome. Could you make a PR that adds the setuptools stuff but leaves the package structure as is (for now)?

You've got the right syntax, as far as I can see this should work... Have you checked with a MIDI logger which events get sent from mididings? For example you...