![]() |
MuseScore
3.4
Music composition and notation
|

Macros | |
| #define | M (N_NOTE - 1) |
| #define | swap4(a, b) { (a)[0] = (b)[3], (a)[1] = (b)[2], (a)[2] = (b)[1], (a)[3] = (b)[0]; } |
| #define M (N_NOTE - 1) |
| #define swap4 | ( | a, | |
| b | |||
| ) | { (a)[0] = (b)[3], (a)[1] = (b)[2], (a)[2] = (b)[1], (a)[3] = (b)[0]; } |
1.8.13