#include <Bar.h>
◆ Bar()
Bar::Bar |
( |
const int & |
beats | ) |
|
|
explicit |
Create a Bar with a given number of beats
- Parameters
-
◆ computeSubsectionBeats()
int Bar::computeSubsectionBeats |
( |
int |
subBeats | ) |
const |
Compute the number of beats in a subsection of this Bar
- Parameters
-
subBeats | number of beats in the subsection |
- Returns
- number of beats in the subsection
◆ of()
Bar Bar::of |
( |
const int & |
beats | ) |
|
|
static |
Create a Bar with a given number of beats
- Parameters
-
◆ beats
The documentation for this class was generated from the following files:
- /home/runner/work/xjmusic/xjmusic/engine/include/xjmusic/music/Bar.h
- /home/runner/work/xjmusic/xjmusic/engine/src/music/Bar.cpp