Tomáš Hudziec
Tomáš Hudziec
I am using a single window. I just have several trackbars below each other: ``` cvui::trackbar(...); cvui::trackbar(...); cvui::trackbar(...); cvui::trackbar(...); ```  When I hold most top trackbar and move mouse...
Sure, here is complete minimal working example: ``` #include #define CVUI_IMPLEMENTATION #include "cvui.h" int main(int argc, char** argv) { double a = 50.0; double b = 25.0; const double min...
Behaviour looks like this:  This is on single mouse down. When user wants to change only one parameter at time, back and forth, it is annoying, when other parameters...
@panarch I'm working on web editor of music notation in MusicXML, for which I need some MusicXML parser. I could take concerto, free it from RequireJS dependency, and extend it...
@panarch Actually, my project is meant to be editor of MusicXML files, so musicxml support is the core of it. But I found some other projects which deal with musicxml,...
+1 I would also appreciate support for electron apps. It would be great to use pytest on frontend side, since I have already some tests on backend API written in...
done for Kou15
I have npm version 4.5.0. Also maybe log will be useful: [2017-04-07T19_27_33_684Z-debug.txt](https://github.com/teropa/harmonics-explorer/files/906727/2017-04-07T19_27_33_684Z-debug.txt)