MIDI to DMX Utility Topic is solved
-
- Starting to get to grips with FreeStyler
- Posts: 17
- Joined: 20 Dec 2017, 15:51
- FreeStyler Version: 3.638
- I Use FreeStyler for: Band
MIDI to DMX Utility
Dear All,
As mentioned elsewhere in this forum, I have been writing a Windows utility that will allow the direct control of DMX channels from MIDI notes. This extends the idea of the 24 MIDI to DMX channels feature inside of Freestyler and should allow the user to assign any of 512 DMX channels to any of 127 MIDI notes.
Please note and apologies - One big shortcoming so far is that I only have a 'uDMX' interface, so this application is currently limited to working with that until or unless someone can help me out with others (software/API/drivers or indeed hardware)
I attach a .zip file below with the setup file and a user guide inside.
Feel free to let me know any feedback
Thanks
Graham (Codeweasel)
As mentioned elsewhere in this forum, I have been writing a Windows utility that will allow the direct control of DMX channels from MIDI notes. This extends the idea of the 24 MIDI to DMX channels feature inside of Freestyler and should allow the user to assign any of 512 DMX channels to any of 127 MIDI notes.
Please note and apologies - One big shortcoming so far is that I only have a 'uDMX' interface, so this application is currently limited to working with that until or unless someone can help me out with others (software/API/drivers or indeed hardware)
I attach a .zip file below with the setup file and a user guide inside.
Feel free to let me know any feedback
Thanks
Graham (Codeweasel)
You do not have the required permissions to view the files attached to this post.
-
- Knows how to turn Lights ON
- Posts: 1
- Joined: 02 Apr 2015, 10:56
- FreeStyler Version: 3.5.9
- I Use FreeStyler for: DJ
- Twitter: http://www.twitter.com/djnightflowers
Re: MIDI to DMX Utility
Hi,
This is exactly what I was looking for, unfortunately I have an Enttec USB Pro interface.
You can find the API for this interface here : https://dol2kh495zr52.cloudfront.net/pd ... i_spec.pdf
+ demo files : http://www.enttec.com/download/pro_example_v2.zip
The Windows drivers : http://www.ftdichip.com/Drivers/CDM/CDM20828_Setup.exe
and if you need anything else there's a download section on the product page : https://www.enttec.com/eu/products/cont ... x-usb-pro/
Can you look into it please ?
This is exactly what I was looking for, unfortunately I have an Enttec USB Pro interface.
You can find the API for this interface here : https://dol2kh495zr52.cloudfront.net/pd ... i_spec.pdf
+ demo files : http://www.enttec.com/download/pro_example_v2.zip
The Windows drivers : http://www.ftdichip.com/Drivers/CDM/CDM20828_Setup.exe
and if you need anything else there's a download section on the product page : https://www.enttec.com/eu/products/cont ... x-usb-pro/
Can you look into it please ?
-
- Knows how to turn Lights ON
- Posts: 1
- Joined: 26 Jun 2018, 17:32
- I Use FreeStyler for: Theater
Re: MIDI to DMX Utility
Would you be willing to share source for this?
I am trying to build a theatrical interface that uses the uDMX, but I am not much of a programmer. Being able to see code behind the working example would be very helpful.
I am trying to build a theatrical interface that uses the uDMX, but I am not much of a programmer. Being able to see code behind the working example would be very helpful.
-
- Knows how to turn Lights ON
- Posts: 2
- Joined: 29 Sep 2018, 16:53
- FreeStyler Version: 3.6.4
- I Use FreeStyler for: Band
Re: MIDI to DMX Utility
Great. I'll try it!
I'm a .net developer and seems that you are using .net framework.
Maybe I can help you to improve this application
I'm a .net developer and seems that you are using .net framework.
Maybe I can help you to improve this application
-
- Starting to get to grips with FreeStyler
- Posts: 17
- Joined: 20 Dec 2017, 15:51
- FreeStyler Version: 3.638
- I Use FreeStyler for: Band
Re: MIDI to DMX Utility
Sorry All,
I totally forgot I had uploaded this and have moved on to using Freestyler in a little more depth for my band's needs.
I did once look into the Enttec drivers stuff, but not having an interface to try, it was all a bit confusing for me.
I will however, happily share the source code for the utility. I will post it when I find it (on my home machine).
Graham.
I totally forgot I had uploaded this and have moved on to using Freestyler in a little more depth for my band's needs.
I did once look into the Enttec drivers stuff, but not having an interface to try, it was all a bit confusing for me.
I will however, happily share the source code for the utility. I will post it when I find it (on my home machine).
Graham.
-
- Starting to get to grips with FreeStyler
- Posts: 17
- Joined: 20 Dec 2017, 15:51
- FreeStyler Version: 3.638
- I Use FreeStyler for: Band
Re: MIDI to DMX Utility
Found it...
Do with it as you please, but be aware of my disclaimer that I accept no responsibility for this code or anything anyone comes up with as a result of editing it.
Cheers
Graham
Do with it as you please, but be aware of my disclaimer that I accept no responsibility for this code or anything anyone comes up with as a result of editing it.
Cheers
Graham
You do not have the required permissions to view the files attached to this post.
-
- Knows how to turn Lights ON
- Posts: 2
- Joined: 29 Sep 2018, 16:53
- FreeStyler Version: 3.6.4
- I Use FreeStyler for: Band
Re: MIDI to DMX Utility
Thank you Codeweasel. I'm giving a look to your code.
I develop in c#...your is VB code but that's okay
I develop in c#...your is VB code but that's okay

- Mattotone
- Android Dev (Moderator)
- Posts: 1238
- Joined: 10 Jul 2007, 17:30
- FreeStyler Version: BETA
- I Use FreeStyler for: Just for the Fun of it.
Re: MIDI to DMX Utility
May i suggest you use the sendmessage api to control the output directly though freestyler, you can have direct acces to all 1024 channels if required, this will make your application interface netural and still alow FS to control other channels not being consumed by your midi app.
Freestyler Addons www.120db.uk
Free Dropbox. 2GB account http://db.tt/J4c5G8C
$100 free credit @DigitalOcean Private Server: https://m.do.co/c/5c4a7c7d6693
Freestyler Android App: https://play.google.com/store/apps/deta ... rts.fs1024
Free Dropbox. 2GB account http://db.tt/J4c5G8C
$100 free credit @DigitalOcean Private Server: https://m.do.co/c/5c4a7c7d6693
Freestyler Android App: https://play.google.com/store/apps/deta ... rts.fs1024
-
- Knows how to turn Lights ON
- Posts: 4
- Joined: 23 Mar 2020, 09:19
- I Use FreeStyler for: Nightclub Lighting
Re: MIDI to DMX Utility
Hi Guys,
have you svilupped this utility for work with enttec pro MKII?
thanks a lot! i would control old halo par64 with 48ch dimmer pack via midi buttons/slider....
have you svilupped this utility for work with enttec pro MKII?
thanks a lot! i would control old halo par64 with 48ch dimmer pack via midi buttons/slider....
