bars n beats to time calculator desklet

can someone do this?

the widget gives u 2 optins

1 convert bars to seconds

BARS = (SECONDS/240)X BPM

the user enters the seconds and bpm

or

2 convert seconds to bars

SECONDS = (BARS x 240) / BPM

user enters bars n bpm

#385969

This sounds like simple units conversion?

Do you have Rimmer's Unit Converter Desklet? Just go into (after backing up) the units.xml & add the lines you want.

#386083