mtytel / vital

Spectral warping wavetable synth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Vital as backend

botoxparty opened this issue · comments

Hi,

I'm trying to use Vital as a backend for a project and am trying to figure out how I can connect my interface to the synth, there is of course MIDI however i'd like to also read (for visualisation) and write values to the synth parameters. I've looked through the codebase but can't seem to find where the objects such as Osc 1, Osc 2, etc. are initialised and how to access them.

can't you just use it as a vst? in that, you can read and write the values that would be automatable

Oh wow thats such a simple solution, I had not considered that! Will explore that path it looks very promising