Home
last modified time | relevance | path

Searched refs:OP_TEMPO (Results 1 – 3 of 3) sorted by relevance

/dports/audio/midifile/midifile-988d55b/tools/
H A Dmid2mat.cpp45 #define OP_TEMPO 4000 /* Tempo Meta Event */ macro
170 cout << OP_TEMPO_NAME << " = " << OP_TEMPO << ";" << endl; in printOpcodeVariables()
331 legend_opcode[OP_TEMPO/1000] = 1; in processMetaEvent()
332 event[1] = OP_TEMPO; in processMetaEvent()
750 case OP_TEMPO: in printLegend()
751 cout << "%\topcode " << OP_TEMPO << "\t= tempo change\n"; in printLegend()
917 case OP_TEMPO: in printOpName()
H A Dmidi2notes.cpp35 #define OP_TEMPO 4000 macro
402 legend_opcode[OP_TEMPO/1000] = 1; in setTempo()
405 event[1] = OP_TEMPO; in setTempo()
734 case OP_TEMPO: in printLegend()
735 cout << "%\topcode " << OP_TEMPO << "\t= tempo change\n"; in printLegend()
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp10733 OP_TEMPO in decode_CartelectronicTIC() enumerator
10862 case OP_TEMPO: in decode_CartelectronicTIC()