FaustVX
FaustVX
CC#
Created by BigBoyConst on 12/17/2023 in #help
Graphs OOP app
Tuple<Node, Node> is a class, but (Node, Node) is a struct, and so, it will be extremely optimized by the compiler/JIT, also, you can name each part of the struct (Node left, Node right)
9 replies