Hi,
I would like to know how to convert BPM-values in database.xml to get the resulting BPM shown in the browser column BPM.
In my browser column I have the value 77.0 but my database.xml has the following values:
<Song FilePath="Rise Against - Hero Of War.mp3" FileSize="6035927">
<Tags Author="Rise Against" Title="Hero Of War" Genre="Slow" Album="None" Bpm="0.443623" Flag="1" />
<Infos SongLength="251.768163" FirstSeen="1471200630" Bitrate="192" Cover="2" />
<Comment>Rise Against - Hero Of War</Comment>
<Scan Version="800" Bpm="0.779161" AltBpm="0.584399" Volume="0.930676" Key="E" />
<Poi Pos="7.319002" Type="beatgrid" />
<Poi Pos="0.303311" Type="automix" Point="realStart" />
<Poi Pos="250.483810" Type="automix" Point="realEnd" />
<Poi Pos="0.278639" Type="automix" Point="fadeStart" />
<Poi Pos="247.338957" Type="automix" Point="fadeEnd" />
<Poi Pos="3.481542" Type="automix" Point="cutStart" />
<Poi Pos="237.142494" Type="automix" Point="cutEnd" />
</Song>
Thank you in advance.
I would like to know how to convert BPM-values in database.xml to get the resulting BPM shown in the browser column BPM.
In my browser column I have the value 77.0 but my database.xml has the following values:
<Song FilePath="Rise Against - Hero Of War.mp3" FileSize="6035927">
<Tags Author="Rise Against" Title="Hero Of War" Genre="Slow" Album="None" Bpm="0.443623" Flag="1" />
<Infos SongLength="251.768163" FirstSeen="1471200630" Bitrate="192" Cover="2" />
<Comment>Rise Against - Hero Of War</Comment>
<Scan Version="800" Bpm="0.779161" AltBpm="0.584399" Volume="0.930676" Key="E" />
<Poi Pos="7.319002" Type="beatgrid" />
<Poi Pos="0.303311" Type="automix" Point="realStart" />
<Poi Pos="250.483810" Type="automix" Point="realEnd" />
<Poi Pos="0.278639" Type="automix" Point="fadeStart" />
<Poi Pos="247.338957" Type="automix" Point="fadeEnd" />
<Poi Pos="3.481542" Type="automix" Point="cutStart" />
<Poi Pos="237.142494" Type="automix" Point="cutEnd" />
</Song>
Thank you in advance.
Posted Sun 14 Aug 16 @ 9:19 pm
The value is the number of seconds between two beats.
60 divided by 0.779161 gives you 77 bpm :)
BTILAF wrote :
Bpm="0.779161"
60 divided by 0.779161 gives you 77 bpm :)
Posted Mon 15 Aug 16 @ 1:24 pm