Due to adding virtual functions to the audio stream class VMT pointer was added to the data layout. This caused stream handle (address) no longer pointing on property containing underlying BASS stream pointer.
Updated so more advanced scripts still can work with BASS as in CLEO4.
Due to adding virtual functions to the audio stream class VMT pointer was added to the data layout. This caused stream handle (address) no longer pointing on property containing underlying BASS stream pointer. Updated so more advanced scripts still can work with BASS as in CLEO4.
Unit tests working, audio demo script works too.