Allan Simon

Results 105 issues of Allan Simon

right now buttons are a bit of a mess, certainly lot of duplicated code, duplicated images etc.

right now we add directly the c++11 flags without checking if the compiler does support it would be better to have the configure.ac doing the check

while rewriting libmidi , I've abreviated microsecond in ms which is a mistake as it's used for "millisecond" ....

in a std::pair or something otherwise in a lot of place in the code , we're obliged to do an old school for (i = 0 etc. with Events to...

in libmidi , the MidiTrack::reset method set lastEvent to -1 though it's an unsigned (so as you guess we got an integer overflow) it does not cause any bug ,...

though there's no such boxes with this name I think it's because vagrant ssh is able to parse the primary: true ``` config.vm.define "dev", primary: true do |app| ``` and...

I've just seen this branch, that seems to be quite an improvement compare to current xep_0045 though I'm not the author of these changes, by creating this pull request i...

Question
XEP