Geoxor / Amethyst

A cross-platform music player made with Typescript
https://amethyst-geoxor.vercel.app/
MIT License
155 stars 35 forks source link

Small changes to Nodes #666

Closed Scanavium closed 7 months ago

Scanavium commented 7 months ago

The Unhook button now removes all connections at once as well as connects every node prior to every node next in the chain. It is basically the same as it the node where bypassed but got deleted instead. Also added a check to prevent nodes to be connected to themselves, avoiding self-referencing. Why anyone would do this tho is unclear.

Scanavium commented 7 months ago

I was checking out the v2 branch and found some TODOs, so I did one with the first commit, hope it's what you meant.

Geoxor commented 7 months ago

if it works it works