These adverts are supporting the forum's costs and the products/services are not endorsed by the forum owners.
First have you tried?
Log in to Search the Forum for help!
Learn more about using FreeStyler at the FreeStyler WIKI HERE
Learn more about DMX in General at The DMX Wiki HERE

if all else fails and you need a fixture consider the fixture building service HERE

FS with selfbuild usb interfaces (output)

Discuss the latest developments or get support for them HERE.
Post Reply
jmibk
Starting to get to grips with FreeStyler
Posts: 18
Joined: November 15th, 2009, 8:04 pm
FreeStyler Version: 3
I Use FreeStyler for: Stage Show
Twitter: twitter.com/

FS with selfbuild usb interfaces (output)

Post by jmibk »

i've developed a usb interface that works same as udmx on usb side. so in usb specs i must write

Code: Select all

#define USB_CFG_VENDOR_NAME     'w', 'w', 'w', '.', 'a', 'n', 'y', 'm', 'a', '.', 'c', 'h'
...
#define USB_CFG_DEVICE_NAME     'u', 'D', 'M', 'X'
in subconfig.h file of the AVR USB set, that the interface works with freestyler as uDMX. Here i use a dll file named uDMX.dll located in the FS folder. How can i add a new device point in FS for my own interface?

Or, other way round...

how can i tell FS, that my interface works like uDMX, but it is no uDMX interface? When i change the to rows (see code) to another values, freestyler sends a message to the screen, that uDMX is not connected. in the uDMX.dll is no hint to fix that problem.


User avatar
remco_k
Moderator
Posts: 1233
Joined: October 12th, 2008, 11:27 pm
FreeStyler Version: N/A
I Use FreeStyler for: To help others here on the Forum!

Re: FS with selfbuild usb interfaces (output)

Post by remco_k »

I think the only way is to replace the uDMX.dll for your own version, making sure that you have created a uDMX.dll with the very same interface as the original uDMX.dll.

Otherwise, I guess you need to ask LJ_Raph.
Developer of the Sound 2 Light application (SL.exe) for FreeStyler: https://www.digiplay.nl/fs
Electronics runs on magic smoke. If it escapes, the electronics won't work anymore!
Need a SHOUTcast stream?: https://www.digiplay.nl
jmibk
Starting to get to grips with FreeStyler
Posts: 18
Joined: November 15th, 2009, 8:04 pm
FreeStyler Version: 3
I Use FreeStyler for: Stage Show
Twitter: twitter.com/

Re: FS with selfbuild usb interfaces (output)

Post by jmibk »

solved
Post Reply

Return to “FreeStyler 3rd Party Addons and utilities”