Flag to define dotted rests configutarion (may change in a future).
Internal storage of structural chunks.
Gets the bar length at a quarter on the staff
The length of the bar at given quarter
Gets the bar number of a note starting at a given position. It will be an integer value if it relies at the beginning of the bar, and it will reflect the position within the bar along with the decimals (a note starting in the middle of the third 4/4 bar will return 3.5)
Gets the key signature at a quarter on the staff
If true returns -1 in case there's no change at quarters
The key which is operative at given quarter, or -1 if needed
Convert a given amount of quarters to seconds. NOTE: it doesn't cover tempo changes yet, and assumes score keeps it stable till the end.
The given amount of quarters
The equivalent amount of seconds
Gets the tempo in qpm at a quarter on the staff. NOTE: it doesn't cover tempo changes yet, and assumes score keeps it stable till the end.
If true returns -1 in case there's no change at quarters
The key which is operative at given quarter, or -1 if needed
Gets the time signature at a quarter on the staff
If true returns null in case there's no change at q.
The time signature which is operative at given quarter, or null
Convert a given amount of seconds to quarters. NOTE: it doesn't cover tempo changes yet, and assumes score keeps it stable till the end. It will be rounded to minimum note division to avoid JavaScript number rounding issues.
The equivalent amount of quarters
Generated using TypeDoc
Provides a framework for BarInfo indexing and fast traversing in irder to locate the structural info related to any note. It currently stores the info in chunks as short as a sixtyfourth note, i.e. the shortest manageable beat (like in 4/64 Time Signature).