|
From: Vladimir S. <ha...@so...> - 2004-01-19 01:23:40
|
Mark, Last e-mail :) Few small things here but mostly to try out a hack to implement "re-sustain" effect we talked about earlier. For now, just a "proof of concept", it will be coded differently. for now i just created a global because there is no easy way to link sustain to voices after ProcessNoteOff(). Let me know how it feels with different samples. My impression is that it sounds fairly accurate with samples that have infinite sustain disabled (such as that free Steinway sample i'm using), but perhaps a bit too strong with infinite sustain samples such as Church Organ for example. I'm thinking about making that second sustain stage non-infinite just like decay2 even for samples with infinite sustain. Any thoughts on this? I'll test it with GS next weekend to see how it does it with different samples. Regards, Vladimir. PS: patch is not incremental. Apply to latest CVS. Mark Knecht wrote: >Vladimir, > Thanks. This seems to have patched correctly using > >patch -p1 <../adsdr5 > >Is there anything specific you want me to look for? I suppose I'll have >to try out Christian's Jack support also. > >Thanks, >Mark > >On Sun, 2004-01-18 at 14:02, Vladimir Senkov wrote: > > >>Mark, >> >>Christian has just checked things into cvs and now eg code has changed a >>little. >>I've merged the changes and here is a patch against the latest CVS. >> >>Regards, >>Vladimir. >> >>Mark Knecht wrote: >> >> >> >>>On Sun, 2004-01-18 at 12:20, Vladimir Senkov wrote: >>> >>> >>> >>> >>>>No, no chance of me not floodding this list today :( >>>>Left some debug in there . . . >>>>So here you go again. >>>> >>>> >>>> >>>> >>>> >>>I must not be doing this correctly. This is against Christian's CVS >>>commit from today. >>> >>>bash-2.05b$ pwd >>>/home/mark/data/LinuxSampler >>>bash-2.05b$ cd linuxsampler >>>bash-2.05b$ ls >>>AUTHORS INSTALL README config.guess configure.in linuxsampler.kdevelop.pcs missing >>>COPYING Makefile.am acconfig.h config.h.in depcomp linuxsampler.kdevses mkinstalldirs >>>CVS Makefile.cvs aclocal.m4 config.sub install-sh ltconfig src >>>Doxyfile Makefile.in autom4te.cache configure linuxsampler.kdevelop ltmain.sh templates >>> >>> >>>bash-2.05b$ patch -p1 <../adsdr4 >>>patching file src/eg_vca.cpp >>>Hunk #2 FAILED at 97. >>>1 out of 3 hunks FAILED -- saving rejects to file src/eg_vca.cpp.rej >>>patching file src/eg_vca.h >>>Hunk #1 FAILED at 40. >>>1 out of 1 hunk FAILED -- saving rejects to file src/eg_vca.h.rej >>>patching file src/voice.cpp >>>bash-2.05b$ >>> >>> >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by EclipseCon 2004 >>>Premiere Conference on Open Tools Development and Integration >>>See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >>>http://www.eclipsecon.org/osdn >>>_______________________________________________ >>>Linuxsampler-devel mailing list >>>Lin...@li... >>>https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel >>> >>> >>> >>> >>> > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Linuxsampler-devel mailing list >Lin...@li... >https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > > > |