Skip to content

Commit

Permalink
Merge pull request #756 from edge-classic/music-shenanigans
Browse files Browse the repository at this point in the history
Music shenanigans
  • Loading branch information
dashodanger authored Dec 19, 2024
2 parents f7766c4 + 2786f6d commit 2f85de2
Show file tree
Hide file tree
Showing 116 changed files with 4,838 additions and 34,317 deletions.
15 changes: 5 additions & 10 deletions docs/licenses/License Attribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ FMMIDI library - Copyright (c) 2003-2006 yuno

Freedoom (various assets) - Copyright (c) 2001-2019 Contributors to the Freedoom project

libRAD (instruments.h) - Copyright (c) 2023 Contributors to the Freedoom project
Copyright (c) ConSiGno ("DMXOPL" instrument bank which formed the basis for Freedoom's GENMIDI)

libRAD (patches.cpp/radmidi.cpp) - Copyright (c) 2021-2023 Devin Acker

Mod4Play library - Copyright (c) 2024 dashodanger
Copyright (c) 2022 Olav Sørensen
IBXM - Copyright (c) 2019 Martin Cameron

ZDoom FName implementation - Copyright (c) 2005-2007 Randy Heit

Expand Down Expand Up @@ -70,8 +64,6 @@ EDGE-Classic - Copyright (c) 1999-2024 The EDGE Team

EPI library - Copyright (c) 2002-2024 The EDGE Team

Fluidlite - Copyright (c) 2016 Robin Lobel

SLADE (IMF->WAV conversion and sky drawing routines) - Copyright (c) 2008 - 2023 Simon Judd

XMIDI library (MIDI conversion) - Copyright (c) 2015-2022 Vitaly Novichkov
Expand Down Expand Up @@ -119,6 +111,9 @@ PL_MPEG library - Copyright(c) 2019 Dominic Szablewski

PNPOLY algorithm - Copyright (c) 1970-2003 Wm. Randolph Franklin

TinySoundFont library - Copyright (C) 2017-2023 Bernhard Schelling
(Based on SFZero, Copyright (C) 2012 Steve Folta, https://github.com/stevefolta/SFZero)

===========================================================================================
Public Domain
===========================================================================================
Expand All @@ -127,7 +122,7 @@ dr_wav, dr_mp3, and dr_flac libraries - David Reid

Fraction.hpp - Bisqwit

libRAD (opal.cpp/radplay.cpp) - Reality Productions
libRAD - Reality Productions

prns.h - Marc B. Reynolds

Expand Down
4 changes: 2 additions & 2 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
add_subdirectory(almostequals)
add_subdirectory(crsid)
add_subdirectory(dr_libs)
add_subdirectory(fluidlite)
add_subdirectory(fmmidi)
if (NOT EDGE_GL_ES2)
add_subdirectory(glad)
else()
add_subdirectory(gl4es)
endif()
add_subdirectory(hmm)
add_subdirectory(ibxm)
add_subdirectory(libemidi)
add_subdirectory(libRAD)
add_subdirectory(libvwad)
add_subdirectory(lua)
add_subdirectory(m4p)
add_subdirectory(miniz)
add_subdirectory(pl_mpeg)
add_subdirectory(prns)
add_subdirectory(stb)
add_subdirectory(tracy)
add_subdirectory(tsf)
add_subdirectory(xxHash)
24 changes: 0 additions & 24 deletions libraries/fluidlite/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions libraries/fluidlite/LICENSE

This file was deleted.

79 changes: 0 additions & 79 deletions libraries/fluidlite/include/fluidlite.h

This file was deleted.

135 changes: 0 additions & 135 deletions libraries/fluidlite/include/fluidlite/gen.h

This file was deleted.

Loading

0 comments on commit 2f85de2

Please sign in to comment.