-
-
Notifications
You must be signed in to change notification settings - Fork 104
Description
I have a working version on a Raspberry, does the job very well. But for testing samples without the need to upload them to the Raspberry I'm trying to get SamplerBox to work on a Windows machine.
After install of all libraries and doing setup I always get :
Exception ignored from cffi callback <function _StreamBase.init..callback_ptr at 0x0000014EFFD329E0>:
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\sounddevice.py", line 873, in callback_ptr
return _wrap_callback(callback, data, frames, time, status)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\sounddevice.py", line 2743, in _wrap_callback
callback(*args)
File "D:\SamplerBox\samplerbox.py", line 159, in AudioCallback
b = samplerbox_audio.mixaudiobuffers(playingsounds, rmlist, frame_count, FADEOUT, FADEOUTLENGTH, SPEED)
AttributeError: module 'samplerbox_audio' has no attribute 'mixaudiobuffers'
Any one have any idea what's amiss?