ramirezd42 / vst-js

native node addon that allows for instantiation of natively installed VST3 audio plugins
228 stars 20 forks source link

Ability to use midi input ans control vst configuration ? #19

Open guillaume-gagnaire opened 5 years ago

guillaume-gagnaire commented 5 years ago

Hi,

I'm just trying to know if my project is possible or not : on Windows, I want to create an app (With electron) to create drum sounds from midi input.

I need to know if : 1) starting a VST without window opened is possible ? 2) pass it some midi input 3) control VST with nodejs? Like, change kits, etc

Thanks!

Catsvilles commented 4 years ago

@guillaume-gagnaire Hey, did you had any success with this?

guillaume-gagnaire commented 4 years ago

Hey @Catsvilles, I ended up using VSTHost, who has OSC controls, (and the developer kindly added one control to load a configuration file), writing FXB save file for the VST plugin, and load FXB file through OSC :)

Quite complicated, but it's the only way i found to interact with the internal memory of a VST.