;nyquist plug-in ;version 1 ;type process ;name "RFT-Mono..." ;action "Stereo zu Mono..." ;info "" ; this plugin was written by edgar-rft@web.de and is released ; under terms of the GNU General Public License on May 7th 2005 (if (arrayp s) (vector (sim (scale 0.5 (aref s 0)) (scale 0.5 (aref s 1))) (sim (scale 0.5 (aref s 0)) (scale 0.5 (aref s 1)))))