Hi,
Playing around Soundgraind and having fun I can't get the FxBall, when I try to launch it it returns me in the terminal:
Traceback (most recent call last):
File "/home/dennis/Softwares_Exe/soundgrain-master/Resources/MainFrame.py", line 288, in addFxBall
self.panel.addFxBall(evt.GetId() - 400)
File "/home/dennis/Softwares_Exe/soundgrain-master/Resources/DrawingSurface.py", line 162, in addFxBall
self.fxballs[key] = FxBall(fx, key, self.parent.sg_audio, (100,100))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dennis/Softwares_Exe/soundgrain-master/Resources/FxBall.py", line 192, in __init__
self.setBitmaps(self.size, self.halfSize)
File "/home/dennis/Softwares_Exe/soundgrain-master/Resources/FxBall.py", line 209, in setBitmaps
self.mask = GetRoundMaskBitmap(size, size, halfSize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dennis/Softwares_Exe/soundgrain-master/Resources/FxBall.py", line 155, in GetRoundMaskBitmap
b = wx.EmptyBitmap(w,h)
^^^^^^^^^^^^^^^^^^^
TypeError: Bitmap(): arguments did not match any overloaded call:
overload 1: too many arguments
overload 2: argument 1 has unexpected type 'float'
overload 3: argument 1 has unexpected type 'float'
overload 4: argument 1 has unexpected type 'float'
overload 5: argument 1 has unexpected type 'float'
overload 6: argument 1 has unexpected type 'float'
overload 7: argument 1 has unexpected type 'float'
overload 8: argument 1 has unexpected type 'float'
overload 9: argument 1 has unexpected type 'float'
overload 10: too many arguments
Any idea to make it work ?