Re: [Linuxsampler-devel] Does a simple .gig -> .sfz converter exist?

2021-03-22 Thread Frank Neumann
Hi Christian and all, > > I was wondering if some script or small tool exists that can do "basic" > > conversion of .gig files to (set of .wav samples + .sfz). > > I am not aware of a free one. So I guess you would be off with some of the > known commercial sample library conversion tools. And a

[Linuxsampler-devel] Does a simple .gig -> .sfz converter exist?

2021-03-19 Thread Frank Neumann
Hi list, I was wondering if some script or small tool exists that can do "basic" conversion of .gig files to (set of .wav samples + .sfz). I am aware of gigdump/gigextract from the libgig package which would serve as a starting point - maybe someone has built something on top of that. I guess

Re: [Linuxsampler-devel] Build errors for LinuxSampler on Mint 19.2

2020-02-25 Thread Frank Neumann
Hi Christian and all, On Tue, 04 Feb 2020 16:13:02 +0100 you wrote (sorry for the late reply): > Designated initializers are actually an invention by the C language, where it > is very heavily used by C developers. C++ just adopted this language feature > after having it neglected for almost 3

Re: [Linuxsampler-devel] Build errors for LinuxSampler on Mint 19.2

2020-02-03 Thread Frank Neumann
Hi Christian, > The build requirement has in fact changed after last year's release: > http://doc.linuxsampler.org/Release_Notes/LinuxSampler_2_1_1/ [..] > > Short: either compile with clang (works also with quite old versions of clang) > or update to GCC >= 8.x. You can install both clang and

[Linuxsampler-devel] Build errors for LinuxSampler on Mint 19.2

2020-02-02 Thread Frank Neumann
Hi all, not sure if I overlooked some recent build requirement change, but with Linux Mint 19.2 (gcc 7.4.0) I seem to be unable to build current LinuxSampler (svn r3734) from source (but thie issue might been in for a while already): Sequence up this point was "make -f Makefile.svn && ./configur

[Linuxsampler-devel] Linux Audio Conference 2017: LAC2017 extended deadline for all submissions February 28

2017-02-11 Thread Frank Neumann
Hi all, in case someone is still interested in handing in a paper, presentations or other material :-). Greetings, Frank == Extension of the deadline for all submissions to Tuesday 28 February 2017, 23:59 GMT+1 (Saint-Etienne time) Linux A

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-02-05 Thread Frank Neumann
Hi Christian and all, > On Monday, January 23, 2017 17:04:34 Christian Schoenebeck wrote: > > Index: src/engines/common/SignalUnit.cpp > > === > > --- src/engines/common/SignalUnit.cpp (revision 3099) > > +++ src/engines/common

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-22 Thread Frank Neumann
Hi once more, > However - finally *some* good news for the weekend :-). When I disable the > whole CONFIG_INTERPOLATE_VOLUME block in AbstractVoice.cpp (I simply replaced > line 231, > > #ifdef CONFIG_INTERPOLATE_VOLUME > > with > > #if 0 > ) > > THEN, the issue is gone and the kick sound co

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-22 Thread Frank Neumann
Hi again, > > Ok, so the bug existed already before the last tarball release. > > > > > "I'll be back" when I have news :-). > > > > I probably have some suspicion. Which audio driver are you using? JACK? > > ALSA? > > CoreAudio? > > I have conducted all tests so far with the JACK driver; I

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-21 Thread Frank Neumann
Hi Christian, > On Saturday, January 21, 2017 10:08:23 Frank Neumann wrote: > > I tried that revision, but the issue appears with that one as well for me > > (original source code, none of my changes applied). > > Ok, so the bug existed already before the last tarball rel

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-21 Thread Frank Neumann
Hi Christian, > > - To make sure I am not fooled by some issue with my sound card (M-Audio > > Audiophile 2496), I set up playback of the same file with qtractor and > > Rui's "drumkv1" LV2 plugin. That one delivers stable "correct" audio data, > > so the problem really appear to stem from Li

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-19 Thread Frank Neumann
Hi Christian and all, > > > > It needs to be debugged, for example by commenting out various synthesis > > > > components to narrow down the source of this issue. > > > > > > You can use me as your guinea pig - just give me a hint how and where I > > > can > > > comment/disable them. > > > >

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-11 Thread Frank Neumann
he Subversion version from the binary, though. Greetings, Frank > On Wed, Jan 11, 2017 at 11:46 AM Frank Neumann wrote: > > > > > Hi Christian, > > > > > > - Why is the playback not giving constantly the same audio output? > > Could > > > > this a

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-11 Thread Frank Neumann
Hi Christian, > > - Why is the playback not giving constantly the same audio output? Could > > this actually be a bug? > > Yes, it seems to be a bug in the SFZ engine. > > > - If there is some kind of AMP envelope automatically applied upon each and > > every sample playback (perhaps to avoid

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-11 Thread Frank Neumann
ou zoom into the individual beats. I want to make sure it's not me doing something stupid here - that has happened before :-). Thanks, Frank > > On Tue, Jan 10, 2017 at 11:20 AM Frank Neumann wrote: > > > > > Hi Alby, > > > > thanks for your sugge

Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-10 Thread Frank Neumann
ant me to test that. I removed all other statements from that .sfz line (amp_veltrack=71.653542 ampeg_decay=200.17 ampeg_release=200.17 pitchlfo_freq=5.000919), and tried again, but still no difference. Greetings, Frank > On Mon, Jan 9, 2017 at 3:35 PM Frank Neumann wrote:

[Linuxsampler-devel] SFZ design tool "sfzd" soon for Linux..?

2015-03-01 Thread Frank Neumann
Hi all, just found this via bedroomproducersblog.com: http://mildon.me/sfzdesigner It's Windows-only for now, but it states "Linux & OSX: coming soon..." at the bottom. Might be a little more handy than editing text files :-). Greetings, Frank -

Re: [Linuxsampler-devel] compiling nki.c with zlib 1.2.5

2013-05-31 Thread Frank Neumann
Hi Nick, > what am i doing wrong? > > cc -c nki.c > > chmod +x nki.o > > ./nki.o > > gives: > bash: ./nki.o: cannot execute binary file You are telling the compiler to just build an object file from a source file ("-c"), but that does not build (link) the final executable. Instead, try gcc

[Linuxsampler-devel] Allowing absolute path names in SFZ - a trivial patch

2012-01-22 Thread Frank Neumann
Hi all, I came across the following problem: On my harddisk, there are lots of sample collections I grabbed from the web, and I have started writing small .sfz files to use them in LinuxSampler. By nature, those .sfz files would reside "near" the samples (like, in a parent directory), but this m

Re: [Linuxsampler-devel] reopening sfz files bug,

2011-12-05 Thread Frank Neumann
Hi list, On Mon, 05 Dec 2011 14:51:17 +0200 alexander wrote: > It seems that reopening, even after resetting the sampler does not load > the file from disk, this makes making and editing sfz'z much more > painful because you have to restart the whole application to get a > freshly edited sfz

Re: [Linuxsampler-devel] Panning of mono samples?

2009-11-24 Thread Frank Neumann
Hi list, On Mon, 23 Nov 2009 10:54:12 +0100 Christian Schoenebeck wrote: [..] > > Thanks again. I should have learnt by now - "the source is the doc" :-}. > > :) Not really, best would be of course somebody writing some tooltips for all > those controls in gigedit. As Andreas said, the meani

