From d1b78f787bd06fb1aa8270afab23275474e90f16 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 30 Aug 2023 17:38:45 -0500 Subject: [PATCH] update credits --- src/gui/about.cpp | 1 + src/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index e1ce1b64..0c983479 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -160,6 +160,7 @@ const char* aboutLine[]={ "libsndfile by Erik de Castro Lopo", "Portable File Dialogs by Sam Hocevar", "Native File Dialog by Frogtoss Games", + "PortAudio", "RtMidi by Gary P. Scavone", "FFTW by Matteo Frigo and Steven G. Johnson", "backward-cpp by Google", diff --git a/src/main.cpp b/src/main.cpp index dd0cc2bf..6cc6b803 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -166,6 +166,7 @@ TAParamResult pVersion(String) { printf("- libsndfile by Erik de Castro Lopo and rest of libsndfile team (LGPLv2.1)\n"); printf("- SDL2 by Sam Lantinga (zlib license)\n"); printf("- zlib by Jean-loup Gailly and Mark Adler (zlib license)\n"); + printf("- PortAudio (PortAudio license)\n"); printf("- RtMidi by Gary P. Scavone (RtMidi license)\n"); printf("- backward-cpp by Google (MIT)\n"); printf("- Dear ImGui by Omar Cornut (MIT)\n");