Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
-
Updated
Aug 26, 2020 - C++
Using JACK pretty-name metadata.
Hydrogen version * : all
Operating system + version : all
Audio driver + version : all
A user suggested on linuxmao (the francophone linux-audio community) that it could be great to see the different patterns to scroll and to be showed when playing a song. Curren
Add a description, image, and links to the midi topic page so that developers can more easily learn about it.
To associate your repository with the midi topic, visit your repo's landing page and select "manage topics."
Bug Summary
LMMS brings tons of Qt5 deprecated warnings (e.g.
QFlag) which can make it hard to see relevant compiler issues. The warnings are justified, they should be fixed (suppressing them would not be the solution).Steps to reproduce
Compile LMMS (master) with Qt5.
Expected behavior
No Qt5 warnings.
Actual behavior
Tons of Qt5 warnings (e.g.
QFlag,