Dalton Messmer
8fb9c3e6a2
Fix warnings in Clang build ( #6893 )
...
* Fix unused variable warning
* Fix implicit conversion warning
* Fix unused lambda capture in DataFile.cpp
* Fix implicit conversions in InstrumentFunctions.cpp
* Fix operator precedence bug in Flags.h
* Fix unused variable warning in Lv2UridMap.h
* Fix unused lambda capture in MixerView.cpp
* Fix unused lambda captures in SetupDialog.cpp
* Fix unused lambda capture in TrackOperationsWidget.cpp
* Fix MSVC build
* Fix style
* Remove unused member variable in Lv2UridMap.h
2023-09-28 20:23:35 -04:00
Dalton Messmer
2c6d88f799
Add GUARD_H closing comments
2023-01-05 17:58:49 -05:00
Dalton Messmer
fe6df8dbaf
Add namespace prefix to include guards
2023-01-02 19:51:32 -05:00
Levin Oehlmann
7227c89847
Namespace lmms ( #6174 )
...
This PR places all LMMS symbols into namespaces to eliminate any potential future name collisions between LMMS and third-party modules.
Also, this PR changes back `LmmsCore` to `Engine`, reverting c519921306 .
Co-authored-by: allejok96 <allejok96@gmail.com >
2022-06-19 20:08:46 +02:00
Johannes Lorenz
c3c80159fd
Add missing include
2020-09-24 17:59:07 +02:00
Johannes Lorenz
7a9b33627d
Implement Lv2 Urid feature ( #5517 )
...
This includes implementing general feature handling, since this is the first supported feature.
2020-08-09 22:59:37 +02:00