View Single Post
Old 07-28-2016, 05:28 AM   #40
Youlean
Human being with feelings
 
Youlean's Avatar
 
Join Date: May 2015
Location: Serbia
Posts: 654
Default

OK, can you reproduce this with IPlugBetterGUIResizing? For me it is working properly here... Did you put this code in your project?

Code:
enum EParams
{
	// This is reserved for GUI resize
	viewMode = 0,
	windowWidth = 1,
	windowHeight = 2,
	// -------------------------------

	// Your custom parameters:
	kGain = 3,
	kGain1 = 4,

	kNumParams
};
Youlean is offline   Reply With Quote