Conversation
Addresses #53 Use a shared pointer instead of a unique pointer to control the tooltip. Interacting with the deadzone or points uses the same underlying tooltip object.
|
Looks good, the only thing is that it makes the line move in discrete jumps instead of continuously. If you could just increase the number of points in the space we should get smother motion then it can be merged. |
Currently, points are added by:
Unfortunately, to increase the number of points in the space, we would need JUCE to register finer changes in pixel that is clicked upon, which I do not think is possible with current function that is used. I am looking at alternative, lower-level methods to interact with the pixels of the GUI. |
Description
Closes #53
Checklist
trunk checktrunk fmt