In Wave2DGenerator I wanted to have the option to expose the frequency parameter as an input blockport, because sometimes it's nice to be able to map that to a value that updates depending on the current executing motion. However, we can also imagine cases where it'd be nice to just map a constant value to it (ie use it as a ControlParameter). What would be the best way to do that? Should we create a ConstantGenerator that is basically just a constant value, but exposed in a blockport?
In
Wave2DGeneratorI wanted to have the option to expose thefrequencyparameter as an input blockport, because sometimes it's nice to be able to map that to a value that updates depending on the current executing motion. However, we can also imagine cases where it'd be nice to just map a constant value to it (ie use it as aControlParameter). What would be the best way to do that? Should we create aConstantGeneratorthat is basically just a constant value, but exposed in a blockport?