Kontakt script question...

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

Hello,

I have a question. I am creating a kontakt instrument that has 2 groups. I'm adding a compressor plugin that I want to only affect group 1. Is there some code that can be written to make the compressor only work on group 1?

Any help would be appreciated!!!

Thanks,

Jason

Post

No code necessary, you have two options: put compressor in group FX of the first group, but this will make it a polyphonic compressor which you probably don't want (group FX are per-voice effects).

Better solution is, if you're working with Kontakt 5, to route the first group to one of instrument busses and put the compressor there. Then just that group will get the compressor going.

Post

Thanks EvilDragon!!!

If I want the knobs that I created in my GUI to control the compressor in the 1st instrument bus, what code do I write?

I had the effect before in the insert effects:

on ui_control($sli_thresh)
set_engine_par($ENGINE_PAR_SCOMP_THRESHOLD,$sli_thresh,-1,3,1)
end on

Thanks a lot!

Post Reply

Return to “Samplers, Sampling & Sample Libraries”