Chowdhury-DSP / ChowMatrix

Matrix delay effect
BSD 3-Clause "New" or "Revised" License
289 stars 28 forks source link

Adding Delay Nodes Using Text Fields Instead of Mouse #149

Open Ermiasmarino opened 6 months ago

Ermiasmarino commented 6 months ago

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.

vssasks commented 2 months ago

I support this. Also gui hreaks rt systems.