I’m sure that I’m doing something incorrectly, but I am having trouble with custom units and bleeding edge 0.2.15
I made a new custom unit with two custom controls, V/oct1 (pitch) reading from A1 and Q (linear) reading from A2. Inside of the custom unit, I made a lowpass and bandpass ladder filters that reference the two controls.
I then saved the custom unit to disk as bndpass.lua bndpass.lua (5.9 KB)
Now, I look in that file and I see references to both custom controllers and to the lp/hp units. But when I try to load it into a mixer channel, or even into a regular top-level channel, nothing happens - I create a mixer, enter the mixer channel, and then load bndpass.lua, but it doesn’t create the custom unit nor the filters contained within it.
Perhaps I’m not doing it correctly?