Jean-Michaël Celerier

Results 315 issues of Jean-Michaël Celerier

Make a release package for : * qpm * inqlude * conan.io ? linked against the official qt packages: * windows (msvc2017) * macOS * linux

Not everyone supports it

The problem: config.hpp: ```cpp // Standard library support for aligned allocation. #if !defined(BOOST_ASIO_HAS_STD_ALIGNED_ALLOC) # if !defined(BOOST_ASIO_DISABLE_STD_ALIGNED_ALLOC) # if (__cplusplus >= 201703) # if defined(__clang__) # if defined(BOOST_ASIO_HAS_CLANG_LIBCXX) # if (_LIBCPP_STD_VER...

Hello, so, I'm working on a fork of this lib & rtmidi (https://github.com/jcelerier/RtMidi17), but I found a bug when parsing midi files with running status so it may be of...

Hi, not really an issue but I made a package for archlinux: https://aur.archlinux.org/packages/ysfx-git ; maybe it can be useful to others who come across here and go in the readme...

As Linux defines as a C macro it in . So, as much as I think that Linux shouldn't define such generic-sounding macro... I don't think it'd be an easy...

Here: https://github.com/grame-cncm/faust/blob/13def69f21dd0cede393c13dcaf1a6fe7ef7f439/architecture/faust/gui/UI.h#L78 Shouldn't it be sizeof(REAL) instead ? as it seems that sometimes the faust compiler uses that class internally (and thus it would use the default FAUSTFLOAT=float define)