daw
Here are 121 public repositories matching this topic...
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Sep 8, 2020 - C++
-
Updated
Aug 31, 2020 - C++
-
Updated
Sep 9, 2020 - C
-
Updated
Feb 10, 2020 - PLSQL
-
Updated
Sep 16, 2017 - Shell
See tooltip API https://material.angular.io/components/tooltip/examples
Many MIDI files can contain more than one instrument track. I think there needs to be a plan for handling these types of files. Looking at this function, it looks like all of the MIDI tracks get rendered with the same graph, which might be problematic if the user doesn't know or ex
-
Updated
Jul 17, 2020 - C
-
Updated
Jun 10, 2020 - Python
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 1, 2020 - CoffeeScript
-
Updated
Mar 6, 2020 - JavaScript
-
Updated
Jul 31, 2019 - C++
-
Updated
Jun 26, 2020 - CMake
-
Updated
Sep 2, 2020 - Lua
-
Updated
Jul 8, 2019 - Rust
-
Updated
Jan 1, 2018 - JavaScript
Repository
https://github.com/to-the-sun/amanuensis
The Amanuensis is an automated songwriting and recording system aimed at ridding the process of anything left-brained, so one need never leave a creative, spontaneous and improvisational state of mind, from the inception of the song until its final master. The program will construct a cohesive song structure, using the best of what you g
-
Updated
Jul 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the daw topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the daw 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,