Search found 366 matches

by cuse
Sun Feb 10, 2008 12:25 pm
Forum: General LinuxSampler Discussion
Topic: Gigedit caveats
Replies: 17
Views: 33520

Re: Gigedit caveats

Which save function in gigedit did your use exactly? Save or Save as? You have to know, those two behave completely differently. "Save" (of course) is designed to store the changes to the same file and to keep resource usage as low as possible during the save operations, it uses some tricks like mov...
by cuse
Sat Feb 09, 2008 9:31 am
Forum: General LinuxSampler Discussion
Topic: 64 bit benefits?
Replies: 3
Views: 5405

Re: 64 bit benefit

You can easily find out the benefits of a 64 bit version, by using (as Benno did) our light-weight benchmark:

http://linuxsampler.org/debian.html#benchmark
by cuse
Sat Feb 09, 2008 9:26 am
Forum: Tips & Tricks
Topic: Keyswitches
Replies: 7
Views: 23300

Re: Keyswitches

Hey, do we have somebody for our orphaned gigedit documentation? ;)
by cuse
Fri Feb 08, 2008 2:36 pm
Forum: Newbies & Support
Topic: Loading instruments/samples
Replies: 3
Views: 6531

Re: Loading instruments/samples

But definitely an eligible question. The meta informations of all samples in the instrument's gig file will be loaded in RAM (small though), but only the referenced samples will be cached. If you're interested in the code, you can find it in src/engines/gig/InstrumenResourceManager.cpp, method Instr...
by cuse
Fri Feb 08, 2008 2:17 pm
Forum: General LinuxSampler Discussion
Topic: MIDI rules
Replies: 7
Views: 13342

Re: MIDI rules

Yeah, Andreas started to implement it. So far its just supported on libgig side yet, not on LS side. However Andreas already sent me a patch a while ago for adding it to the gig engine. It's not yet commited though. You have to know ... Andreas is usualy collecting a lot of slick new things on his b...
by cuse
Thu Feb 07, 2008 6:09 pm
Forum: Newbies & Support
Topic: [SOLVED]Help! LinuxSampler Installation
Replies: 9
Views: 12766

Re: Help! LinuxSampler Installation

Ok, here is the promised LS Debian Howto.
by cuse
Wed Feb 06, 2008 9:58 am
Forum: 100% Project Unrelated
Topic: ALSA/Ubuntu rant
Replies: 14
Views: 10224

Re: ALSA/Ubuntu rant

What are the exact error messages you get when doing modprobe?
by cuse
Mon Feb 04, 2008 10:23 am
Forum: Newbies & Support
Topic: [SOLVED]Help! LinuxSampler Installation
Replies: 9
Views: 12766

Re: Help! LinuxSampler Installation

I planned to write a Debian cooking howto in the next days, ... let's see if I really do it ... :)
by cuse
Sun Feb 03, 2008 1:56 am
Forum: 100% Project Unrelated
Topic: Jack and Jackdmp
Replies: 4
Views: 4863

Re: Jack and Jackdmp

Yeah, and guess what's now supporting JACK MIDI as well? ;)
by cuse
Sat Feb 02, 2008 2:43 pm
Forum: General LinuxSampler Discussion
Topic: Convert AKAI, EXS24, HALion, SFZ and SF2 to GIG
Replies: 9
Views: 22355

Re: Convert AKAI, EXS24, HALion, SFZ and SF2 to GIG

dahnielson wrote: * Not that I have looked into it yet, but I assume that the AKAI format should already be well documented.
Well not so well documented for my taste, but you can find something on the web yes. I ported libakai to Linux years ago. It only covers the Akai format up to the S3000 series though.