Re: [Audacity-devel] Re: [Audacity-nyquist] Re: selection for analyzer plugs
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Domonkos N. <na...@ya...> - 2004-11-26 10:39:43
|
David, this works, however it is not too elegant, for instance if you want to apply an envelope (long, low sampling rate sound) on an audio track you would have to join them, run the plug and split them. Also what if I want to apply a modulator on a stereo track? best, Domonkos On Thu, Nov 25, 2004 at 09:01:47PM -0800, David R. Sky wrote: > On Thu, 25 Nov 2004, Domonkos Nagy wrote: > > > somehow I'd like an option to process them as input/modulator pairs (for > > modulating > > one with the other within nyquist). > > > Domonkos, > > Do I understand your request correctly: to ring modulate (multiply) one > stereo channel with the other? If so: > > (vector > (mult (aref s 0) (aref s 1)) > (aref s 1)) > > The left channel will be ring modulated by the right channel, the right > channel will remain the same. > > Is that what you wanted? > > David > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Audacity-nyquist mailing list > Aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-nyquist |