Page 1 of 1

Pluggins VB Framework

Posted: June 15th, 2009, 2:53 pm
by Mattotone
The required frame work to create plugins.

Re: test Pluggins

Posted: June 19th, 2009, 5:40 pm
by matt
What do the Test plugins do?

Re: test Pluggins

Posted: June 20th, 2009, 8:46 pm
by Mattotone
Not realy anthing. its just the frame work for developers to create there own plug in.

Re: Pluggins VB Framework

Posted: April 7th, 2010, 10:05 pm
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: April 8th, 2010, 6:07 pm
by Mattotone
have a look at these http://www.freestylersupport.com/wiki/c ... _downloads look for the send message files

Re: Pluggins VB Framework

Posted: April 8th, 2010, 6:10 pm
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: April 9th, 2010, 8:11 am
by jumanibi
Ok, ok, thank you very much

Re: Pluggins VB Framework

Posted: June 6th, 2018, 8:59 pm
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 ?