Search found 214 matches

by Andreas
Sat Jul 16, 2011 8:55 am
Forum: Newbies & Support
Topic: Conversion to sfz or gig files
Replies: 14
Views: 26384

Re: Conversion to sfz or gig files

typewriter wrote:Maybe Andreas can help?
Maybe it's still the paths: linux has a case sensitive file system, whereas Windows hasn't. So some sfz files have paths or filenames that don't match the case of the real paths and files on disk.
Other than that I don't think I can help without some example file.
by Andreas
Sat Jul 16, 2011 8:48 am
Forum: Newbies & Support
Topic: no sound on gigedit keyboard
Replies: 1
Views: 3017

Re: no sound on gigedit keyboard

but the gigedit keys make no sound. Gigedit only plays sound if it's run from inside linuxsampler. So, if you want sound from gigedit, you have to start linuxsampler first, use Fantasia or qsampler to load you instrument, and then start gigedit by clicking the "edit" button. I was also able to drag...
by Andreas
Sat Jul 16, 2011 8:45 am
Forum: General LinuxSampler Discussion
Topic: SVN configure?
Replies: 11
Views: 14891

Re: SVN configure?

Oh, you don't need to do it that way. The Makefile.cvs file still works! Right after checkout from svn, just do:

make -f Makefile.cvs

Makefile.cvs doesn't include anything specific to CVS. Sorry, we should probably have renamed that file when we did the move to svn.
by Andreas
Tue Jun 28, 2011 5:26 pm
Forum: General LinuxSampler Discussion
Topic: OSX builds
Replies: 21
Views: 22822

Re: OSX builds

VSTi is not showing up in Reaper. Strange. It works fine here. I've tested with Reaper 32-bit 3.76, 32-bit 4.0beta10 and 64-bit 4.0beta11. OK, not very thorough testing, but the VST shows and also gives some sound in all three. Are you sure you've put the LinuxSampler.vst under /Library/Audio/Plugi...
by Andreas
Sun Jun 26, 2011 7:35 pm
Forum: General LinuxSampler Discussion
Topic: OSX builds
Replies: 21
Views: 22822

Re: OSX builds

I made another build for you to test with. Changes:
  • ogg support for the sfz engine (this means more libraries in lib directory)
  • universal binaries, for 32 and 64 bit Intel and 32 bit PowerPC
  • VST plugin included
http://download.linuxsampler.org/dev/ma ... t4.tar.bz2
by Andreas
Sat Jun 25, 2011 10:35 am
Forum: General LinuxSampler Discussion
Topic: ADSR Release Time is too long compared to original GIGSound!
Replies: 3
Views: 5343

Re: ADSR Release Time is too long compared to original GIGSound!

Sorry, I can't reproduce this. For me the release time seems identical between LS and GigaStudio. Here are two examples. Three notes with increasing velocity are played, first by GigaStudio Orchestra 3.21, then by LinuxSampler Windows 20110619. First example is "22 Horn Ensemble - 4.gig", instrument...
by Andreas
Fri Jun 24, 2011 1:11 pm
Forum: General LinuxSampler Discussion
Topic: OSX builds
Replies: 21
Views: 22822

Re: OSX builds

I haven't found any nice method of solving that back-compatibility problem. Maybe it's OK to just ignore it? Users of the old AU, please complain if not. Here is the AU with 16 stereo buses: http://download.linuxsampler.org/dev/mac/ls-mac-experiment3.tar.gz. It's still 32 bit, but it shouldn't be an...
by Andreas
Fri Jun 24, 2011 10:44 am
Forum: General LinuxSampler Discussion
Topic: OSX builds
Replies: 21
Views: 22822

Re: OSX builds

I have made the AU multi-out now (16 stereo buses), but I have run into a problem. If a user has saved a song in his sequencer using LS 1.0.0 AU, this song will not work anymore if he or she updates the AU. I'm trying to figure out a solution for this before posting or committing the changes.
by Andreas
Sun Jun 19, 2011 12:49 pm
Forum: General LinuxSampler Discussion
Topic: OSX builds
Replies: 21
Views: 22822

Re: OSX builds

It's working now - well, somehow. Good. I tried Reaper (prerelease 4) 32bit. OK, and I guess you're using the AU, not the standalone linuxsampler binary, right? When I insert one instance I get: - 1 stereo channel - 1 plugin midi port - 1 audio device Yes, that's the intended behavior. I can't inse...
by Andreas
Sun Jun 19, 2011 10:19 am
Forum: Newbies & Support
Topic: build error Filter.cpp
Replies: 1
Views: 2762

Re: build error Filter.cpp

Thank you for the report. I've committed a fix.