I’m working on a piano where I want to have a “mic” level for the dry signal as a separate knob as the “room” level, which is not a separate sample set but using a convolution reverb. I thought I’d try sending the dry samples to 2 busses, one unaffected and one with 100% wet convolution. That way I can have a volume control for the dry that doesn’t affect the amount sent to the convolution. That seems to be working great… my problem is that I have a lp filter as an ‘instrument’ level effect that I’d like to affect everything and it just doesn’t seem to be doing anything.
outputXTarget=“MAIN_OUTPUT” - I assumed that would still go through the instrument level fx but am I wrong about that?
I suppose I could put a filter on each of the busses and have one knob control both, but that seems unnecessarily inefficient. Maybe there’s a better way to do what I’m trying to do. Any thoughts? Thanks