-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdependencies.txt
More file actions
17 lines (13 loc) · 1.04 KB
/
dependencies.txt
File metadata and controls
17 lines (13 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MidiCube has the following dependencies:
- RtMidi licensed under the MIT license (https://github.com/thestk/rtmidi/blob/master/LICENSE)
- RtAudio licensed under the MIT license (https://github.com/thestk/rtaudio/blob/master/LICENSE)
- LibSndFile licensed under the GNU LGPL 2.1 (https://github.com/libsndfile/libsndfile/blob/master/COPYING)
- SFML licensed under the zlib/libpng license (https://github.com/SFML/SFML/blob/master/license.md)
- Boost licensed under the boost software license (https://www.boost.org/users/license.html)
These libraries are distributed in binary form (either as a .dll file or statically linked by the .exe files) with the windows builds on the midi-cube GitHub page.
Furthermore, libgcc_s_seh-1.dll, libstc++-6.dll and libwinpthread-1.dll from MingW64 are distributed with the windows build.
RtMidi: realtime MIDI i/o C++ classes
Copyright (c) 2003-2021 Gary P. Scavon
RtAudio: a set of realtime audio i/o C++ classes
Copyright (c) 2001-2021 Gary P. Scavone
SFML - Copyright (C) 2007-2021 Laurent Gomila - laurent@sfml-dev.org