# AudioParameterTutorial seems broken-ish

**URL:** https://forum.juce.com/t/audioparametertutorial-seems-broken-ish/32467
**Category:** Audio Plugins
**Created:** [March 24, 2019, 2:02am UTC](https://forum.juce.com/t/audioparametertutorial-seems-broken-ish/32467 "2019-03-24T02:02:58Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Jesse.Hufstetler](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/jesse.hufstetler/32/6098_2.png) [@Jesse.Hufstetler](https://forum.juce.com/u/Jesse.Hufstetler)
#### Post date: [March 25, 2019, 11:48pm UTC](https://forum.juce.com/t/audioparametertutorial-seems-broken-ish/32467/5 "2019-03-25T23:48:32Z")

</div>

Per [this comment](https://forum.juce.com/t/juce-audiopluginhost-hidpi-bugs-and-problems/30978/5) you can go into the `juce_gui_basics` module in the Projucer and set `JUCE_WIN_PER_MONITOR_DPI_AWARE` to “Disabled”, and that will keep the plugin from trying to scale and cutting off the edges of the controls.

I’m just getting started with JUCE and just wanted to use the `GenericAudioProcessorEditor` class, so this works for me for now.

For what it’s worth, when I go to develop “real” plugins I’ll probably leave this disabled and implement a corner you can drag to make the GUI bigger, and try to save that scaling factor somewhere global. That’s what it seems other commercial plugins do at the moment.

---

_[View the full topic](https://forum.juce.com/t/audioparametertutorial-seems-broken-ish/32467)._
