Davy Triponney
Davy Triponney
### FluidSynth version ``` FluidSynth runtime version 2.2.5 Copyright (C) 2000-2022 Peter Hanappe and others. Distributed under the LGPL license. SoundFont(R) is a registered trademark of Creative Technology Ltd. FluidSynth...
Graphical glitch when reordering tabs 
Add a function that scans for loop, that could find a good loop before we need the use of a cross-fade. https://www.polyphone-soundfonts.com/en/forum/feature-requests/340-manual-crossfade
http://www.polyphone-soundfonts.com/fr/forum/feature-requests/111-dls-format-support#370
What might be very handy for the future: being able to graphically edit the envelopes, filters, LFO, etc. Providing a knob or other graphical widgets would be great.
Add drag & drop features to key points in the envelop graphics so that we can edit with the mouse. http://polyphone-soundfonts.com/en/forum/feature-requests/98-severel-requests-grafical-adsr-editor
Integration improvement (fix #11): * preprocessor variable to loose the xml and libsnd dependencies * namespace SfTools * smallSf now a class variable * C++11 not needed anymore (struct initialization)...
Hi, Sample links are lost while exporting as Sf3. This appears to be done on purpose but I don't know which one. If it's related to the idea of compressing...
Hi, Several non-critical things: - the following dependencies could be avoided if you remove non essential functions: xml module of Qt, libsndfile, - C++11 could be avoided by rewriting the...
Hi, I imported the code in Polyphone but when I build it with MSVC: "char buffer[i];" is not allowed (you can use new char[i] and delete [] instead). This appears...