Audio bus editing is COMPLETE!

This commit is contained in:
Juan Linietsky
2017-01-25 14:30:40 -03:00
parent 355ce0d0de
commit 7e1afeafd4
11 changed files with 660 additions and 38 deletions

View File

@@ -80,7 +80,8 @@ enum {
OBJECT_EXTERNAL_RESOURCE=1,
OBJECT_INTERNAL_RESOURCE=2,
OBJECT_EXTERNAL_RESOURCE_INDEX=3,
FORMAT_VERSION=1,
//version 2: added 64 bits support for float and int
FORMAT_VERSION=2,
FORMAT_VERSION_CAN_RENAME_DEPS=1