Linking threshold and reference
cdavis
Posts: 3
I'd like to link the threshold of a number of duckers with the reference level of a meter trigger. This way I can have an trigger that tracks the threshold of the duckers and lights an indicator when they are ducking signal. It seems like I should be able to do this in the logic section with the logic value and logic output devices but I am not having good luck currently.
-colbert
-colbert
0
This discussion has been closed.
Comments
* steps = 2
* gap = 0
* border = no
* subrange = yes
* subrange minimum = .1dB
* subrange maximum = .2dB
Either of those solutions will give you a single indicator that tells you if the ducker is currently on/off. For a single on/off indicator that tells you if any one of multiple duckers is ducking:
* drag each Gain Reduction meter to a Logic Comparator
* compare operator = greater than (>)
* compare value = 0x00000001
* wire all of the compare operators to an OR object
* wire the output of the OR to a logic end
Done. No meter triggers involved. Less work, same pay.
Dan
So if there is a linking method that I can use I'd appreciate the information.
-colbert
Dan