I was following the tutorial for Midi Messages:
https://docs.juce.com/master/tutorial_midi_message.html
As I followed it I began to implement it in my own way - just to get some experience using the different classes etc.
I noticed that the slider that is used to generate Controller messages is behaving somewhat strangely. When the project first builds and launches the slider is very smooth and responsive. However, after wiggling it back and forth quite vigorously (yes yes
) it began to become very laggy and unresponsive, jumping from position.
I naturally assumed that this was because of the modifications that I had made but when I checked the finished demo file provided by the tutorial I descovered that it behaves exaclty the same way! This seems a little odd since it is a single slider with nothing else going on at the same time. It does seem to get worse as over time as I move it - around 50 seconds or so.
Is this a bug perhaps?

