Hello all,
I know you all love the HD Radio thing...
I want to make sure you all know, that im thankfull for your support
I believe in continous improvement
and thats where im at now...
i have figured out HD-3.
I did have to make one small change that could break every skin code out there
but its not too bad...
right now in the current 1.2.0.0 dll, i return the number of HD Sub channels... and oddly its +1
so say a channel has HD-1 and HD-2, i returned a 3...
NO MORE, i return the true count
why did i change it, i figured it out, thats why... (no other real reason)
which also brings in HD-3 Support
so HDSUBCOUNT, now contains the correct # of sub channels
so u might have to fix ur skin, most people did a subtract of -1
on the next subchannel button
I have updated HDRadio PCR application, its already posted to my download section on my home page. Thanks again for PsychoRich's help!
so...
this new dll will now properlly tune in HD3
Code:
"SETVARBYCODE;HDCHAN;HDSUB||SETVARBYCODE;HDCOUNT;HDSUBCOUNT||EVAL;HDCHAN;1+(($HDCHAN$)%($HDCOUNT$-1))||HDSUB;$HDCHAN$","HD SubChannel"
.
CHANGE TO:
Code:
"SETVARBYCODE;HDCHAN;HDSUB||SETVARBYCODE;HDCOUNT;HDSUBCOUNT||EVAL;HDCHAN;1+(($HDCHAN$)%($HDCOUNT$))||HDSUB;$HDCHAN$","HD SubChannel"
.
Also just in case you guys forgot, im not a carpc "geek", but play with this stuff just cause its there... i didnt think anyone would want this thing when i made it, boy was i wrong
thanks!