Arturia Forums

Software Instruments => Modular V3 => Topic started by: 11nikita11 on February 02, 2023, 10:34:01 am

Title: Wires for modular synthesizers
Post by: 11nikita11 on February 02, 2023, 10:34:01 am
Does any-body know how to make wires for connecting modules by coding and inputs for them?
Title: Re: Wires for modular synthesizers
Post by: LBH on February 02, 2023, 05:45:53 pm
Hello,

I'm not sure what you mean by coding.
You can allready connect modules in Modular V3 with cables and using triggers.
You can't do it by code text, if that's what you mean.
What do you wish to connect?
Title: Re: Wires for modular synthesizers
Post by: 11nikita11 on February 02, 2023, 07:13:11 pm
 Ok i will explain: i think of making modular synthesizer in  some language for example c++ or swift ! some basics i understand,but i dont know how to make wires wich will connect modules by using code!  I think you understand
Title: Re: Wires for modular synthesizers
Post by: LBH on February 02, 2023, 11:33:05 pm
Yes.
Perhaps try to ask in a forum for frameworks like JUCE (uses C++), VCV rack building and so on.
I'm not sure C++ is used to that part of a build, as it's a low level language. But perhaps a framework have a library with code for it. I don't know.

Good luck.
Title: Re: Wires for modular synthesizers
Post by: 11nikita11 on February 04, 2023, 10:11:34 am
by the way  do you remember I wrote to add splitter functions  to Korg  ms-20?
Title: Re: Wires for modular synthesizers
Post by: LBH on February 04, 2023, 05:58:15 pm
by the way  do you remember I wrote to add splitter functions  to Korg  ms-20?
Yes i remember that topic. It was about being able to combine multiple outputs into a single input. (Multiplying inputs).
I assume Arturia have protected their code, if you are planning to make changes to that. But i have'nt tried to find out.
Title: Re: Wires for modular synthesizers
Post by: 11nikita11 on February 13, 2023, 10:08:20 am
ok I understand you