MuseScore  3.4
Music composition and notation
Macros
addsynth.cpp File Reference
#include "global.h"
#include "addsynth.h"
Include dependency graph for addsynth.cpp:

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]; }
 

Macro Definition Documentation

◆ M

#define M   (N_NOTE - 1)

◆ swap4

#define swap4 (   a,
 
)    { (a)[0] = (b)[3], (a)[1] = (b)[2], (a)[2] = (b)[1], (a)[3] = (b)[0]; }