Splitting incoming signal
-
@ustk If I add delay to the other one, then the plugin will cause latency in the audio it's applied to in the daw. No?
-
@pcs800 ..and so you must make your plugin report its latency to the DAW...
-
@Lindon Yes I have discovered that. I don't know how to find the right latency in ms or how to get the plugin to report it. I will look.
-
-
@pcs800 Like this?
Engine.setLatencySamples(95)
-
@pcs800 yes
-
@Lindon In the interface onIt?
-
@pcs800 yes, from any script I guess.
Be careful though, this function takes samples as parameter, not ms, so mind your conversions -
@ustk Adding Engine.setLatencySamples(95) to interface onit, compiles without error and the plugin does seem to have latency in the daw.
-