Search found 162 matches

by ccherrett
Mon Nov 23, 2009 12:05 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

I haven't yet had time to play around with the new engine(s) and look into the work that's been done in depth. But I would wager a guess, that for the time being, the following opcodes can be considered implemented by the engine: sample= lokey= hikey= key= lovel= hivel= That would explain a lot :) ...
by ccherrett
Sun Nov 22, 2009 8:54 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

Huh? MIDI instrument Map is what LinuxSampler use to interpret banks and program changes. You are totally right. I did this with samplelord. There are same features to reduce the preload of the samples and I was curious how far I could go with this. It was possible to combine ALL VSL string samples...
by ccherrett
Fri Nov 20, 2009 8:42 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

OK so more progress! I have written this small sfz and it works. I can hear the samples sound a bit tinny for some reason. It will be nice when the named notes are in so you are not just stuck to midi numbers. My next test is adding another set of samples with the legato trigger. So this set should ...
by ccherrett
Fri Nov 20, 2009 7:36 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

sfz::Engine error: Failed to load instrument, cause: Not an integer Yes. It's a known issue (or rather omission on my part). Currently the SFZ reader (based on my sfz.cpp/sfz.h reader) only accept MIDI note numbers and not literal note names. Ah I think this is my issue. Any idea when this will be ...
by ccherrett
Thu Nov 19, 2009 11:31 pm
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

http://www.tsiwebdesign.com/testing/20_HO_PERF-LEGATO.sfz So is the group tag supported? Yes, the group header, as it's called, is supported. It act as a template for the regions that follow it until a new group header is defined. Can you look through my sfz and tell me if you see any errors? I am t...
by ccherrett
Thu Nov 19, 2009 1:10 pm
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

So is the group tag supported?

I am wondering why in Fantasia when I get this loaded from command line I do not see any white keys activated on the virtual keyboard.
by ccherrett
Thu Nov 19, 2009 7:34 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

I have set everything up and tried to load the sfz but received the error: sfz::Engine error: Failed to load instrument, cause: Not an integer So I filed a bug and will keep trying :) https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=134 I just posted this email to the dev list: OK Some progres...
by ccherrett
Thu Nov 19, 2009 3:33 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

I have set everything up and tried to load the sfz but received the error:

sfz::Engine error: Failed to load instrument, cause: Not an integer

So I filed a bug and will keep trying :)

https://bugs.linuxsampler.org/cgi-bin/s ... cgi?id=134
by ccherrett
Wed Nov 18, 2009 2:06 pm
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

A nice little find here!

http://www.cakewalk.com/DevXchange/sfzsamples/

I have verified that horn.rar on that page is the horn from VSL Performance Set. So they have a full legato VSL instrument mapped out.

So I will do some testing to see if it all just works.
by ccherrett
Tue Nov 17, 2009 10:40 am
Forum: General LinuxSampler Discussion
Topic: opensource sample lib format
Replies: 37
Views: 181613

Re: opensource sample lib format

I am really glad to see this being talked about. I am not sure when I can actually get time to try to convert a VSL performance instrument but it must be done :)