Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-27 | ALSA: Tweak capability and type flags for the MIDI port | Torbjörn Andersson | |
This keeps ScummVM's own port from being included in the list of available MIDI devices. svn-id: r51378 | |||
2010-07-27 | ALSA: Simplify device querying code. | Johannes Schickel | |
Thanks to eriktorbjorn for some quick testing. svn-id: r51366 | |||
2010-07-20 | MIDI: Build and use ALSA driver if and only if USE_ALSA is defined | Max Horn | |
svn-id: r51053 | |||
2010-07-19 | ALSA: Get ALSA port settings from the new device config settings. | Torbjörn Andersson | |
This is also an attempt to make the transition from the old settings to the new ones a little less rough, by trying to put something sensible into the first device, which is what's used by default. Currently it prefers 17:x and 65:x since they're the old defaults, followed by 128:x since that's probably TiMidity. The old SCUMMVM_PORT environment variable still overrides any config settings. I haven't made up my mind whether or not that's a good idea, but at least it prints a warning message. TODO: The old 'alsa_port' setting is not handled. It should probably be used to set sensible defaults for the new settings, but I'm not sure where this should be done. TODO: The documentation will need to be updated, once everything is working the way it should. svn-id: r51019 | |||
2010-07-19 | SUBSYSTEM: ALSA music driver | Torbjörn Andersson | |
We should probably open the sequencer the exact same way, both when opening the driver and when asking it for available MIDI devices. Not that I've been able to figure out the difference between "hw" and "default" from the fine ALSA manual... And I'm not sure we really need to try and keep compatibility with ancient (pre-0.9.0?) ALSA any longer... svn-id: r51014 | |||
2010-07-14 | If the ALSA driver hasn't been opened, closing it should do nothing. This keeps | Torbjörn Andersson | |
ScummVM from crashing if, for instance, someone accidentally closes the driver twice. svn-id: r50870 | |||
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 | |||
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn | |
svn-id: r46315 | |||
2009-09-06 | Minor constness fixes | Bertrand Augereau | |
svn-id: r43974 | |||
2009-05-30 | Fixed compilation error | Filippos Karapetis | |
svn-id: r41037 | |||
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel | |
- Updated all drivers to allow 264+2 byte sysEx messages - Implemented sysEx processing for MT-32 for Kyra1 and HoF. MT-32 should now be working properly. svn-id: r35180 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-08-05 | Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a | Torbjörn Andersson | |
slight modification to the README changes. (I don't know how to interpret all the output from aconnect, so I'm only documenting "the most important bit".) svn-id: r33648 | |||
2008-06-14 | Fixed ALSA's invalid port error message | Jordi Vilalta Prat | |
svn-id: r32698 | |||
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat | |
svn-id: r32695 | |||
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat | |
svn-id: r32693 | |||
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat | |
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117 | |||
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the ↵ | Jordi Vilalta Prat | |
native MIDI drivers. svn-id: r32097 | |||
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat | |
svn-id: r31993 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in ↵ | Max Horn | |
particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) svn-id: r25630 | |||
2006-09-20 | Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by | Torbjörn Andersson | |
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for reference. * Added case for Aftertouch (Key Pressure). * Changed Channel Pressure to flush the event immediatley. The message could apply to notes while they are playing. * Downgraded the error for unknown MIDI messages to a warning, and clarified it slightly. svn-id: r23949 | |||
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn | |
svn-id: r21605 | |||
2006-02-27 | SysEx data now passed around with const pointers. Permits simplification of ↵ | Jamieson Christian | |
some SysEx client code. Testing on Windows. Developers on other platforms, please verify integrity of music handling in your respective MidiDrivers. svn-id: r20952 | |||
2006-02-27 | clear ALSA event structure before use | Willem Jan Palenstijn | |
svn-id: r20951 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20535 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-07-27 | Add passthrough ability. Patch by Christian Schoenebeck with slight ↵ | Jonathan Gray | |
modifications svn-id: r14354 | |||
2004-01-20 | Handle command 0xD0 (queen uses this) - thanks aholler. | Joost Peters | |
svn-id: r12533 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-11 | add config file parameter to specify the desired port when using the ALSA ↵ | Jonathan Gray | |
music driver svn-id: r11583 | |||
2003-09-18 | Extend the ALSA version check to look at SND_LIB_MAJOR as well. They're | Torbjörn Andersson | |
bound to hit 1.0 any year now. Of course, this is completely untested. svn-id: r10288 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10151 | |||
2003-07-06 | fix compile | Oliver Kiehl | |
svn-id: r8814 | |||
2003-06-12 | Applied Jamieson630's race condition fix to the ALSA driver as well. | Torbjörn Andersson | |
svn-id: r8440 | |||
2003-06-01 | actually sending the event helps too | Jonathan Gray | |
svn-id: r8219 | |||
2003-06-01 | give alsa sysex more chance of working, still broken though | Jonathan Gray | |
svn-id: r8218 | |||
2003-06-01 | hopefully add sysex support to alsa midi backend | Jonathan Gray | |
svn-id: r8210 | |||
2003-05-18 | HAVE_CONFIG_H | Jonathan Gray | |
svn-id: r7632 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... | Paweł Kołodziejski | |
svn-id: r6719 | |||
2002-12-30 | make alsa driver print out the correct port | Jonathan Gray | |
svn-id: r6272 | |||
2002-12-12 | fix up alsa after recent midi changes | Jonathan Gray | |
svn-id: r5911 | |||
2002-12-11 | ripped 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-12-08 | split alsa from mididrv | Oliver Kiehl | |
svn-id: r5890 |