HomeSort by: relevance | last modified time | path
    Searched defs:divisions (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
midiio.h 440 uint32_t divisions; member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0608
645 * Wait until the specified number of divisions from the timer start
646 * (abs) or the preceding event (rel). The number of divisions to a
651 * (MIDI clocks per minute)/24. The timebase is the number of divisions
652 * in a beat--that is, the number of divisions that make up 24 MIDI
653 * clocks--so the timebase is 24*(divisions per MIDI clock). The MThd
656 * tracks are in terms of divisions, and can be used as WAIT_REL
659 e = SEQ_MK_TIMING(WAIT_ABS, .divisions=192);
660 e = SEQ_MK_TIMING(WAIT_REL, .divisions=192);
midiio.h 440 uint32_t divisions; member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0608
645 * Wait until the specified number of divisions from the timer start
646 * (abs) or the preceding event (rel). The number of divisions to a
651 * (MIDI clocks per minute)/24. The timebase is the number of divisions
652 * in a beat--that is, the number of divisions that make up 24 MIDI
653 * clocks--so the timebase is 24*(divisions per MIDI clock). The MThd
656 * tracks are in terms of divisions, and can be used as WAIT_REL
659 e = SEQ_MK_TIMING(WAIT_ABS, .divisions=192);
660 e = SEQ_MK_TIMING(WAIT_REL, .divisions=192);

Completed in 25 milliseconds