I want to hit one of several drum pads on my MIDI keyboard and have each send a specific, unique frequency to an LFO in a synth (e.g. zynaddsubfx or yoshimi).
It is to achieve a dubstep wobble-bass sound at various fractions of the tempo, specifically in a live setting.
Can anyone think of a way of doing this within ardour? Of course, I’d be willing to use any software but ardour is where I usually work.
If you are willing to run an external program you could control it with OSC using https://github.com/ssj71/OSC2MIDI which may offer more automation precision than trying to control the LFO with midi. If you use OSC2MIDI please let me know if you have any issues (I am the author).