olofson / audiality2

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

Live editing tool #162

Open olofson opened 9 years ago

olofson commented 9 years ago

A tool that can load and monitor changes in one or more A2S files, analyzing changes in order to recompile only programs, functions, message handlers etc that have been modified, so these can be hot patched without restarting everything.

olofson commented 8 years ago

The first step should probably be to implement an API that allows individual programs to be compiled separately, and replaced on the fly. The simplest and most robust way is probably to just use this as is, with an editor that works with programs in separate buffers, reconstructing the complete file from those buffers when saving.