Alex Harker

Results 25 issues of Alex Harker

**Describe the bug** If when the window is created a control resizes/rescales Ableton Live VST3 on windows does not respect this and resizes the window to the old size. Reaper...

bug
VST3
igraphics
win

For example - SetRECT() / SetTargetRECT() / DisablePrompt() / SetWantsMidi() etc. Many setters should really be protected, to be used by an inheriting control class, but not public (which means...

enhancement
igraphics
DESIGN CHOICE

Currently the plugin editor state is valid only during the lifetime of the plug-in and is not reloaded. VST3 has a infrastructure to support recall, but other APIs are less...

DESIGN CHOICE

There are a few things that should be reviewed here: - You can turn contextual menus off, but only globally, not per control, and multi-parameter controls will simply provide the...

bug
igraphics
DESIGN CHOICE

**Describe the bug** When a control alters multiple parameters these appear in undo histories as a separate steps, sometimes with multiple steps per parameter - there appears to be an...

bug

This pull request adds two font loading functions that allow loading faces from .ttc files (on disk or in memory) given an index for the face. This involves changes through...

This is work on the desktop Standalone App Audio IO It is based on https://github.com/iPlug2/iPlug2/tree/app/flexible-io The work is the following: - iPlugAPP clean-up and spacing changes - RTAudio update to...

@olilarkin - what are your thoughts on the above?

enhancement
ios

Xcode project tidying (as discussed)

An example is Dependencies/IPlug2/download-prebuilt-libs.sh As some scripts make no sense from an arbitrary location it would be better if they didn't use relative paths and figured out their own location

enhancement
build system / structure