Connexion
Ce forum permet à des personnes du monde entier de communiquer, c′est pourquoi les messages échangés sont en anglais.

How to apply Low pass filter based on fader

  • BA 34 0
    Message de batata004 le
    Hi,

    When I move my pitch bend wheel of the vibrato wheel it affect the sound that is being played. I am wondering if I can do a similar thing but with Low pass filter? Can I use a knob or fader in my keyboard to contorl the LOW PASS FILTER of an instrument? Maybe using a modulator I can achieve this? If so, could you please give me an example?

    Thanks a lot! You guys are awesome providing this app and support for it!
  • CS 73 0
    Message de csw900 le
    If you are using fluidsynth you can use an NRPN to adjust the filter cutoff -
    fluid_synth_cc(synth, i, 0x63, 120); //NRPN MSB sf2
    fluid_synth_cc(synth, i, 0x62, 8); //NRPN LSB Select Filter cutoff
    fluid_synth_cc(synth, i, 0x26, nrpndata & 0x7f); //NRPN DATA LSB cents
    fluid_synth_cc(synth, i, 0x06, (nrpndata >> 7) & 0x7f); //NRPN DATA MSB

    Dont ask me how it works but that is what I used in eplayOrgan. You may be able to use the CC directly.

    csw900

Connectez-vous ou inscrivez-vous pour participer à la discussion.

Polyphone a besoin de vous !

Polyphone est gratuit mais il y a des coûts associés à son site web et à son développement. Un petit coup de pouce aidera beaucoup.

Faire un don
Apprenez les bases Voir le tutoriel
Haut de
page