RS-MET icon indicating copy to clipboard operation
RS-MET copied to clipboard

Next step for Soundemote synths is tabbed interface

Open elanhickler opened this issue 7 years ago • 1 comments

I want to combine all OMS into one tabbed interface so you have a [+] and you get a menu to add one of the synths.

Saving a patch would have to save the entire ensemble of course.

I want to also have each tab with its own midi key range / midi channel so you can do keyboard spreads, multitimbral stuff, layering, etc. That can come later because it needs a functional keyboard UI to allow the user to set it up, or just some number boxes.

elanhickler avatar Jun 06 '18 17:06 elanhickler

you need to make some "wrapper" AudioModule, i.e. a parent module that contains all these instruments as child modules.

looks almost like you are going through a similar process as i did, when i decided to lump my plugins into ToolChain. it's annoying to manage each plugin project on its own, isn't it? grunt work on installers, deployment, keeping jucer files up to date, etc. multiplies with number of projects. and it was much worse before jucer (where you had to multiply again by the number of supported platforms / build systems).

and you get synergies, too - like toolchain can be used as synth with an unlimited effects section. in your case, i would say, the parenting module would have to have some kind of midi dispatcher.

RobinSchmidt avatar Jun 07 '18 15:06 RobinSchmidt