Python Musical Beat Time Calculator

Python Musical Beat Time Calculator

$0.00

Ever wanted to know how long music beats needed to go for? What time signature would fit in a space? Maybe you’re building a quantization system and need to know the length of your quarter notes, or how many bars in a piece would last.

This application does exactly that!

Given a BPM, number of bars and time signature, it’ll give you the duration of the different beat values in the piece.

A note, this script MAY only work on windows & some earlier versions of Mac. After Catalina OSX deprecated the tkinter library, so you may get graphics crashes. If you do, you’ll be unable (as far as I know) to use the software.

If it works though, let me know!

To use, navigate to the folder, open your Terminal or CMD and run

py musical.py 

or

python musical.py 

Depending on your python installation.

LICENSE

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Add To Cart