Mediafire did not work for me.
So I copy-paste the result here under.
For your information, this skin _is_ distributed with the program (at least with version 1.6.1).
just add in the skin.wml file the following lines :
- Code: Select all
<NumberBpm>
<Tooltip>Tempo display (Beat Per Minute)</Tooltip>
<Channel>1</Channel>
<Pos>500,261</Pos>
<Size>100,20</Size>
<NumberOfDigits>6</NumberOfDigits>
<BgColor>#000000</BgColor>
<FgColor>#606060</FgColor>
<Connection>
<ConfigKey>[Channel1],bpm</ConfigKey>
</Connection>
</NumberBpm>
<NumberBpm>
<Tooltip>Tempo display (Beat Per Minute)</Tooltip>
<Channel>2</Channel>
<Pos>700,261</Pos>
<Size>100,20</Size>
<NumberOfDigits>6</NumberOfDigits>
<BgColor>#000000</BgColor>
<FgColor>#606060</FgColor>
<Connection>
<ConfigKey>[Channel2],bpm</ConfigKey>
</Connection>
</NumberBpm>
between the lines
- Code: Select all
...
<ConfigKey>[Channel2],rate</ConfigKey>
</Connection>
</NumberRate>
and
- Code: Select all
<!-- ***** MEDIA LIBRARY ***** -->
<ComboBox>
<Pos>26,273</Pos>
<Size>164,20</Size>
...