Search found 4 matches

by lgarrido
Thu Sep 02, 2010 1:02 pm
Forum: General LinuxSampler Discussion
Topic: ls16: another take on a LS DSSI plugin
Replies: 10
Views: 18001

Re: ls16: another take on a LS DSSI plugin

Alex, ls16 only calls liblinuxsampler, as qsampler does through LSCP. It is, if you want, a plugin-ish way to launch a linuxsampler process and encapsulate some LSCP calls. ls16 doesn't load any gig file, it just asks LS to do it. All that memory usage comes from LS code, and what I demonstrated thr...
by lgarrido
Wed Sep 01, 2010 7:57 pm
Forum: General LinuxSampler Discussion
Topic: ls16: another take on a LS DSSI plugin
Replies: 10
Views: 18001

Re: ls16: another take on a LS DSSI plugin

Hi, Alex. That is an intriguing hypothesis. ls16 opens up 16 sampler channels upfront, which pre-allocates a hefty chunk of memory which may be used or not afterwards. I definitely should include some optimizations there (lazy initialization of channels, offering the user the possibility to choose o...
by lgarrido
Tue Aug 31, 2010 5:16 pm
Forum: General LinuxSampler Discussion
Topic: ls16: another take on a LS DSSI plugin
Replies: 10
Views: 18001

Re: ls16: another take on a LS DSSI plugin

Great, I appreciate your effort and I'll be glad to have a look at it when you or someone else can isolate this pesky troublesome condition. For completeness, I'll describe Alex's find here: when you create a complex project in MusE that uses two ls16 instances all seems to work fine, but after you ...
by lgarrido
Tue Aug 31, 2010 12:30 pm
Forum: General LinuxSampler Discussion
Topic: ls16: another take on a LS DSSI plugin
Replies: 10
Views: 18001

Re: ls16: another take on a LS DSSI plugin

Hi, Alex. As we already discussed by email, I need to be able to reproduce the condition you reported before I am able to do anything about it. ls16 is just a small link in a fairly complex toolchain which hasn't seen many use thus far, we are treading some new ground here: DSSI support in MusE is r...