-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 17.0.0
-
None
When I type the following code in a QML file:
for (const [note, velocity] of midiInput) { arr[note % 12] += 0.5 * velocity }
and reformat the code, the part: [note, velocity] disappears (which obviously breaks my code).
This was already an issue in QtC 16