bsp2 / VeeSeeVSTRack

Open-source virtual modular synthesizer
http://vcvrack.com/
BSD 3-Clause "New" or "Revised" License
257 stars 28 forks source link

Parameters control from host Daw #2

Open CarloCattano opened 5 years ago

CarloCattano commented 5 years ago

Would be really helfull to have control of vcv parameters from the DAW . In Live I set configure but dont get any parameters . Thanks a lot for the effort , its working like a charm , this addition would be just awesome but is not essential I guess

bsp2 commented 5 years ago

The VCV parameters can be controlled from a DAW -- but apparently not from Live.

I can only guess that the reason for that is that Live cannot handle plugins that open their own editor window. Usually the DAW creates an editor window for the plugin but it's not possible to use that window in the case of this plugin, at least not without some major changes to the window handling code (which is the same as in the original project).

CarloCattano commented 5 years ago

Ok got it. I will try modifying the options. Txt file with the option to autopopulate plugins params, but I doubt it will make a difference

El mié., 11 jul. 2018 18:24, bsp2 notifications@github.com escribió:

The VCV parameters can be controlled from a DAW -- but apparently not from Live.

I can only guess that the reason for that is that Live cannot handle plugins that open their own editor window. Usually the DAW creates an editor window for the plugin but it's not possible to use that window in the case of this plugin, at least not without some major changes to the window handling code (which is the same as in the original project).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bsp2/VeeSeeVSTRack/issues/2#issuecomment-404230380, or mute the thread https://github.com/notifications/unsubscribe-auth/AQk0su8mx41QqRDTtTMMcIJAIPHFAWRBks5uFibFgaJpZM4VK4ha .

bsp2 commented 5 years ago

Please try the new release -- parameter automation should work now in Ableton Live, too.

CarloCattano commented 5 years ago

Working !! However It looks like the parameter names appearing have some trouble . Its gona be hard to keep track of what makes what with this naming . Hope is an easy thing to solve. Would love to help but I dont have any skills in low level

CarloCattano commented 5 years ago

xxxxxx

bsp2 commented 5 years ago

The Rack module parameters do not have names, unfortunately. Maybe Live allows you to alias VST parameters (i.e. pick your own name for a parameter) (hosts like Reaper can do that).