aboutsummaryrefslogtreecommitdiff
path: root/simon/midi.cpp
AgeCommit message (Collapse)Author
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6720
2003-01-03Add olki's patch for sound effects in simon1dosTravis Howell
Plus hack to allow choice between midi music and sound effects via 's' key svn-id: r6326
2003-01-03Remove sion 1 music warningTravis Howell
Change warning about missing vga file to error svn-id: r6323
2002-12-21MidiStreamer no longer derives from MidiDriver.Jamieson Christian
Removed MidiStreamer methods that weren't actually needed. That's one layer of indirection removed from Simon music. svn-id: r6050
2002-12-12Changed handling of malformed pitchbend events.Jamieson Christian
Added related warning output for future reference. svn-id: r5909
2002-12-11ripped out obsolete midi streaming code from backends (this may break ↵Max Horn
Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me) svn-id: r5905
2002-11-24Disable/remove some warningsTravis Howell
Enable more debugging svn-id: r5709
2002-11-21Broke MidiStreamer into .h and .cpp components.Jamieson Christian
svn-id: r5682
2002-11-18Added support for volume and pause control to Simon music.Jamieson Christian
Note that MidiStreamer is now used as a streaming wrapper for ALL MidiDriver types, even those that natively support streaming. This is because MidiStreamer supports a hybrid of streamed and non-streamed MIDI, which is necessary to support interactive events. svn-id: r5596
2002-11-17added structures for midi pause/volumeOliver Kiehl
svn-id: r5591
2002-11-13changed warning to errorOliver Kiehl
svn-id: r5539
2002-11-13Change last ugly hack to make it a little betterTravis Howell
svn-id: r5526
2002-11-13An ugly hack to allow music looping in simon1talkieTravis Howell
Most likely better wat to do this... svn-id: r5525
2002-11-13Add midi streaming support from Jamieson630Travis Howell
svn-id: r5522
2002-11-10if possible, always #include headers in the source files, not in other headersMax Horn
svn-id: r5495
2002-10-24Add simon1demoTravis Howell
svn-id: r5300
2002-10-21oopsMax Horn
svn-id: r5224
2002-10-21fixed simon2win midi (I hope), bug #595813Max Horn
svn-id: r5222
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are ↵Max Horn
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216
2002-10-21clean up of the Simon MidiPlayer classMax Horn
svn-id: r5214
2002-09-16simon also use class FilePaweł Kołodziejski
svn-id: r4948
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-07-07indent runMax Horn
svn-id: r4476
2002-05-05cleaning up the mess drigo left... <sigh>Max Horn
svn-id: r4215
2002-05-05Fixed some things to support MacOS portEnrico Rolfi
svn-id: r4210
2002-04-19Use relative include paths to easy some ports.James Brown
svn-id: r4005
2002-04-14wrote new mixer class,Ludvig Strigeus
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
2002-04-13made more endian safeLudvig Strigeus
svn-id: r3929
2002-04-13removed anonymous structLudvig Strigeus
svn-id: r3926
2002-04-13new midi driver API,Ludvig Strigeus
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925
2002-04-13possibly fix of compile on unixLudvig Strigeus
svn-id: r3918
2002-04-13Fix various warnings, and things preventing non-win32 platforms from compiling.James Brown
svn-id: r3916
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912