
Originally Posted by
MTCMusic
I found that the only way to fix this for now is by using the Play Sample (all parameters) action. This will override the error that freezes the program. The looping however is not very good. There are breaks in the sound every time it loops. This was never the case before.
Ok i have tested your .mfa , you know now how to change the line of js file 
Go to Bank.js Line 1705 , this line contain:
Code:
else if (this.source)
Can you replace it with this :
Code:
else if (isFinite(this.source))
Then save and test your .mfa;
Send ok or not please;
Regards