Page 1 of 1
Pluggins VB Framework
Posted: 15 Jun 2009, 14:53
by Mattotone
The required frame work to create plugins.
Re: test Pluggins
Posted: 19 Jun 2009, 17:40
by matt
What do the Test plugins do?
Re: test Pluggins
Posted: 20 Jun 2009, 20:46
by Mattotone
Not realy anthing. its just the frame work for developers to create there own plug in.
Re: Pluggins VB Framework
Posted: 07 Apr 2010, 22:05
by jumanibi
How to change Freestyler DMX output values from a plugin???? a example, please!
(I program with C++Builder, i'm interesting in develop a plugin for freestyler in c++)
Thanks.
Re: Pluggins VB Framework
Posted: 08 Apr 2010, 18:07
by Mattotone
Re: Pluggins VB Framework
Posted: 08 Apr 2010, 18:10
by remco_k
jumanibi wrote:How to change Freestyler DMX output values from a plugin???? a example, please!
(I program with C++Builder, i'm interesting in develop a plugin for freestyler in c++)
I wrote the Sound 2 light module in C++ Builder

.
But its no plugin, its just an external application that uses the windows sendmessage system to communicatie to FreeStyler.
Re: Pluggins VB Framework
Posted: 09 Apr 2010, 08:11
by jumanibi
Ok, ok, thank you very much
Re: Pluggins VB Framework
Posted: 06 Jun 2018, 20:59
by kabak_85
If I understand well, this code is only for registering the DLL into Freestyler.
What about communication ? Only using TCP and Windows Message or there's another way ?
Can the plugin get information about fixture, channels or other usefull informations ?