![]() |
MuseScore
3.4
Music composition and notation
|
#include <voice.h>
Public Member Functions | |
| void | operator+= (const Phase &p) |
| void | set (int b) |
| void | set (double b) |
| void | setIndex (int b) |
| int | index () const |
| unsigned | fract () const |
| Phase () | |
| Phase (int64_t v) | |
Public Attributes | |
| union { | |
| int64_t data | |
| struct { | |
| uint8_t _fract | |
| } | |
| }; | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| union { ... } |
| uint8_t Phase::_fract |
| int64_t Phase::data |
1.8.13