Summary: | EFFECT_INSTANCE: FX_SEND Outputs errors | ||
---|---|---|---|
Product: | LinuxSampler | Reporter: | Nicola Pandini <nicola.pandini> |
Component: | other | Assignee: | Christian Schoenebeck <cuse> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | P5 | ||
Version: | SVN Trunk | ||
Hardware: | PC | ||
OS: | Linux |
Description
Nicola Pandini
2012-01-11 14:23:21 CET
Does this problem still persist or can this report be closed? Hi, the problem is still there(2.0.0.svn76), but I don't use the effect chain feature anymore. Should new versions solve the problem? Ok, I haven't tried your example yet, but looking at your LSCP commands, if I understand you correctly then the following two commands: SET FX_SEND AUDIO_OUTPUT_CHANNEL 0 0 0 2 SET FX_SEND AUDIO_OUTPUT_CHANNEL 0 0 1 3 were actually intended by you to send those FX sends directly to the audio output device's audio channels 3 and 4. That's fine, but then you also do this at the end: SET FX_SEND EFFECT 0 0 0 0 which causes your FX send not to be sent directly to the audio output device channels, but rather to the reverb effect that you loaded before. And that reverb effect I guess is stereo (that is 2 channels, not 4 channels). So if you omit the last LSCP command then it should actually work as expected by you. Yes, I can confirm that removing "SET FX_SEND EFFECT 0 0 0 0" solve the problem. Thanks! So this issue was simply due to confusion of how to use the LSCP commands for the purpose of using external effects. To avoid that in future I just committed some changes, providing more useful error messages for FX send routing problems and making the LSCP reference documentation more clear about external vs. internal effects: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi?view=revision&revision=3501 I'm going to close this report. Thanks! |