We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm making a virtual synth using Processing, and I want to send sound from the synth directly (not with recorded audio files) into a DAW (Digital Audio Workstation). I know there is a way to send MIDI notes from Processing (which I have achieved), but I want to send the actual sound it produces. Is there a VST library (or something similar) which functions like this?
Answers
If you are on a Mac you can use Sound flower to pipe audio between applications. JACK and Virtual Audio Cable are alternatives for Linux and Windows.
JACK is cross-platform. Beads has JACK integration.