aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound.h
AgeCommit message (Expand)Author
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-03Some updates to preagi's sound system and code cleanupFilippos Karapetis
2007-08-28Fix relative pitch handling (It's signed, was interpreted as unsigned before).Kari Salminen
2007-08-21Added note of clarification on enum AgiSoundType's different values.Kari Salminen
2007-08-19Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ...Kari Salminen
2007-08-19Some cleanup / const correctness / OOficationMax Horn
2007-08-18Changed Apple IIGS sample playing frequency multiplier from 1076.0 to C6 (i.e...Kari Salminen
2007-08-18Added support for playing Apple IIGS samples. The code's not very pretty at t...Kari Salminen
2007-08-17Added a definition for Apple IIGS sound emulation mode, made sound initializa...Kari Salminen
2007-08-16Fixed some warningMax Horn
2007-08-15Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa...Kari Salminen
2007-08-15Moved AgiSound definition around and also changed it from a struct to a class.Kari Salminen
2007-08-15Removed use of decodeSound(int resnum). Not needed at the moment (Probably go...Kari Salminen
2007-08-15Removed use of USE_IIGS_SOUND (#define).Kari Salminen
2007-08-15Made AGI's 4-channel PCjr sound not need structure packing pragmas anymore. A...Kari Salminen
2007-08-14Shuffled around AgiGameID's declaration and an include to get stuff hopefully...Kari Salminen
2007-08-14Added forward declaration for enum AgiGameID (Was breaking compilation on GCC).Kari Salminen
2007-08-14Moved Apple IIGS related structs' read & finalize functions' implementations ...Kari Salminen
2007-08-14Defined some functions in Agi::SoundMgr and moved stuff generally around betw...Kari Salminen
2007-08-13Added a couple of simple AgiSound stop, play, isPlaying-functions.Kari Salminen
2007-08-09Added Apple IIGS instruments and wave file loading.\n(Apple IIGS music playin...Kari Salminen
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-26Fix alignment issues in wince port.Kostas Nakos
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-01-16Formating names in source codePaweł Kołodziejski
2006-12-06Fixed compile errors (for me at least). Still plenty of warnings, though.Torbjörn Andersson
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
2006-05-24From what I understand, the __ prefix is generally reserved for system headers,Torbjörn Andersson
2006-05-24removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRESPaweł Kołodziejski
2006-05-24Seems like the sound is generated at 22050 Hz regardless of output sample rate.Torbjörn Andersson
2006-05-23imported AGI enginePaweł Kołodziejski