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

a2play should show handle values when dumping exports #292

Closed olofson closed 7 years ago

olofson commented 7 years ago

Add handle values to the dumps generated by the -x switch.

This is useful with the -a switch, as the VM asm dumps only deal with raw values in the code, so you can't tell exactly which waves, programs and other objects are being used in the code at times.

It's also handy with the -p and -M switches, as they don't (yet) recognize symbols when parsing program arguments.