Home
last modified time | relevance | path

Searched refs:type_f0 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/din/din-52/src/
H A Dmidi_in.cc104 unsigned char type_f0 = type & 0xf0; in handle_input() local
108 if (type_f0 == 0xb0) { // control change in handle_input()
112 } else if (type_f0 == 0x90) { // note on in handle_input()
115 } else if (type_f0 == 0x80) { // note off in handle_input()
118 } else if (type_f0 == 0xc0) { // program change in handle_input()
120 } else if (type_f0 == 0xe0) { // pitch bend in handle_input()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdStdTypes.cpp753 DataTypePtr type_f0 = in funcType_f_f0_f_f_f() local
757 p.push_back (Param ("a1", type_f0, 0, RWA_READ, false)); in funcType_f_f0_f_f_f()