Search found 138 matches

by grishata
Fri Dec 23, 2011 8:25 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29125

Re: three-bands EQ and delay

nicop wrote: I've donated only 25 euros because I ran out of money on my paypal :oops: I'll donate the rest when I'll recharge it.
No problem. When you can. :)
Thanks.
by grishata
Fri Dec 09, 2011 7:15 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29125

Re: three-bands EQ and delay

I also implemented the opcodes delay, delay_onccN, delay_random, delay_samples, delay_samples_onccN.
by grishata
Thu Dec 08, 2011 10:47 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29125

Re: three-bands EQ and delay

Note that in Ubuntu you can install the swh-plugins package with the command:

Code: Select all

sudo apt-get install swh-plugins
by grishata
Thu Dec 08, 2011 10:34 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29125

Re: three-bands EQ and delay

Hi Nicola, I've just added experimental support for per voice equalization - sfz opcodes eq1_freq, eq2_freq, eq3_freq, eq1_freqccN, eq2_freqccN, eq3_freqccN, eq1_bw, eq2_bw, eq3_bw, eq1_bwccN, eq2_bwccN, eq3_bwccN, eq1_gain, eq2_gain, eq3_gain, eq1_gainccN, eq2_gainccN, eq3_gainccN. Note that the cu...
by grishata
Wed Aug 31, 2011 5:16 pm
Forum: General LinuxSampler Discussion
Topic: GPO and Linuxsampler
Replies: 5
Views: 8613

Re: GPO and Linuxsampler

Another way would be to try to load the instrument from the LS Console - first create a sampler channel and assign a SFZ engine and then: LOAD INSTRUMENT '/Applications/Garritan Personal Orchestra 4/Instruments/8. Section Strings/1. Violins 1/Vlns 1 Lush.sfz' 0 0 If you have a LSCP scrip, for the er...
by grishata
Wed Aug 31, 2011 11:24 am
Forum: General LinuxSampler Discussion
Topic: GPO and Linuxsampler
Replies: 5
Views: 8613

Re: GPO and Linuxsampler

I think there should be some error message. If you are not running LS from terminal, but as a plugin, you can see the error messages in the Console logs - launch /Aplications/Utilities/Console. You may need to wait a bit before the error messages show up.
by grishata
Sun Aug 28, 2011 11:13 am
Forum: General LinuxSampler Discussion
Topic: GPO and Linuxsampler
Replies: 5
Views: 8613

Re: GPO and Linuxsampler

Is LS giving some error on the console when you try to load the instruments?
by grishata
Fri Aug 19, 2011 3:32 pm
Forum: General LinuxSampler Discussion
Topic: Minor Bug with LS win.
Replies: 16
Views: 18190

Re: Minor Bug with LS win.

I did some profiling and it turned out that most of the memory goes for streams. You also need to set the max streams less than 100, for example. So, I guess this is how it should be (it's not an issue introduced by the recent changes).
by grishata
Fri Aug 19, 2011 11:33 am
Forum: General LinuxSampler Discussion
Topic: Minor Bug with LS win.
Replies: 16
Views: 18190

Re: Minor Bug with LS win.

What amount of max voices you are using? I guess this could happen if you set max voices to 1000 or something.
by grishata
Fri Aug 19, 2011 9:26 am
Forum: General LinuxSampler Discussion
Topic: Minor Bug with LS win.
Replies: 16
Views: 18190

Re: Minor Bug with LS win.

It's now working perfectly on OSX. The only drawback is the Ram-usage on OSX. Each instance eats up another 100MB of RAM. 8 instances are 800MB RAM only for the plugins while on WIN this is only around 100MB for all instances. I can't reproduce that. Are you sure you are using the latest version? I...