How to handle many instruments without a huge module tree?
-
Hey everyone,
I’m not sure I’m heading in the right direction, so I wanted to ask before going too far.
I’m making a VST like an old synth module (with a lot of instruments).
My first idea was to just make one Sampler per instrument,
but my module tree is already getting huuuge.
My Module Tree :
I wanted to ask:
- Is creating a Sampler for each sound the right approach?
- Or is there a better way to organise everything …like is it possible to use one Sampler and switch between specific Sample Maps from the UI, and save different ADSR/Filter settings for each Sample Map?
I readed Ideas for better module tree navigation I thought the ideas were really good.
-
@Yinxi definitely the second one.