Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dadlib.cpp192 AdLibInstrument *_customInstruments[256]; member in AdLibPercussionChannel
1276 for (int i = 0; i < ARRAYSIZE(_customInstruments); ++i) { in ~AdLibPercussionChannel()
1277 delete _customInstruments[i]; in ~AdLibPercussionChannel()
1288 memset(_customInstruments, 0, sizeof(_customInstruments)); in init()
1292 if (_customInstruments[note]) { in noteOff()
1313 inst = _customInstruments[note]; in noteOn()
1359 if (!_customInstruments[note]) { in sysEx_customInstrument()
1360 _customInstruments[note] = new AdLibInstrument; in sysEx_customInstrument()
1365 _customInstruments[note]->modCharacteristic = instr[2]; in sysEx_customInstrument()
1366 _customInstruments[note]->modScalingOutputLevel = instr[3]; in sysEx_customInstrument()
[all …]
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dadlib.cpp192 AdLibInstrument *_customInstruments[256]; member in AdLibPercussionChannel
1276 for (int i = 0; i < ARRAYSIZE(_customInstruments); ++i) { in ~AdLibPercussionChannel()
1277 delete _customInstruments[i]; in ~AdLibPercussionChannel()
1288 memset(_customInstruments, 0, sizeof(_customInstruments)); in init()
1292 if (_customInstruments[note]) { in noteOff()
1313 inst = _customInstruments[note]; in noteOn()
1359 if (!_customInstruments[note]) { in sysEx_customInstrument()
1360 _customInstruments[note] = new AdLibInstrument; in sysEx_customInstrument()
1365 _customInstruments[note]->modCharacteristic = instr[2]; in sysEx_customInstrument()
1366 _customInstruments[note]->modScalingOutputLevel = instr[3]; in sysEx_customInstrument()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dadlib.cpp192 AdLibInstrument *_customInstruments[256]; member in AdLibPercussionChannel
1277 for (int i = 0; i < ARRAYSIZE(_customInstruments); ++i) { in ~AdLibPercussionChannel()
1278 delete _customInstruments[i]; in ~AdLibPercussionChannel()
1289 memset(_customInstruments, 0, sizeof(_customInstruments)); in init()
1293 if (_customInstruments[note]) { in noteOff()
1314 inst = _customInstruments[note]; in noteOn()
1360 if (!_customInstruments[note]) { in sysEx_customInstrument()
1361 _customInstruments[note] = new AdLibInstrument; in sysEx_customInstrument()
1366 _customInstruments[note]->modCharacteristic = instr[2]; in sysEx_customInstrument()
1367 _customInstruments[note]->modScalingOutputLevel = instr[3]; in sysEx_customInstrument()
[all …]