# VST3 and pitch wheel / pitch bend

**URL:** https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992
**Category:** Audio Plugins
**Created:** [June 4, 2018, 5:23pm UTC](https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992 "2018-06-04T17:23:06Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![RolandMR](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/rolandmr/32/641_2.png) [@RolandMR](https://forum.juce.com/u/RolandMR)
#### Post date: [June 4, 2018, 5:23pm UTC](https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992/1 "2018-06-04T17:23:06Z")

</div>

Right now, juce’s VST3 hosting support doesn’t appear to support pitch bend or mod wheel out of the box. For example, load up the demo host, add sample tank VST3, wire it up – pitch bend and mod wheel don’t work.

I saw a thread here, [VST3 Host - mapping MIDI CC to params](https://forum.juce.com/t/vst3-host-mapping-midi-cc-to-params/20072/7), but it requires modifying the VST3Pluginformat.

Is there a plan to integrate something like this into juce? Or has it already been done and SampleTank3 is just buggy?

---

<div class="post-metadata">

### Author: ![RolandMR](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/rolandmr/32/641_2.png) [@RolandMR](https://forum.juce.com/u/RolandMR)
#### Post date: [June 6, 2018, 2:08pm UTC](https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992/2 "2018-06-06T14:08:09Z")

</div>

I tested a few more plugins, it’s not just SampleTank. Any plan to support pitch bend in VST3 hosting?

---

<div class="post-metadata">

### Author: ![fr810](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/fr810/32/841_2.png) [@fr810](https://forum.juce.com/u/fr810)
#### Post date: [June 6, 2018, 5:49pm UTC](https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992/3 "2018-06-06T17:49:22Z")

</div>

I’m currently looking at this. I will update this post when I have some findings.

---

<div class="post-metadata">

### Author: ![fr810](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/fr810/32/841_2.png) [@fr810](https://forum.juce.com/u/fr810)
#### Post date: [June 12, 2018, 3:28pm UTC](https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992/4 "2018-06-12T15:28:33Z")

</div>

Support for this is now on develop with commit [`55b92b8`](https://github.com/WeAreROLI/JUCE/commit/55b92b83fc2acbbc503c2783a91d51d82d7cd016). Please give it a test run!

---

<div class="post-metadata">

### Author: ![RolandMR](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/rolandmr/32/641_2.png) [@RolandMR](https://forum.juce.com/u/RolandMR)
#### Post date: [June 13, 2018, 3:34pm UTC](https://forum.juce.com/t/vst3-and-pitch-wheel-pitch-bend/27992/5 "2018-06-13T15:34:57Z")

</div>

Works now, thank you very much.
