AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.

Home Page:https://dplug.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FruityPlug] Getting Channel Pitch Bend, Channel Volume, Channel Pan

p0nce opened this issue · comments

image
  • Channel Pan: Generators probably get this somehow

  • Channel Level: Generators probably get this somehow.

  • Channel Pitch
    Synth do not seem to get it through any means.

The only thing approaching Channel Pitch Bend is to check this checkbox, then indeed the note pitch will be modified with the bend (but akwardly enough, we need to convert it back to MIDI where Pitch Bend is Channel-wise and not defined). Only MIDI 2.0 has per-note pitch bend. It's not clear how FL builtin generators apply Channel Pitch Bend, where they get it.

image