TICKSPERQUARTERNOTE top-level constant

int const TICKSPERQUARTERNOTE

TICKSPERQUARTERNOTE is the number of "ticks" (time measurement in the MIDI file) that corresponds to one quarter note. This number is somewhat arbitrary, but should be chosen to provide adequate temporal resolution.

Implementation

const int TICKSPERQUARTERNOTE = 960;