|
From: Mark K. <mar...@co...> - 2004-01-11 18:21:19
|
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 Christian, Wow!! That's a huge improvement! I've built the new version. It sounds much better. I am getting a few clicks with a fragment size of 128. They do not sound like they are coming at release times, so I'll fire up Pro Tools and do some recording of this version and study what's up with that. It could just be my system. Anyway, great work! Much much better! Oops - spoke a bit too soon. OK, when I first tried using LS I had the fragment size set at 128. I then Ctrl-C'ed out and tried it with 512. I no longer get any audio. I see no MIDI events coming in, which would explain no audio. kaconnect does show my keyboard is hooked up to LS. Strange. I've not seen this problem before. FYI - This is Alsa-1.0.1 I've killed it and gone back to 128, but still not working. Here's my command line. linuxsampler --numfragments 2 --fragmentsize 128 --inputclient 80:1 --instrument 0 --gig /mnt/samples/Gigs/Pianos/Bardstown\ Audio/The\ Bosendorfer\ Imperial\ Grand\ Version\ 2.2.gig Cheers, Mark |