RNBO for externals arguments and signal inputs.
Hi! I'm trying to make an object with rnbo~ and i want it to have UX like max objects:
arguments
attributes
combined signal/float inputs
and I'm having trouble finding solution for arguments and combined signal/float inputs. Is there a way to make it within rnbo? or i need to dive in sdk?
I can't find [typeroute] inside RNBO~
Aslo, 'args' only work with sub patcher inside rnbo
Hi again.
I noticed a peculiar behavior when I types @cycle_freg into top level RNBO (in the patch above)
basically with DSP on you can hear the new frequency for a moment - then jumps @min 20
So I thought - may be it is designed to work as extenal
So I exported external
Yes - you can type @param_name 123 as argument when you export external
This is the patch from previous post exported as external