-
Is there a better place to ask questions like this? If so, please point me there.
Could you explain how to setup aax on windows. I'm new to vc++ ide.
I'm looking at the properties of AAXLibrary.…
-
Not sure why it's coded this way, but the code in types.h:
```// Unused parameter macro to suppresses warnings and make it impossible to use
#if defined(__cplusplus) || defined(_MSC_VER)
# defi…
-
**Describe the bug**
All the plugins i made with IPlug2 and Cairo only show a black windows with the new Logic Pro X. If I switch to another backend they work fine.
**To Reproduce**
Just build I…
-
- either we don't support win 7 or find a fix, or fallback to WM_TIMER
-
Currently, the IPLUG2_ROOT setting in the SDK root's common-win.props overwrites the plugin project's own setting and makes the build fail. Is there any way to avoid this?
I want to put my plugin s…
-
I tried to use horizontal ISVGSliderControl but the handle did not move properly. The handle did not move from the center to the left and on the right side, the handle disappeared.
In IControls.cpp…
-
**Git Hash**: 944965814bc1f5fd2b3878cb180b1143d3249f72
**OS:** MacOS 10.15.4
**Xcode:** 11.4 (11E146)
**Error:**
```
In file included from FaustCode.hpp:13:
/../../Plug2/IPlug/Extras/Faust/IPlug…
-
![Screen Shot 2019-06-06 at 10 43 24](https://user-images.githubusercontent.com/655662/59023573-fff7db80-8847-11e9-9804-b1414a18a0a7.png)
-
**Describe the bug**
onkeydown/up is not working on VST3 plugins.
**To Reproduce**
Register a keyboard handler function with IGraphics::SetKeyHandlerFunc(). It works fine as standalone app but it…
-
I had some issues in Pro Tools if I was resizing the GUI on mouse event call since it will block the audio thread. Not sure if this is the problem with iPlug2 but, it might be wise to mark GUI for res…