Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Delay Nodes Using Text Fields Instead of Mouse #149

Open
Ermiasmarino opened this issue Apr 23, 2024 · 1 comment
Open

Adding Delay Nodes Using Text Fields Instead of Mouse #149

Ermiasmarino opened this issue Apr 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Ermiasmarino
Copy link

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.

@Ermiasmarino Ermiasmarino added the enhancement New feature or request label Apr 23, 2024
@Ermiasmarino Ermiasmarino changed the title Adding Delay Nodes Using For-Loop Instead of Mouse Adding Delay Nodes Using Text Fields Instead of Mouse Apr 24, 2024
@vssasks
Copy link

vssasks commented Aug 21, 2024

I support this. Also gui hreaks rt systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants