Age | Commit message (Expand) | Author |
2016-05-22 | AGI: Reduce audio header dependencies | Ori Avtalion |
2016-02-02 | AGI: Fix formatting. | Johannes Schickel |
2014-02-18 | AGI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-21 | AGI: Fix sound deinit. CID 1004128 | Eugene Sandulenko |
2013-04-18 | AGI: Get rid of unused SoundMgr parameters | Max Horn |
2011-08-14 | AGI: Make the sound code use AgiBase instead of AgiEngine | Matthew Hoops |
2011-08-13 | AGI: Implement note fetch routine for AGI v2.001 sound resources | Jussi Pitkanen |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-06-15 | AGI: Split all sound generators into separate modules. | Eugene Sandulenko |
2010-06-15 | AGI: Implement FR #2813133. | Eugene Sandulenko |
2010-06-15 | AGI: properly setup Sound var. | Eugene Sandulenko |
2010-06-15 | AGI: Implement FR #1913900. | Eugene Sandulenko |
2010-06-15 | AGI: Split out IIgs sound emulator into separate files. | Eugene Sandulenko |
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko |
2009-10-20 | AGI: Change g_useChorus to SoundMgr::_useChorus, and add FIXME comment about ... | Max Horn |
2009-10-09 | cleanup | Max Horn |
2009-06-17 | Preliminary support for CoCo3 music. | Eugene Sandulenko |
2008-10-13 | Patch #2131406: AGI: Fix Crash with Apple][ Instruments. | Kari Salminen |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | AGI: Another case where it is better to use FSNodes directly, instead of conv... | Max Horn |
2008-08-13 | Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf... | Kari Salminen |
2008-08-13 | Reverted r33815 (But not r33816). | Kari Salminen |
2008-08-13 | Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A... | Kari Salminen |
2008-04-21 | Fix timing in Apple IIGS MIDI parsing. Now sounds should get triggered at the... | Kari Salminen |
2008-04-17 | Tiny cleanup: Fix a parameter name discrepancy between IIgsChannelInfo::noteO... | Kari Salminen |
2008-04-17 | Implemented Apple IIGS MIDI playing with software mixing. | Kari Salminen |
2008-04-15 | Make convertWave-function static as it uses no member variables. | Kari Salminen |
2008-04-15 | Cleanup (Remove unneeded functions and rename a struct correctly). | Kari Salminen |
2008-04-15 | Move MIDI program change mappings to their own structs (Useful for later chan... | Kari Salminen |
2008-04-08 | Implement the full range of Apple IIGS MIDI program number to instrument mapp... | Kari Salminen |
2008-04-03 | Add Apple IIGS MIDI program number to instrument number mappings (Both for th... | Kari Salminen |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-09-03 | Some updates to preagi's sound system and code cleanup | Filippos Karapetis |
2007-08-28 | Fix relative pitch handling (It's signed, was interpreted as unsigned before). | Kari Salminen |
2007-08-21 | Added note of clarification on enum AgiSoundType's different values. | Kari Salminen |
2007-08-19 | Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ... | Kari Salminen |
2007-08-19 | Some cleanup / const correctness / OOfication | Max Horn |
2007-08-18 | Changed Apple IIGS sample playing frequency multiplier from 1076.0 to C6 (i.e... | Kari Salminen |
2007-08-18 | Added support for playing Apple IIGS samples. The code's not very pretty at t... | Kari Salminen |
2007-08-17 | Added a definition for Apple IIGS sound emulation mode, made sound initializa... | Kari Salminen |
2007-08-16 | Fixed some warning | Max Horn |
2007-08-15 | Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa... | Kari Salminen |
2007-08-15 | Moved AgiSound definition around and also changed it from a struct to a class. | Kari Salminen |
2007-08-15 | Removed use of decodeSound(int resnum). Not needed at the moment (Probably go... | Kari Salminen |
2007-08-15 | Removed use of USE_IIGS_SOUND (#define). | Kari Salminen |
2007-08-15 | Made AGI's 4-channel PCjr sound not need structure packing pragmas anymore. A... | Kari Salminen |
2007-08-14 | Shuffled around AgiGameID's declaration and an include to get stuff hopefully... | Kari Salminen |
2007-08-14 | Added forward declaration for enum AgiGameID (Was breaking compilation on GCC). | Kari Salminen |
2007-08-14 | Moved Apple IIGS related structs' read & finalize functions' implementations ... | Kari Salminen |