-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Complexity: LowSomething that's easy to implementSomething that's easy to implementenhancementNew feature or requestNew feature or request
Description
The current addon seems to lack any bass error flags when all the other webaudio flags pass.
Been trying to test it for about 2 to 3 hours now and none of the files properly open and always return BASS_ERROR_FILEOPEN.
Other addons off-e2 that utilize webaudio aswell have no issues whatsoever, so i am asking for additional flags , namely:
wa_max_filesize
client replicated server_can_execute
to have a maximum filesize the server can set , and for the functions internally for e2:
Number=webAudioErrorType(webaudio)
which would fetch BASS_ErrorGetCode and return the number that it has gotten
(see this link for info)
and
Number=webAudioDidError(webaudio)
which returns 1 incase any of the errors were raised and 0 if not.
Metadata
Metadata
Assignees
Labels
Complexity: LowSomething that's easy to implementSomething that's easy to implementenhancementNew feature or requestNew feature or request