Browse Source

Show fludsynth version in about page

tags/v1.9.11
falkTX 6 years ago
parent
commit
22ce0aa777
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      source/backend/utils/Information.cpp

+ 5
- 1
source/backend/utils/Information.cpp View File

@@ -22,6 +22,10 @@
#include "rtaudio/RtAudio.h"
#include "rtmidi/RtMidi.h"

#ifdef HAVE_FLUIDSYNTH
# include <fluidsynth.h>
#endif

#include "water/files/File.h"

// -------------------------------------------------------------------------------------------------------------------
@@ -46,7 +50,7 @@ const char* carla_get_complete_license_text()

// Sample kit libraries
#ifdef HAVE_FLUIDSYNTH
"<li>FluidSynth library for SF2/3 support</li>"
"<li>FluidSynth library v" FLUIDSYNTH_VERSION " for SF2/3 support</li>"
#endif
"<li>SFZero module for SFZ support</li>"



Loading…
Cancel
Save