Return Stereo
Detailed: LSP Return Stereo (R1S)
Formats: CLAP, JACK, LV2, VST2, VST3
Categories: Utility
Developer: Vladimir Sadovnikov
Description:
This is a plugin that allows to receive signal via the special primitive - shared memory segment (called 'shared memory link').
It may be useful for inteacting between different DAWs, plugin formats or establish connection between audio software when good straightforward way is not possible.
Note that transferring audio via the shared memory link may introduce some random latency, so it is important to not to consider that transmitter and receiver will be always sample-precise synchronized.
Controls:
- Bypass - bypass switch, when turned on (led indicator is shining), the output signal is similar to input signal. That does not mean that the plugin is not working.
- Input - the gain applied to the input signal.
- Return - the gain applied to the signal received from the shared memory link.
- Mode - the operating mode, how the returned signal interacts with the input signal of the plugin:
- Add - the returned signal is added to the input signal of the plugin;
- Multiply - the returned signal is multiplied by the input signal of the plugin;
- Replace - the returned signal completely replaces the input signal of the plugin.
- Output - the gain applied to the output signal.