Open jinpavg opened 3 months ago
We used to create a bool input pin with [param foo @enum 0 1], but now we turn enum params into int pins.
bool
[param foo @enum 0 1]
int
Could we find some other way to create boolean pins? Perhaps consistent with other bool-type params in use in RNBO
Yes please!
We used to create a
bool
input pin with[param foo @enum 0 1]
, but now we turn enum params intoint
pins.Could we find some other way to create boolean pins? Perhaps consistent with other bool-type params in use in RNBO