robbert-vdh / yabridge

A modern and transparent way to use Windows VST2, VST3 and CLAP plugins on Linux
GNU General Public License v3.0
2.52k stars 65 forks source link

CamelCrusher GUI does not load #157

Closed agenttux closed 2 years ago

agenttux commented 2 years ago

Thanks for giving yabridge a shot!

Problem description

No response

What did you expect to happen?

When I load the CamelCrusher plugin, I can adjust parameters but I do not see the GUI.

What actually happened?

image

Operating system

EndeavourOS

How did you install yabridge?

AUR

yabridge version

3.7.0

yabridgectl version

3.7.0

Wine version

wine-7.0-rc2

Plugin

CamelCrusher

Plugin type

VST2

Plugin architecture

64-bit

Host

Reaper

Desktop environment or WM

KDE Plasma 5.23.4

GPU model

NVIDIA GeForce GTX 1060 Mobile

GPU drivers and kernel

Driver Version: 495.46 on Linux 5.15.12-arch1-1

Debug log

When I load the plugin in Carla:

======= Engine started ========
Carla engine started, details:
  Driver name:  PulseAudio
  Sample rate:  44100
  Process mode: Patchbay
13:27:24 [CamelCrusher-IMNXbhjm] Initializing yabridge version 3.7.0
13:27:24 [CamelCrusher-IMNXbhjm] host:          '/usr/bin/yabridge-host.exe'
13:27:24 [CamelCrusher-IMNXbhjm] plugin:        '/home/rushix/.vst/CamelCrusher.dll'
13:27:24 [CamelCrusher-IMNXbhjm] plugin type:   'VST2'
13:27:24 [CamelCrusher-IMNXbhjm] realtime:      'yes'
13:27:24 [CamelCrusher-IMNXbhjm] sockets:       '/run/user/1000/yabridge-CamelCrusher-IMNXbhjm'
13:27:24 [CamelCrusher-IMNXbhjm] wine prefix:   '<default>'
13:27:24 [CamelCrusher-IMNXbhjm] wine version:  '7.0-rc2'
13:27:24 [CamelCrusher-IMNXbhjm] 
13:27:24 [CamelCrusher-IMNXbhjm] config from:   '<defaults>'
13:27:24 [CamelCrusher-IMNXbhjm] hosting mode:  'individually, 64-bit'
13:27:24 [CamelCrusher-IMNXbhjm] other options: '<none>'
13:27:24 [CamelCrusher-IMNXbhjm] 
13:27:24 [CamelCrusher-IMNXbhjm] Enabled features:
13:27:24 [CamelCrusher-IMNXbhjm] - bitbridge support
13:27:24 [CamelCrusher-IMNXbhjm] - VST3 support
13:27:24 [CamelCrusher-IMNXbhjm] 
13:27:24 [CamelCrusher-IMNXbhjm] [Wine STDERR] Initializing yabridge host version 3.7.0
13:27:24 [CamelCrusher-IMNXbhjm] [Wine STDERR] Preparing to load VST2 plugin at '/home/rushix/.vst/CamelCrusher.dll'
13:27:24 [CamelCrusher-IMNXbhjm] [Wine STDERR] 0570:fixme:heap:RtlSetHeapInformation 0000000000A20000 0 000000000011F1E0 4 stub
13:27:24 [CamelCrusher-IMNXbhjm] [Wine STDERR] Finished initializing '/home/rushix/.vst/CamelCrusher.dll'
Carla assertion failure: "index < static_cast<int32_t>(pData->prog.count)" in file CarlaPluginBridge.cpp, line 2370, v1 0, v2 0
Carla assertion failure: "index >= -1 && index < static_cast<int32_t>(pData->prog.count)" in file CarlaPlugin.cpp, line 1934
Frontend pixel ratio is 1.0
Starting plugin bridge, command is:
/usr/lib/carla/carla-bridge-native "VST2" "/home/rushix/.vst/CamelCrusher.so" "(none)" 0
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
13:27:26 [CamelCrusher-IMNXbhjm] [Wine STDERR] 0570:fixme:imm:ImeSetActiveContext (0x15d400, 1): stub
13:27:26 [CamelCrusher-IMNXbhjm] [Wine STDERR] 0570:fixme:imm:ImmReleaseContext (00000000000A0070, 000000000015D400): stub
Carla assertion failure: "width > 1 && height > 1" in file ../backend/plugin/CarlaPluginVST2.cpp, line 594, v1 0, v2 0
Trying to get window...
Match found using pid and simple name
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/digitalpeakmeter.py", line 393, in paintEvent
    painter.drawLine(lsmall * 0.25, 2, lsmall * 0.25, lfull-2.0)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'float'
  drawLine(self, QLine): argument 1 has unexpected type 'float'
  drawLine(self, int, int, int, int): argument 1 has unexpected type 'float'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'float'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 440, in paintEvent
    painter.drawArc(4.0, 4.0, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/usr/share/carla/widgets/scalabledial.py", line 494, in paintEvent
    painter.drawArc(4.0, 4.8, 26.0, 26.0, startAngle, spanAngle)
TypeError: arguments did not match any overloaded call:
  drawArc(self, QRectF, int, int): argument 1 has unexpected type 'float'
  drawArc(self, QRect, int, int): argument 1 has unexpected type 'float'
  drawArc(self, int, int, int, int, int, int): argument 1 has unexpected type 'float'

Anything else?

I had a similar issue with OTT and Dimension Expander but it was fixed by following the instructions to fix Serum.

robbert-vdh commented 2 years ago

I don't think CamelCrusher requires any special tweaks. You're using non-staging Wine, have you tried with Wine Staging?

agenttux commented 2 years ago

I don't think CamelCrusher requires any special tweaks. You're using non-staging Wine, have you tried with Wine Staging?

Yes, same issue.

robbert-vdh commented 2 years ago

The plugin just works out of the box without any tweaks. Just verified that again with the version from CamelCrusherWin-1-0-1-x64.exe downloaded on https://www.audiopluginsforfree.com/camelcrusher/ in a clean Wine prefix with Wine Staging 7.0-rc4. Maybe try installing the plugin in a clean prefix if you haven't tried that already.

robbert-vdh commented 2 years ago

Closing this since the plugin should work just fine under Wine and there hasn't been a response in two months.