Search found 38 matches

by nicop
Tue Aug 06, 2013 12:46 am
Forum: Newbies & Support
Topic: [SOLVED] compile linuxsampler from svn on Arch
Replies: 5
Views: 9550

Re: compile linuxsampler from svn on Arch

In a Debian Wheezy, I just successfully compiled libgig, linuxsampler, liblscp, qsampler and jsampler from SVN (http://svn.linuxsampler.org/cgi-bin/vie ... te#dirlist).
You could issue your problem here https://bugs.linuxsampler.org/, or in the linuxsampler-devel list.
by nicop
Sat Jul 20, 2013 3:46 pm
Forum: New Sampler Engine
Topic: <curve>, <control>, and SFZ 2.0 opcodes
Replies: 3
Views: 22442

Re: <curve>, <control>, and SFZ 2.0 opcodes

Thanks Varpa, I read the document, but I still don't understand the meaning of the <curve> opcode "vN". Is it a global velocity curve definition? like the amp_velcurve_N? I'm interested in the <curve> section because I use a custom velocity curve, and I'm triyng to avoid to define it in every <group...
by nicop
Tue Jun 26, 2012 8:01 pm
Forum: New Sampler Engine
Topic: <curve>, <control>, and SFZ 2.0 opcodes
Replies: 3
Views: 22442

<curve>, <control>, and SFZ 2.0 opcodes

Hi, I just checked that a lot of SFZ 2.0 opcodes are implemented, but I haven't the book of Simon Cann, so I don't know how to use them. Can someone explain me how to use <curve> (and also vN I think) and <control>? Is it possible to insert a brief description to the un-documented SFZ 2.0 opcodes in...
by nicop
Sat Jan 07, 2012 9:12 pm
Forum: Newbies & Support
Topic: sfz: seq_position
Replies: 1
Views: 3523

Re: sfz: seq_position

Hi, can someone tell me if it's the correct behavior?

thanks
by nicop
Sun Dec 18, 2011 10:47 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29082

Re: three-bands EQ and delay

Thank you soooo much :-)
All works flawlessly.
I'll give a try to eq*_*ccN, it would be very interesting to change the parameters in realtime!
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.

thanks again :)
by nicop
Fri Dec 09, 2011 3:23 pm
Forum: Newbies & Support
Topic: sfz: seq_position
Replies: 1
Views: 3523

sfz: seq_position

Hi, I have this configuration: ///group 1 <group> seq_position=1 seq_length=3 <region> ... lovel=0 hivel=64 <region> ... lovel=65 hivel=127 ///group 2 <group> seq_position=2 seq_length=3 <region> ... lovel=0 hivel=64 <region> ... lovel=65 hivel=127 ///group 3 <group> seq_position=3 seq_length=3 <reg...
by nicop
Fri Dec 09, 2011 1:40 pm
Forum: Newbies & Support
Topic: Internal Effects Example
Replies: 5
Views: 10731

Re: Internal Effects Example

Hi, I just found out the reason of the "invalid FX send (R) destination channel" messages. These messages are shown when I try to connect a channel FX send to an effect chain that has a MONO IN - STEREO OUT effect, like GVerb or others. If I remap both Right and Left FX sends to the Left channel of ...
by nicop
Thu Nov 03, 2011 12:52 pm
Forum: Tips & Tricks
Topic: a different gain curve with SFZ
Replies: 0
Views: 18220

a different gain curve with SFZ

Hi, I'd like to share with you a gain curve that has a wider dynamic and I find more suitable for my playing style. By default, the gain curve follow this calculation: -20 * log(127^2 / Velocity^2). This curve has a gain range that goes from -84db to 0db. I made a different curve that follow this ca...
by nicop
Sun Oct 23, 2011 12:12 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29082

Re: three-bands EQ and delay

Hi Varpa, I understood your point. I asked eq because I use LS with a lot of channels (more than 100), and potentially everyone of them could have a different eq. In this situation it would be very complex to manage, for example, 100 instances of an external eq effect. Making a "pre-production" equa...
by nicop
Sun Oct 16, 2011 11:53 pm
Forum: Sponsored Features
Topic: three-bands EQ and delay
Replies: 7
Views: 29082

three-bands EQ and delay

Hi, in the process of conversion of my drums library, I realized that I also need a three-band EQ and to delay a sample. I think the opcodes involved should be <delay> and <eq1_freq> <eq1_bw> <eq1_gain>; <eq2_freq> <eq2_bw> <eq2_gain>; <eq3_freq> <eq3_bw> <eq3_gain>. Could someone implement these op...