You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jatin, I want to add about 500 delay nodes without using the mouse by using a for-loop in the prepareToPlay method and converting the void GraphView::createNodeForMouseEvent (const MouseEvent& e) method to void GraphView::createNodeForMouseEvent (const Point point) and changing the names of the mouseDown (const MouseEvent& e) methods to delayNodeLocation (const Point point), but I have not been able to make it work. Could you please add a text field in the plugin so that users can specify how many delay nodes they want to add as they can only add so much using the mouse. Thanks.
The text was updated successfully, but these errors were encountered:
Hi Jatin, I want to add about 500 delay nodes without using the mouse by using a for-loop in the prepareToPlay method and converting the void GraphView::createNodeForMouseEvent (const MouseEvent& e) method to void GraphView::createNodeForMouseEvent (const Point point) and changing the names of the mouseDown (const MouseEvent& e) methods to delayNodeLocation (const Point point), but I have not been able to make it work. Could you please add a text field in the plugin so that users can specify how many delay nodes they want to add as they can only add so much using the mouse. Thanks.
The text was updated successfully, but these errors were encountered: