Added RMS and clipping alert in tree view

This commit is contained in:
2020-05-23 20:18:49 +01:00
parent 1005619211
commit 19bf57143c
94 changed files with 3437 additions and 204 deletions
+25
View File
@@ -0,0 +1,25 @@
MinGW - Licensing Terms
Various pieces distributed with MinGW come with its own copyright and license:
Basic MinGW runtime
MinGW base runtime package is uncopyrighted and placed in the public domain.
This basically means that you can do what you want with the code.
w32api
You are free to use, modify and copy this package.
No restrictions are imposed on programs or object files compiled with this library.
You may not restrict the the usage of this library.
You may distribute this library as part of another package or as a modified package
if and only if you do not restrict the usage of the portions consisting
of this (optionally modified) library.
If distributed as a modified package then this file must be included.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
MinGW profiling code
MinGW profiling code is distributed under the GNU General Public License.
The development tools such as GCC, GDB, GNU Make, etc all covered by GNU General Public License.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.