pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
905 stars 64 forks source link

Unable to make parameter accessible as output in FL Patcher #204

Closed GabbageFilms closed 4 years ago

GabbageFilms commented 4 years ago
  1. Describe your environment

    • OS: Windows 10 64bit
    • DAW: FL Studio 20 - 64bit
    • Plugin: VST3 1.0.7
  2. Describe the problem or the feature request I am trying to make a patch VST that converts MIDI note panning into a parameter that can be fed into a another VST via FL Studio's Patcher. The functionality is in Fruity Envelope Controller. It allows MIDI input and outputs a parameter controller value for the velocity channel, but not panning. Is there a way to do this in Camomile? I'm only able to access MIDI and audio as outputs currently. If it is not possible are you aware of any VST's that allow the conversion of MIDI channel data into a parameter controller output?

image

pierreguillot commented 4 years ago

I don't think that a VST plugin could generate the parameters of another plugins. This should be something really specific to FL studio. But if FL studio allows that perhaps you can control another plugin using MIDI CC or Open sound control?