We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51979e commit 48626e1Copy full SHA for 48626e1
device_Komplete Kontrol.py
@@ -20,10 +20,10 @@
20
# Imports math library
21
import math
22
23
-# Imports the low-level threading module
+# Imports the threading module
24
# threading module isn't supported by FL's interpreter but _thread does
25
# However, using _thread makes FL crash eventually at launch on Windows and it isn't compatible with the macOS Python interpreter
26
-# Using _dummy_thread instead
+# Using _dummy_thread instead on macOS and _thread on Windows
27
import sys
28
29
if sys.platform == "win32":
0 commit comments