How to add a Container on raw C++ API?
-
Hi, any tip in how to add a Container to add modules inside??
-
builder.create<ModulatorSynthChain>(parent, raw::IDs::Chains::Direct);
-
@Christoph-Hart was trying like that but using mainSynthChain instead of modulator. Thanks a lot Christoph