Tomáš Hudziec

Results 8 comments of Tomáš Hudziec

I am using a single window. I just have several trackbars below each other: ``` cvui::trackbar(...); cvui::trackbar(...); cvui::trackbar(...); cvui::trackbar(...); ``` ![cvui_trackbars](https://user-images.githubusercontent.com/5520368/64685848-ef2eb580-d487-11e9-9aa0-a4134ffe172a.jpg) 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: ![cvui_trackbars](https://user-images.githubusercontent.com/5520368/64774945-726a0d00-d555-11e9-89b9-30af74f712cf.gif) 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...

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)