Skip to content

(sorry, Windows question) AttributeError #70

@grbfst

Description

@grbfst

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions