kallaballa / MidiPatch

MidiPatch is a scriptable and modular real-time software synthesizer using the PatchScript API
GNU Affero General Public License v3.0
12 stars 2 forks source link

Add Audio Input capabilities to Tonic #58

Open seclorum opened 4 years ago

seclorum commented 4 years ago

Tonic has no component currently which allows for Audio input processing - i.e. from Mic or Line input.

Might be nice to have a component that can process audio from a hardware source like this.

kallaballa commented 4 years ago

That is only half the truth, because actually Tonic does support audio input. What it lacks is support for capturing audio: https://github.com/kallaballa/PatchScript/blob/fc6269d384bc819bb0ca9cf6d012f7579dba17d5/third/Tonic/examples/Demo%20Synths/InputDemoSynth.cpp