Not Getting BPM #302
-
Hello. I just started to use this library because it has support for STYLE. I noticed that all the BPM values are coming in as 0 even though the audio files have the value set. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
Hi there and thanks for your feedback! I'd need a little more details to be able to answer that. What kind of file are we talking about, and how did you set the BPM? Ideally, sending me the file through a 3rd party host (not GitHub!) will greatly help me debugging the issue. |
Beta Was this translation helpful? Give feedback.
-
Appreciate it very much. Thank you!!
From: Zeugma440 ***@***.***>
Sent: Sunday, January 19, 2025 4:42 PM
To: Zeugma440/atldotnet ***@***.***>
Cc: DrZ ***@***.***>; Author ***@***.***>
Subject: Re: [Zeugma440/atldotnet] Not Getting BPM (Discussion #302)
Got the file, thanks a bunch! I'll do some tests and get back to you soon.
-
Reply to this email directly, view it on GitHub<#302 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANONGKFKAGN6PYQSZ6LXAL32LQL3TAVCNFSM6AAAAABVPAWLEOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBYGQZDGMA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Okay, here's the problem : the library has always assumed BPM is an integer value, and fails to retrieve it if it's a float 😅 Believe it or not, but you're the first to give feedback about that! I'm gonna solve it by changing the return type from |
Beta Was this translation helpful? Give feedback.
-
I just started getting into capturing the BPMs and the tools I've used all generate floats. I really appreciate the quick turn around on this. Please let me know how I can help. Thank you so much. |
Beta Was this translation helpful? Give feedback.
-
Works perfectly! Thank you so much for taking the time to fix this. I truly appreciate it.
From: Zeugma440 ***@***.***>
Sent: Wednesday, January 22, 2025 3:23 AM
To: Zeugma440/atldotnet ***@***.***>
Cc: DrZ ***@***.***>; Author ***@***.***>
Subject: Re: [Zeugma440/atldotnet] Not Getting BPM (Discussion #302)
Fix is available in today's v6.13
-
Reply to this email directly, view it on GitHub<#302 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANONGKEWGTYS5HZP23AVZW32L5IPLAVCNFSM6AAAAABVPAWLEOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJRGI3TEMA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Closing the item since it's been fixed. Thanks again. |
Beta Was this translation helpful? Give feedback.
Okay, here's the problem : the library has always assumed BPM is an integer value, and fails to retrieve it if it's a float 😅
Believe it or not, but you're the first to give feedback about that!
I'm gonna solve it by changing the return type from
int?
tofloat?