I'm creating a new plugin including a IRC chat client in the plugin window. Any help from everyone would be nice as IRC is new for me
What you need to know:
C++
GUI (graphical interface) in C++ (win32 as i don't know how to use MFC inside the plugin contrary to macourteau)
IRC
Reply here
What you need to know:
C++
GUI (graphical interface) in C++ (win32 as i don't know how to use MFC inside the plugin contrary to macourteau)
IRC
Reply here
Mensajes Fri 04 Feb 05 @ 3:07 pm
interesting idea...
why though? :)
Alex
why though? :)
Alex
Mensajes Fri 04 Feb 05 @ 4:53 pm
So if you are interesting to developp that, write me a mail at antoine_154@hotmail.fr
Why? First for the radio team, and then why not after for everyone because we use now MSN Messenger and it's not easy to switch between VDJ et MSN
Why? First for the radio team, and then why not after for everyone because we use now MSN Messenger and it's not easy to switch between VDJ et MSN
Mensajes Fri 04 Feb 05 @ 5:12 pm
Sorry buddy, i'm not a C++ developer :(
I was just wondering.
But i know for shure that it's not that easy as developing a plug-in for VDJ.
I was just wondering.
But i know for shure that it's not that easy as developing a plug-in for VDJ.
Mensajes Sat 05 Feb 05 @ 1:21 am
Don't believe it is difficult.
Now I'm here to help people to develop plug-in. People just need to know only language C.
Of course, you start with a {sliders+buttons} interface at first which can add some improvment to VDj (like all my plugins) and then you go to custom interface and then you treat sound. You have different degree of programming.
I'm not very good at programming in fact. To sum up, when you start with plug-ins you just need to know:
* how to use the key shortcuts in VDJ
=> the VDJ actions
* the function SendCommand() and understand how works decks (desk in VDJ)
(you can use the functions "sprintf" or "wsprintf" with this function)
=> send an action to VDJ
* If you need:
- the function DisplayText()
=> show a text in the plug-in
- the function GetParam()
=> get info from VDJ
And that's all !!!! Only 4 functions to know and the actions in key shortcuts editor
I can help you to developp your first plug-in and when you finish it, send me to antoine_154@hotmail.fr so that i can test it and advise you
Now I'm here to help people to develop plug-in. People just need to know only language C.
Of course, you start with a {sliders+buttons} interface at first which can add some improvment to VDj (like all my plugins) and then you go to custom interface and then you treat sound. You have different degree of programming.
I'm not very good at programming in fact. To sum up, when you start with plug-ins you just need to know:
* how to use the key shortcuts in VDJ
=> the VDJ actions
* the function SendCommand() and understand how works decks (desk in VDJ)
(you can use the functions "sprintf" or "wsprintf" with this function)
=> send an action to VDJ
* If you need:
- the function DisplayText()
=> show a text in the plug-in
- the function GetParam()
=> get info from VDJ
And that's all !!!! Only 4 functions to know and the actions in key shortcuts editor
I can help you to developp your first plug-in and when you finish it, send me to antoine_154@hotmail.fr so that i can test it and advise you
Mensajes Sat 05 Feb 05 @ 11:20 am
Please don't forget me otherwise nothing. I really need help
Mensajes Mon 07 Feb 05 @ 1:59 pm
I just know a little about C/C++. I don't know about IRC.
I'm not really able for this.
I'm not really able for this.
Mensajes Mon 07 Feb 05 @ 2:20 pm