]> git.mxchange.org Git - flightgear.git/commit
Split up FGFX into a dedicated effects class (FGFX) and a sample queue class. Registe...
authorehofman <ehofman>
Wed, 7 Oct 2009 20:56:24 +0000 (20:56 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 8 Oct 2009 08:38:10 +0000 (10:38 +0200)
commit33e816abb938b45baf148748a34ac9cef573ce04
tree98e95c3fa86ecd2d03fdf9c995d19ef573c63197
parentc56113d0dd0bba31bf1788a79694c966e5a1c477
Split up FGFX into a dedicated effects class (FGFX) and a sample queue class. Register the sample queue cass as 'queue' at the SoundManager and tie it to the listener position.
src/Main/fg_commands.cxx
src/Sound/Makefile.am
src/Sound/fg_fx.cxx
src/Sound/fg_fx.hxx
src/Sound/sample_queue.cxx [new file with mode: 0644]
src/Sound/sample_queue.hxx [new file with mode: 0644]