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

Incorrect API error returns #338

Closed olofson closed 6 years ago

olofson commented 6 years ago

a2_Start() will sometimes return an invalid handle, most likely because it's actually an error code that is supposed to be negated, but isn't. (The offending handle is 16. A2_OVERFLOW is 16. Coincidence?)