#include "music.h"
#include <Tempest/Log>
#include <fstream>
#include <algorithm>
#include "dlscollection.h"
#include "directmusic.h"
#include "style.h"
Go to the source code of this file.
◆ musicDuration()
| static uint32_t musicDuration |
( |
uint32_t |
duration, |
|
|
double |
tempo |
|
) |
| |
|
static |
◆ musicOffset()
| static uint32_t musicOffset |
( |
uint32_t |
mtGridStart, |
|
|
int16_t |
nTimeOffset, |
|
|
const DMUS_IO_TIMESIG & |
timeSig, |
|
|
double |
tempo |
|
) |
| |
|
static |
◆ musicValueToMIDI()
◆ offsetFromScale()
| static bool offsetFromScale |
( |
const uint8_t |
degree, |
|
|
const uint32_t |
scale, |
|
|
uint8_t & |
offset |
|
) |
| |
|
static |