|
From: Mark K. <mar...@co...> - 2004-01-11 17:56:57
|
Christian, Going to get it now. I do not see in the LS front page description of this release that you added the two fixes you and I worked on last weekend. Did those get included? Thanks, Mark On Sun, 2004-01-11 at 09:10, Christian Schoenebeck wrote: > Changes: > > - There was still this annoying problem that some .gig instruments were > detuned. I hope I have fixed this now. If you have still a .gig that > sounds detuned, please let me know! > > - As promised I finished an initial version of the amplitude envelope > generator (EG1), so far only a simple ASR one. Extending it to a PADSDR > one (as used in Gigasampler) is quite easy. If anybody likes to do this > task, you just have to improve the EG_VCA class (src/eg_vca.cpp). Vladimir > perhaps? > The EG has a minimum release time, in case the release time given by the > gig file is 0s for example. Without this min. release time we would again > have the click problem in case of zero release times when the voice will > be released before it's sample end. This min. release time is defined in > line 32 of src/eg_vca.h and there's another #define which sets the bottom > value limit of the Exp curve, thus also defines the end of the EG curve in > general. These two #define values still have to be adjusted to good values > > CU > Christian > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel |