Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BugReport: MouseMovement in VST3 in Plugin Host #93

Closed
johanneskares opened this issue Aug 16, 2016 · 2 comments
Closed

BugReport: MouseMovement in VST3 in Plugin Host #93

johanneskares opened this issue Aug 16, 2016 · 2 comments

Comments

@johanneskares
Copy link

johanneskares commented Aug 16, 2016

having some trouble with the mosueMove (...) in VST3 in Plugin Host, it gets only called on a mouse down event not on a mouse move.

To reproduce, make a new Plugin with the Projucer and add this to the Editor and Debug with Plugin Host in VST3

public:
   void mouseMove (const MouseEvent& e) override
    {
        DBG ("mouse moved");
    }

The weird thing is, it works with the Demo Plugin project, but not with a new generated one.

I'm on latest develop with a freshly built Projucer and freshly built Plugin Host, Mac OS X 10.11.4, XCode 7.3.1

@tpoole
Copy link
Member

tpoole commented Aug 17, 2016

Hi Yoko90,

There's an option in the Projucer - "Plugin editor requires keyboard focus". This is enabled for the Demo Plugin project but disabled by default. Does selecting this option fix the problem for you?

@tpoole
Copy link
Member

tpoole commented Aug 22, 2016

This is fixed in 08b2116.

@tpoole tpoole closed this as completed Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants