1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
|
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#include "scumm/scumm.h"
#include "scumm/imuse/instrument.h"
#include "audio/mididrv.h"
namespace Scumm {
static bool _native_mt32 = false;
static struct {
const char *name;
byte program;
}
roland_to_gm_map[] = {
// Monkey Island 2 instruments
// TODO: Complete
{ "badspit ", 62 },
{ "Big Drum ", 116 },
{ "burp ", 58 },
// { "dinkfall ", ??? },
// { "Fire Pit ", ??? },
{ "foghorn ", 60 },
{ "glop ", 39 },
// { "jacob's la", ??? },
{ "LeshBass ", 33 },
// { "lowsnort ", ??? },
{ "ML explosn", 127 },
{ "ReggaeBass", 32 },
// { "rope fall ", ??? },
{ "rumble ", 89 },
{ "SdTrk Bend", 97 },
// { "snort ", ??? },
{ "spitting ", 62 },
{ "Swell 1 ", 95 },
{ "Swell 2 ", 95 },
{ "thnderclap", 127 }
// Fate of Atlantis instruments
// TODO: Build
// { "*aah! ", ??? },
// { "*ooh! ", ??? },
// { "*ShotFar4 ", ??? },
// { "*splash3 ", ??? },
// { "*torpedo5 ", ??? },
// { "*whip3 ", ??? },
// { "*woodknock", ??? },
// { "35 lavabub", ??? },
// { "49 bzzt! ", ??? },
// { "applause ", ??? },
// { "Arabongo ", ??? },
// { "Big Drum ", ??? }, // DUPLICATE (todo: confirm)
// { "bodythud1 ", ??? },
// { "boneKLOK2 ", ??? },
// { "boom10 ", ??? },
// { "boom11 ", ??? },
// { "boom15 ", ??? },
// { "boxclik1a ", ??? },
// { "brassbonk3", ??? },
// { "carstart ", ??? },
// { "cb tpt 2 ", ??? },
// { "cell door ", ??? },
// { "chains ", ??? },
// { "crash ", ??? },
// { "crsrt/idl3", ??? },
// { "Fire Pit ", ??? }, // DUPLICATE (todo: confirm)
// { "Fzooom ", ??? },
// { "Fzooom 2 ", ??? },
// { "ghostwhosh", ??? },
// { "glasssmash", ??? },
// { "gloop2 ", ??? },
// { "gunShotNea", ??? },
// { "idoorclse ", ??? },
// { "knife ", ??? },
// { "lavacmbl4 ", ??? },
// { "Mellow Str", ??? },
// { "mtlheater1", ??? },
// { "pachinko5 ", ??? },
// { "Ping1 ", ??? },
// { "rockcrunch", ??? },
// { "rumble ", ??? }, // DUPLICATE (todo: confirm)
// { "runngwatr ", ??? },
// { "scrape2 ", ??? },
// { "snakeHiss ", ??? },
// { "snort ", ??? }, // DUPLICATE (todo: confirm)
// { "spindle4 ", ??? },
// { "splash2 ", ??? },
// { "squirel ", ??? },
// { "steam3 ", ??? },
// { "stonwheel6", ??? },
// { "street ", ??? },
// { "trickle4 ", ??? }
};
// This emulates the percussion bank setup LEC used with the MT-32,
// where notes 24 - 34 were assigned instruments without reverb.
// It also fixes problems on GS devices that map sounds to these
// notes by default.
const byte Instrument::_gmRhythmMap[35] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 36, 37, 38, 39, 40, 41, 66, 47,
65, 48, 56
};
class Instrument_Program : public InstrumentInternal {
private:
byte _program;
bool _mt32;
public:
Instrument_Program(byte program, bool mt32);
Instrument_Program(Common::Serializer &s);
void saveLoadWithSerializer(Common::Serializer &s) override;
void send(MidiChannel *mc) override;
void copy_to(Instrument *dest) override { dest->program(_program, _mt32); }
bool is_valid() override {
return (_program < 128) &&
((_native_mt32 == _mt32) || _native_mt32
? (MidiDriver::_gmToMt32[_program] < 128)
: (MidiDriver::_mt32ToGm[_program] < 128));
}
};
class Instrument_AdLib : public InstrumentInternal {
private:
#include "common/pack-start.h" // START STRUCT PACKING
struct AdLibInstrument {
byte flags_1;
byte oplvl_1;
byte atdec_1;
byte sustrel_1;
byte waveform_1;
byte flags_2;
byte oplvl_2;
byte atdec_2;
byte sustrel_2;
byte waveform_2;
byte feedback;
byte flags_a;
struct {
byte a, b, c, d, e, f, g, h;
} extra_a;
byte flags_b;
struct {
byte a, b, c, d, e, f, g, h;
} extra_b;
byte duration;
} PACKED_STRUCT;
#include "common/pack-end.h" // END STRUCT PACKING
AdLibInstrument _instrument;
public:
Instrument_AdLib(const byte *data);
Instrument_AdLib(Common::Serializer &s);
void saveLoadWithSerializer(Common::Serializer &s) override;
void send(MidiChannel *mc) override;
void copy_to(Instrument *dest) override { dest->adlib((byte *)&_instrument); }
bool is_valid() override { return true; }
};
class Instrument_Roland : public InstrumentInternal {
private:
#include "common/pack-start.h" // START STRUCT PACKING
struct RolandInstrument {
byte roland_id;
byte device_id;
byte model_id;
byte command;
byte address[3];
struct {
byte name[10];
byte partial_struct12;
byte partial_struct34;
byte partial_mute;
byte env_mode;
} common;
struct {
byte wg_pitch_coarse;
byte wg_pitch_fine;
byte wg_pitch_keyfollow;
byte wg_pitch_bender_sw;
byte wg_waveform_pcm_bank;
byte wg_pcm_wave_num;
byte wg_pulse_width;
byte wg_pw_velo_sens;
byte p_env_depth;
byte p_evn_velo_sens;
byte p_env_time_keyf;
byte p_env_time[4];
byte p_env_level[3];
byte p_env_sustain_level;
byte end_level;
byte p_lfo_rate;
byte p_lfo_depth;
byte p_lfo_mod_sens;
byte tvf_cutoff_freq;
byte tvf_resonance;
byte tvf_keyfollow;
byte tvf_bias_point_dir;
byte tvf_bias_level;
byte tvf_env_depth;
byte tvf_env_velo_sens;
byte tvf_env_depth_keyf;
byte tvf_env_time_keyf;
byte tvf_env_time[5];
byte tvf_env_level[3];
byte tvf_env_sustain_level;
byte tva_level;
byte tva_velo_sens;
byte tva_bias_point_1;
byte tva_bias_level_1;
byte tva_bias_point_2;
byte tva_bias_level_2;
byte tva_env_time_keyf;
byte tva_env_time_v_follow;
byte tva_env_time[5];
byte tva_env_level[3];
byte tva_env_sustain_level;
} partial[4];
byte checksum;
} PACKED_STRUCT;
#include "common/pack-end.h" // END STRUCT PACKING
RolandInstrument _instrument;
char _instrument_name[11];
uint8 getEquivalentGM();
public:
Instrument_Roland(const byte *data);
Instrument_Roland(Common::Serializer &s);
void saveLoadWithSerializer(Common::Serializer &s) override;
void send(MidiChannel *mc) override;
void copy_to(Instrument *dest) override { dest->roland((byte *)&_instrument); }
bool is_valid() override { return (_native_mt32 ? true : (_instrument_name[0] != '\0')); }
};
class Instrument_PcSpk : public InstrumentInternal {
public:
Instrument_PcSpk(const byte *data);
Instrument_PcSpk(Common::Serializer &s);
void saveLoadWithSerializer(Common::Serializer &s) override;
void send(MidiChannel *mc) override;
void copy_to(Instrument *dest) override { dest->pcspk((byte *)&_instrument); }
bool is_valid() override { return true; }
private:
byte _instrument[23];
};
class Instrument_MacSfx : public InstrumentInternal {
private:
byte _program;
public:
Instrument_MacSfx(byte program);
Instrument_MacSfx(Common::Serializer &s);
void saveLoadWithSerializer(Common::Serializer &s) override;
void send(MidiChannel *mc) override;
void copy_to(Instrument *dest) override { dest->macSfx(_program); }
bool is_valid() override {
return (_program < 128);
}
};
////////////////////////////////////////
//
// Instrument class members
//
////////////////////////////////////////
void Instrument::nativeMT32(bool native) {
_native_mt32 = native;
}
void Instrument::clear() {
delete _instrument;
_instrument = NULL;
_type = itNone;
}
void Instrument::program(byte prog, bool mt32) {
clear();
if (prog > 127)
return;
_type = itProgram;
_instrument = new Instrument_Program(prog, mt32);
}
void Instrument::adlib(const byte *instrument) {
clear();
if (!instrument)
return;
_type = itAdLib;
_instrument = new Instrument_AdLib(instrument);
}
void Instrument::roland(const byte *instrument) {
clear();
if (!instrument)
return;
_type = itRoland;
_instrument = new Instrument_Roland(instrument);
}
void Instrument::pcspk(const byte *instrument) {
clear();
if (!instrument)
return;
_type = itPcSpk;
_instrument = new Instrument_PcSpk(instrument);
}
void Instrument::macSfx(byte prog) {
clear();
if (prog > 127)
return;
_type = itMacSfx;
_instrument = new Instrument_MacSfx(prog);
}
void Instrument::saveLoadWithSerializer(Common::Serializer &s) {
if (s.isSaving()) {
s.syncAsByte(_type);
if (_instrument)
_instrument->saveLoadWithSerializer(s);
} else {
clear();
s.syncAsByte(_type);
switch (_type) {
case itNone:
break;
case itProgram:
_instrument = new Instrument_Program(s);
break;
case itAdLib:
_instrument = new Instrument_AdLib(s);
break;
case itRoland:
_instrument = new Instrument_Roland(s);
break;
case itPcSpk:
_instrument = new Instrument_PcSpk(s);
break;
case itMacSfx:
_instrument = new Instrument_MacSfx(s);
break;
default:
warning("No known instrument classification #%d", (int)_type);
_type = itNone;
}
}
}
////////////////////////////////////////
//
// Instrument_Program class members
//
////////////////////////////////////////
Instrument_Program::Instrument_Program(byte program, bool mt32) :
_program(program),
_mt32(mt32) {
if (program > 127)
_program = 255;
}
Instrument_Program::Instrument_Program(Common::Serializer &s) {
_program = 255;
_mt32 = false;
if (!s.isSaving())
saveLoadWithSerializer(s);
}
void Instrument_Program::saveLoadWithSerializer(Common::Serializer &s) {
s.syncAsByte(_program);
if (s.isSaving()) {
s.syncAsByte(_mt32);
} else {
byte tmp;
s.syncAsByte(tmp);
_mt32 = (tmp > 0);
}
}
void Instrument_Program::send(MidiChannel *mc) {
if (_program > 127)
return;
byte program = _program;
if (_native_mt32 != _mt32)
program = _native_mt32 ? MidiDriver::_gmToMt32[program] : MidiDriver::_mt32ToGm[program];
if (program < 128)
mc->programChange(program);
}
////////////////////////////////////////
//
// Instrument_AdLib class members
//
////////////////////////////////////////
Instrument_AdLib::Instrument_AdLib(const byte *data) {
memcpy(&_instrument, data, sizeof(_instrument));
}
Instrument_AdLib::Instrument_AdLib(Common::Serializer &s) {
if (!s.isSaving())
saveLoadWithSerializer(s);
else
memset(&_instrument, 0, sizeof(_instrument));
}
void Instrument_AdLib::saveLoadWithSerializer(Common::Serializer &s) {
s.syncBytes((byte *)(&_instrument), sizeof(_instrument));
}
void Instrument_AdLib::send(MidiChannel *mc) {
mc->sysEx_customInstrument('ADL ', (byte *)&_instrument);
}
////////////////////////////////////////
//
// Instrument_Roland class members
//
////////////////////////////////////////
Instrument_Roland::Instrument_Roland(const byte *data) {
memcpy(&_instrument, data, sizeof(_instrument));
memcpy(&_instrument_name, &_instrument.common.name, sizeof(_instrument.common.name));
_instrument_name[10] = '\0';
if (!_native_mt32 && getEquivalentGM() >= 128) {
debug(0, "MT-32 instrument \"%s\" not supported yet", _instrument_name);
_instrument_name[0] = '\0';
}
}
Instrument_Roland::Instrument_Roland(Common::Serializer &s) {
_instrument_name[0] = '\0';
if (!s.isSaving())
saveLoadWithSerializer(s);
else
memset(&_instrument, 0, sizeof(_instrument));
}
void Instrument_Roland::saveLoadWithSerializer(Common::Serializer &s) {
s.syncBytes((byte *)(&_instrument), sizeof(_instrument));
if (!s.isSaving()) {
memcpy(&_instrument_name, &_instrument.common.name, sizeof(_instrument.common.name));
_instrument_name[10] = '\0';
if (!_native_mt32 && getEquivalentGM() >= 128) {
debug(2, "MT-32 custom instrument \"%s\" not supported", _instrument_name);
_instrument_name[0] = '\0';
}
}
}
void Instrument_Roland::send(MidiChannel *mc) {
if (_native_mt32) {
if (mc->getNumber() > 8)
return;
_instrument.device_id = mc->getNumber();
// Remap instrument to appropriate address space.
int address = 0x008000;
_instrument.address[0] = (address >> 14) & 0x7F;
_instrument.address[1] = (address >> 7) & 0x7F;
_instrument.address[2] = (address ) & 0x7F;
// Recompute the checksum.
byte checksum = 0;
byte *ptr = (byte *)&_instrument + 4;
int i;
for (i = 4; i < (int)sizeof(_instrument) - 1; ++i)
checksum -= *ptr++;
_instrument.checksum = checksum & 0x7F;
mc->device()->sysEx((byte *)&_instrument, sizeof(_instrument));
} else {
// Convert to a GM program change.
byte program = getEquivalentGM();
if (program < 128)
mc->programChange(program);
}
}
uint8 Instrument_Roland::getEquivalentGM() {
byte i;
for (i = 0; i != ARRAYSIZE(roland_to_gm_map); ++i) {
if (!memcmp(roland_to_gm_map[i].name, _instrument.common.name, 10))
return roland_to_gm_map[i].program;
}
return 255;
}
////////////////////////////////////////
//
// Instrument_PcSpk class members
//
////////////////////////////////////////
Instrument_PcSpk::Instrument_PcSpk(const byte *data) {
memcpy(_instrument, data, sizeof(_instrument));
}
Instrument_PcSpk::Instrument_PcSpk(Common::Serializer &s) {
if (!s.isSaving())
saveLoadWithSerializer(s);
else
memset(_instrument, 0, sizeof(_instrument));
}
void Instrument_PcSpk::saveLoadWithSerializer(Common::Serializer &s) {
s.syncBytes(_instrument, sizeof(_instrument));
}
void Instrument_PcSpk::send(MidiChannel *mc) {
mc->sysEx_customInstrument('SPK ', (byte *)&_instrument);
}
////////////////////////////////////////
//
// Instrument_MacSfx class members
//
////////////////////////////////////////
Instrument_MacSfx::Instrument_MacSfx(byte program) :
_program(program) {
if (program > 127) {
_program = 255;
}
}
Instrument_MacSfx::Instrument_MacSfx(Common::Serializer &s) {
_program = 255;
if (!s.isSaving()) {
saveLoadWithSerializer(s);
}
}
void Instrument_MacSfx::saveLoadWithSerializer(Common::Serializer &s) {
s.syncAsByte(_program);
}
void Instrument_MacSfx::send(MidiChannel *mc) {
if (_program > 127) {
return;
}
mc->sysEx_customInstrument('MAC ', &_program);
}
} // End of namespace Scumm
|