SEndEReLLa v1.06 what's new in v1.06 ------------------- Began coding in c++ ... so this is a port from the original delphi version. The code is cleaned up quite a bit. There are now two versions of the dll included: original and simplified. Original -------- This has the same parameter map as the original delphi version.. it should be completely compatible accross projects using the delphi version (1.02 BETA). There is also a bug fix which resolves audio that could get stuck in the channel buffer when switching channel during playback (creating a buzzing noise)... it opens up one new possibility... you can now automate the channel parameter to stream audio to different sends. Simplified ---------- This version only has two parameters. Mode (Send/Return), and Amount (% singal to send). You should take the simplified version dll and rename it something like send1.dll ... you can make copies of the dll for each additional send/return you'd like to have available. For example: send1,send2,send3,send4 Each dll can then only communicate to an identically named dll. This eliminates the need to use the channels in the original version.. also it gives you a nice visual cue. BTW, making duplicates works with the original version as well... enjoy!