You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of blindly calculating the factors and only including the results in the output files, this API also provide metadata for the relationships between objects, which can be extracted to find out e.g. who is the vocalist of this track, etc.
In the future, all contain/contributing factors would become matrices, so simply evaluating the expression via JS will no longer be sufficient. Previously used number variables like vocal, image, etc. will be turned into a more standardized primitive contributing factors, and one can do arithmetic with them to get the correct roles.
Aside from the primitive roles, there will be helper composite roles like inst=compose+arrange to make things easier, but these roles won't be available in the output files. Also, previously people have been referring to compose as inst/3 (or inst/2 since we removed the lyrics from inst), and this will have a different meaning in the new API, so one would need to correct it back to compose.
The text was updated successfully, but these errors were encountered:
okay maybe this will not be a complete replacement, since stuff like total*0.3 doesn't mean shit, so i think the 2 apis will have to coexist. if you want metadata use this, otherwise use the legacy api
Replacement API for contain/contributing factors.
Instead of blindly calculating the factors and only including the results in the output files, this API also provide metadata for the relationships between objects, which can be extracted to find out e.g. who is the vocalist of this track, etc.
In the future, all contain/contributing factors would become matrices, so simply evaluating the expression via JS will no longer be sufficient. Previously used number variables like
vocal
,image
, etc. will be turned into a more standardized primitive contributing factors, and one can do arithmetic with them to get the correct roles.Aside from the primitive roles, there will be helper composite roles like
inst=compose+arrange
to make things easier, but these roles won't be available in the output files. Also, previously people have been referring tocompose
asinst/3
(orinst/2
since we removed thelyrics
frominst
), and this will have a different meaning in the new API, so one would need to correct it back tocompose
.The text was updated successfully, but these errors were encountered: