Modulating one track with another (FM synthesis)

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
Thunderbolt1000T
Posts: 101
Joined: Sun Apr 25, 2010 8:43 pm
Operating System: Please select

Modulating one track with another (FM synthesis)

Post by Thunderbolt1000T » Fri Jun 17, 2011 2:49 am

I know a trick where I can use the Trimolo effect as a ring modulator, but I'm wanting to go well beyond that. I would like for track 2 to modulate track 1, so that a new sound can be made. This would be equivalent to 2 operator FM synthesis using samples. Is there a plugin out there for Audacity that can do this? Thanks.

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Modulating one track with another (FM synthesis)

Post by steve » Fri Jun 17, 2011 12:00 pm

There is a ring modulator plug-in available here: RINGMOD.NY
This plug-in ring modulates an audio track with a generated wave.

I don't know of any plug-ins that can take two audio tracks and modulate them, but it would be possible to write one using Nyquist. The main problem with doing this with Nyquist is that Nyquist plug-ins are only able to access one track at a time. In order to modulate two audio tracks, it would be necessary to make the two tracks (mono) into one stereo track. The two channels of the stereo track could then be modulated with each other. If you would like to request such a plug-in, or if you would like help in writing one yourself, I suggest that you post in this forum board: http://forum.audacityteam.org/viewforum.php?f=39
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked