Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cslr

Pages: [1]
1
Graphics / Re: SFML and VST 2.x plugin development?
« on: March 10, 2018, 12:14:10 am »
Ok. I will try that. Thanks.  :)

2
Graphics / SFML and VST 2.x plugin development?
« on: March 09, 2018, 01:37:53 pm »
I'm looking for graphics library that I could use to develop GUI for a VST plugin (Linux).

In VST 2.x plugin host creates the window (using XCreateWindow on Linux/X11) and sets is size. The handle/pointer to Window (and X display) is then passed to the child plugin which should use the created window (pointer) and not create its own new window (standard SFML functions).

Is this possible in SFML? Would it be easy to hack/modify SFML library to support this?

cslr

Pages: [1]