Charbel Jacquin
Charbel Jacquin
This is just a POC for now. I tested it with Orthanc only This PR was based on #173 so the revelant commits are also included. This is rough and...
Update target wave display when loop, rubberband or envelope are edited. Also should close #811 Also should close #1304 There are still strange things with rubberband, but we should be...
Second take at my experiments with pybind11. Most of libhydrogen-core classes are accessible from python. Tested with python3 only. In a virtualenv with python3 ``` WANT_PYBINDINDS=1 ./build.sh mm cd build/src/bindings...
This one changes how hydrogen might be packaged by linux distributions, this must be taken in consideration, I guess. The purpose is only to pave the way for gui testing....
Hi, congrats for your work, binder is amazing. Here is a patch adding some configuration options that I added to make bindings for [hydrogen](https://github.com/hydrogen-music/hydrogen/pull/1303) This patch add options to the...
Say your prompt is something like this, with `^` indicating your cursor position. ``` .[0].hosts[0] ^ ``` if you type `Ctl-Down`, it will become ``` .[0].hosts[1] ^ ```