Page 1 of 1

arp 2600

Posted: Fri Feb 25, 2022 8:56 am
by 11ivan11
Hi What language was used to write this synthesizer, And could you please advise me some books of writing synthesizers. In my case I want to write modular synthesizer with wires to connect modules

Re: arp 2600

Posted: Fri Feb 25, 2022 6:46 pm
by UrbanCyborg
I'm not totally sure about the stand-alone synths, but Voltage Modular's core is written in C++, and the modules themselves are written in Java.

If you want to write modules for Voltage Modular, besides the program itself, you'll need Voltage Modular Designer and some version of the JDK. You can install all of the above for free, although to sell the modules you write, you'll have to pay for a commercial license (currently $99 US). Go to the main Cherry Audio web site and find the free downloads of VM and VMD, and download and install them (read the instructions on how to install VMD carefully; they'll also tell you where you can download a free copy of the JDK).

Besides this, once you've got all that installed and running, you can download and install the VM SDK, which has documentation on VM classes and controls, and several sample modules you can study.

Hope this helps!

Re: arp 2600

Posted: Mon Feb 28, 2022 7:35 am
by 11ivan11
I want to write modular synthesizer with wires! If there are some examples with code it may help me to understand!

Re: arp 2600

Posted: Mon Feb 28, 2022 8:46 am
by UrbanCyborg
The code samples included in the SDK are what you're looking for, then.

Re: arp 2600

Posted: Mon Nov 28, 2022 6:24 pm
by 11ivan11
if I could see the code of plugin I be able to understand how to write it

Re: arp 2600

Posted: Tue Nov 29, 2022 7:57 am
by utdgrant
11ivan11 wrote: Mon Nov 28, 2022 6:24 pm if I could see the code of plugin I be able to understand how to write it
I am the developer behind Dome Music Technologies. I have placed the source code for all my modules into the public domain. You can download it on the documentation page of my personal website. (Right down at the bottom of the page).