Pedro López-Cabanillas
Pedro López-Cabanillas
For context, please see discussion in #414 Drivers: - [x] alsa_seq - [ ] alsa_raw - [x] winmidi
After #969 already merged, I've found a few rusty pieces. The first one is: https://github.com/FluidSynth/fluidsynth/blob/015c6af52d8233eaae556242b5200290558ba415/CMakeLists.txt#L35 For CMake 3.13 and later, there is another `project()` command signature: https://cmake.org/cmake/help/v3.13/command/project.html This also would...
Fix for ticket #25
There is an error in your tutorial. VMPK can be used with Qsynth, but the instructions are wrong. If you want to connect VMPK's MIDI OUT to Qsynth, then you...
This also sets unicode (utf8) for CLI program's console output. It should be the proper fix for #983 wasapi problems. cc: @tsingakbar Solves #1322
### FluidSynth version ``` $ ./fluidsynth.exe --version FluidSynth runtime version 2.3.5 Copyright (C) 2000-2024 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of Creative...
Currently, we use [uchardet](https://gitlab.freedesktop.org/uchardet/uchardet) to detect lyrics encoding. This library is a (not very well maintained) fork of Mozilla's chardet. Alternatives: * [ICU CharsetDetector](https://unicode-org.github.io/icu/userguide/conversion/detection.html#charsetdetector). There is a [PoC available](https://github.com/pedrolcl/icu_qt_poc). *...
Check for updates in Sourceforge, and offer a download link to the user when there is one available. Prototype: [SFUpdateChecker](/pedrolcl/SFUpdateChecker)
Check for updates in Sourceforge, and offer a download link to the user when there is one available. Prototype: [SFUpdateChecker](/pedrolcl/SFUpdateChecker)