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
Kontakt script question...
- KVRAF
- 24456 posts since 7 Jan, 2009 from Croatia
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.
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.
-
- KVRer
- Topic Starter
- 10 posts since 20 Sep, 2015
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!
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!
