olofson / audiality2

A realtime scripted modular audio engine for video games and musical applications.
http://audiality.org/
zlib License
80 stars 5 forks source link

Rename Voices as Nodes #361

Open olofson opened 1 year ago

olofson commented 1 year ago

At this point, the term Voice is a bit misleading, as our Voices can be anything from a script container with no audio processing through a full synth style voice with oscillators, filters and whatnot.

We should probably just call them Nodes or something to that effect.