AudioKit / Flow

Generic node graph editor
https://www.audiokit.io/Flow/
MIT License
302 stars 17 forks source link

Add modifier for view transform changes. #30

Closed wtholliday closed 1 year ago

wtholliday commented 1 year ago

In order to add new nodes at a dropped position, my client code needs to know the transform. I considered using a separate data model, but it's nice how the modifier is optional so this isn't a breaking change.