|
Make sure your sitting down.. !!!
I know.. I know.. please dont file a claim against me for banging your head whilst being overcome with the news below.. but its true !
I did some coding on FD today.. yeah honest I did.. I also think its a great addition for those that use RR and are skinners..
You can now as well as have upto 30 buttons in FD which can be programmed to send keys to RR.. ie.. Vol+ Vol- Next Prev.... etc.. You can now display any variable from RR also.. so say you want FD full screen but still want the volume and the trackname showing.. yep this has now been coded in, ready for the next release.
This is quite simple to add to your skins.. below is a example which I've used for testing..
#here you can add upto 30 buttons, even include messages to RR if required
#example b10=0,0,200,50,Sendmsg:RoadRunner:Vol+
b1=0,0,50,50,mapfull
#here you can show variables from other apps. using the sdk request command. (upto 30) The Test Text at the end is so you can play
#with the position of the label without messing about. Once you have it in the right place, just remove it from the .skin
#example show the trackname from RR.. L12=0,0,800,50,2,Arial Narrow:B,22,FFFFFF,00ff00,RoadRunner||TRACKNAME,Te st Text
L1=0,10,800,50,2,Arial Narrow:B,42,FFFFFF,00ff00,RoadRunner||TRACKNAME,Tr ackname goes here
L2=0,40,800,50,2,Arial Narrow:B,42,FFFFFF,00ff00,RoadRunner||VOLUME,100%
You will notice I have added a test text option at the end.. this is so you can test where the label will be without having to embed it in RR everytime. Once you have it in the right position, just remove the text.
The above L1 -> L30 lines go in the [main] section . in the same place where the b1 -> b30 goes..
Attached is a beta of it incase anyone wants to give it a go. The date I attached it is 12 may 06.. so any releases after this will include this.
cheers
CdR
Last edited by CdRsKuLL; 12-05-2006 at 02:30 PM..
|