index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
agi
/
sound.cpp
Age
Commit message (
Expand
)
Author
2008-04-03
Add Apple IIGS MIDI program number to instrument number mappings (Both for th...
Kari Salminen
2008-04-03
After further testing it seems Apple IIGS midi playing speed is actually 60 t...
Kari Salminen
2008-04-03
Fix naming of the Apple IIGS midi speed variable and its value (Was erronousl...
Kari Salminen
2008-04-03
Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and SQ1...
Kari Salminen
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...
Max Horn
2007-09-11
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...
Max Horn
2007-09-03
Fix warning about unused static function
Max Horn
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
An encountered zero in an Apple IIGS sample stream turns off looping for that...
Kari Salminen
2007-08-19
Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ...
Kari Salminen
2007-08-19
Removed superfluous variable checkings. Made it so that Apple IIGS mixing cod...
Kari Salminen
2007-08-19
Fixes previously crashing sound. Crash happened because of PCjr 4-channel mix...
Kari Salminen
2007-08-19
Some cleanup / const correctness / OOfication
Max Horn
2007-08-19
Fixed warning about global symbol 'chn' being shadowed by local declaration '...
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
Removed unneeded code from inside #if 0 ... #endif -clauses.
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
Changed use of USE_CHORUS (#define) to g_useChorus (static boolean).
Kari Salminen
2007-08-15
Made AGI's 4-channel PCjr sound not need structure packing pragmas anymore. A...
Kari Salminen
2007-08-14
Moved Apple IIGS related structs' read & finalize functions' implementations ...
Kari Salminen
2007-08-14
Defined some functions in Agi::SoundMgr and moved stuff generally around betw...
Kari Salminen
2007-08-14
Unified intendation, purely visual changes.
Kari Salminen
2007-08-14
Not saving Apple IIGS instrument header's unneeded info anymore (Priority inc...
Kari Salminen
2007-08-13
Added a couple of simple AgiSound stop, play, isPlaying-functions.
Kari Salminen
2007-08-13
Grouped wave lists together into oscillators (Oscillators always consists of ...
Kari Salminen
2007-08-13
Made calcTrueSampleSize seek back to stream's start when ending the function.
Kari Salminen
2007-08-13
Moved read- and finalize-functions into corresponding structs and fixed calls...
Kari Salminen
2007-08-13
Added more functions to help with determining the Apple IIGS samples' real le...
Kari Salminen
2007-08-11
Fix warning() format string
Max Horn
2007-08-10
Added Apple IIGS sample's true size calculation (A zero byte can end the samp...
Kari Salminen
2007-08-10
Parsing Apple IIGS wave info into more easily accessible variables in the mem...
Kari Salminen
2007-08-09
Added Apple IIGS instruments and wave file loading.\n(Apple IIGS music playin...
Kari Salminen
2007-08-09
Brought back and changed some variables from inside a #if 0 ... #endif
Kari Salminen
2007-08-09
Removed old loadInstruments().
Kari Salminen
2007-08-09
Added a couple of new constants and modified an existing one.
Kari Salminen
2007-08-09
Fix compile warnings.
Travis Howell
2007-08-04
Fixes compilation error C2666: 'pow' : 7 overloads have similar conversions o...
Kari Salminen
2007-08-04
Some Apple IIGS sound chip playing mode defines etc.
Kari Salminen
2007-08-03
Figured out most missing parts of the Apple IIGS sample header. Added methods...
Kari Salminen
2007-08-02
Added reading of volume parameter from Apple IIGS AGI sample header.
Kari Salminen
2007-08-02
Added methods for reading Apple IIGS AGI samples and creating AudioStream-obj...
Kari Salminen
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
[next]