Re: [Linuxsampler-devel] Panning of mono samples?

2009-11-22 Thread Frank Neumann
Hi, On Sun, 22 Nov 2009 21:08:30 +0100 Andreas Persson wrote: > > is not. Is that a missing feature, do I have bad eyes, or is it simple not > > gigedit's (or LinuxSampler's) task to handle panning? > > There is a pan parameter in gigedit, on the "Amplitude (1)" tab, third > from the top. Ok,

[Linuxsampler-devel] Panning of mono samples?

2009-11-22 Thread Frank Neumann
Hi list, recently I installed the current "1.0" package on both my desktop PC and eeePC (libgig 3.3.0, liblscp 0.5.6, linuxsampler 1.0.0, qsampler 0.2.2, gigedit 0.2.0) and am basically pretty happy with this combo. Today I exercised using gigedit by putting together a small TR808 drumkit from a

Re: [Linuxsampler-devel] 2 issues: Delayed/stuck notes, and too high volume

2009-01-10 Thread Frank Neumann
Hi list, replying to my own mail from Jan 1st - > today I have found some time to play with Linuxsampler, gigedit and others, > and noticed 2 things that I did not understand yet: > > Software used: > - Ubuntu Intrepid (8.10) on AMD64 > - kernel 2.6.27-9 > - JACK 0.116.1 > - Linuxsampler, libgig

[Linuxsampler-devel] 2 issues: Delayed/stuck notes, and too high volume

2009-01-01 Thread Frank Neumann
Hi list, and happy new year to everyone, today I have found some time to play with Linuxsampler, gigedit and others, and noticed 2 things that I did not understand yet: Software used: - Ubuntu Intrepid (8.10) on AMD64 - kernel 2.6.27-9 - JACK 0.116.1 - Linuxsampler, libgig, liblscp, qsampler fro

[Linuxsampler-devel] Success report: Marcel Barsotti - Ethno World Library

2008-02-18 Thread Frank Neumann
Hi list, just a quick heads-up: I recently purchased (from a german distributor, www.bestservice.de - I'm not affiliated with them, bla bla..) the sampling CD "Marcel Barsotti: Ethno World Library (Volume 1)" and I was very happy to find it works just perfectly with LinuxSampler/QSampler. It's a